Searched defs:n_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h100 struct namelist *n_next; member in struct:namelist
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c126 struct neighbor *n_next; member in struct:neighbor
452 } else for (np = neighbors; np != NULL; np = np->n_next) {
558 for (np = neighbors; np != NULL; np = np->n_next) {
612 for (np2 = neighbors; np2 != NULL; np2 = np2->n_next) {
642 np->n_next = neighbors;
685 for (np2 = neighbors; np2 != NULL; np2 = np2->n_next) {
699 np->n_next = neighbors;
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.h43 struct node *n_next; /* handy for lists */ member in struct:node
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h103 struct NODE *n_next; /* Symbol table/PARM link */ member in struct:NODE
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3367 NODELIST *n_next = NULL; local
3493 n_next =
3495 if (n_next == nlp) {
3498 n_prev = n_next;
3503 if (n_next ==
3521 n_next-> nlp_next

Completed in 54 milliseconds