Searched refs:mfs_tail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c302 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; local
354 &mfs_head, &mfs_tail);
436 * Add a mapfs entry to the list described by *mfs_head and *mfs_tail,
442 struct mapfs **mfs_tail)
461 *mfs_tail = *mfs_head = new;
463 (*mfs_tail)->mfs_next = new;
464 *mfs_tail = new;
507 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; local
522 p = add_mfs(mfs, 0, &mfs_head, &mfs_tail);
555 struct mapfs *p, *m1, *m2, *mfs_head = NULL, *mfs_tail local
441 add_mfs(struct mapfs *mfs, int distance, struct mapfs **mfs_head, struct mapfs **mfs_tail) argument
[all...]
H A Dnfs_cast.c515 struct mapfs *p, *mfs_head = NULL, *mfs_tail = NULL; local
616 p = add_mfs(buffer[i].mfs, 0, &mfs_head, &mfs_tail);

Completed in 101 milliseconds