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

  /src/sys/nfs/
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);

Completed in 55 milliseconds