/src/sys/nfs/ |
nfsm_subs.h | 418 #define nfsm_strtom(a,s,m) \ macro
|
nfsm_subs.h | 418 #define nfsm_strtom(a,s,m) \ macro
|
/src/sys/fs/nfs/common/ |
nfs_commonsubs.c | 397 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) function in typeref:typename:APPLESTATIC int 440 panic("nfsm_strtom"); 513 (void) nfsm_strtom(nd, fhp, size); 2356 retnum += nfsm_strtom(nd, cp, siz); 2363 retnum += nfsm_strtom(nd, cp, siz); 3169 (void) nfsm_strtom(nd, name, len);
|
nfs_commonsubs.c | 397 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) function in typeref:typename:APPLESTATIC int 440 panic("nfsm_strtom"); 513 (void) nfsm_strtom(nd, fhp, size); 2356 retnum += nfsm_strtom(nd, cp, siz); 2363 retnum += nfsm_strtom(nd, cp, siz); 3169 (void) nfsm_strtom(nd, name, len);
|