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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c107 struct sharepnt_ent *se_tail = NULL, *sep; local
137 lep->le_path, &se_tail)) {
162 assert(se_tail != NULL);
163 assert(se_tail->se_next == NULL);
164 se_tail->se_next = sep;
365 * Otherwise, it sets '*se_tail' to the last element of the list
372 struct sharepnt_ent **se_tail)
381 *se_tail = tail;
369 findsharepnt( struct sharepnt_ent *sep, char *name, struct sharepnt_ent **se_tail) argument

Completed in 44 milliseconds