HomeSort by: relevance | last modified time | path
    Searched defs:ml_next (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_aix3.h 81 #define ml_next ml_nxt macro
nfs_prot_aix4.h 79 #define ml_next ml_nxt macro
nfs_prot_aix4_2.h 84 #define ml_next ml_nxt macro
nfs_prot_aix4_3.h 84 #define ml_next ml_nxt macro
nfs_prot_aix5_1.h 84 #define ml_next ml_nxt macro
nfs_prot_osf2.h 113 #define ml_next ml_nxt macro
nfs_prot_sunos5_3.h 183 #define ml_next ml_nxt macro
nfs_prot_sunos5_4.h 191 #define ml_next ml_nxt macro
nfs_prot_ultrix.h 111 #define ml_next ml_nxt macro
nfs_prot_aix5_2.h 181 #define ml_next ml_nxt macro
nfs_prot_bsdi2.h 137 #define ml_next ml_nxt macro
461 mountlist ml_next; member in struct:mountlist
nfs_prot_hpux.h 130 #define ml_next ml_nxt macro
nfs_prot_irix5.h 180 #define ml_next ml_nxt macro
nfs_prot_irix6.h 131 #define ml_next ml_nxt macro
nfs_prot_ncr2.h 111 #define ml_next ml_nxt macro
nfs_prot_osf4.h 112 #define ml_next ml_nxt macro
nfs_prot_osf5.h 127 #define ml_next ml_nxt macro
nfs_prot_sunos3.h 127 #define ml_next ml_nxt macro
nfs_prot_sunos4.h 127 #define ml_next ml_nxt macro
nfs_prot_svr4.h 106 #define ml_next ml_nxt macro
nfs_prot_nextstep.h 186 #define ml_next ml_nxt macro
  /src/usr.sbin/mountd/
mountd.c 115 struct mountlist *ml_next; member in struct:mountlist
815 mlp = mlp->ml_next;
2166 mlp->ml_next = NULL;
2168 mlpp = &mlp->ml_next;
2211 *mlpp = mlp = mlp->ml_next;
2215 mlpp = &mlp->ml_next;
2216 mlp = mlp->ml_next;
2229 mlp = mlp->ml_next;
2247 mlpp = &mlp->ml_next;
2248 mlp = mlp->ml_next;
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 181 struct mlist *ml_next; /* Next member */ member in struct:mlist

Completed in 40 milliseconds