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

/freebsd-11.0-release/sys/nfsclient/
H A Dnfsm_subs.h94 #define nfsm_strtom(a, s, m) \ macro
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c397 (void) nfsm_strtom(nd, op->nfso_own->nfsow_owner, NFSV4CL_LOCKNAMELEN);
418 (void) nfsm_strtom(nd, name, namelen);
884 (void) nfsm_strtom(nd, clp->nfsc_id, clp->nfsc_idlen);
903 (void) nfsm_strtom(nd, "tcp6", 4);
915 (void) nfsm_strtom(nd, "tcp", 3);
925 (void) nfsm_strtom(nd, addr, strlen(addr));
927 (void) nfsm_strtom(nd, "tcp", 3);
928 (void) nfsm_strtom(nd, "0.0.0.0.0.0", 11);
1222 (void) nfsm_strtom(nd, name, len);
1784 (void) nfsm_strtom(n
[all...]
H A Dnfs_clcomsubs.c191 (void) nfsm_strtom(nd, nfsv4_opmap[procnum].tag,
H A Dnfs_clstate.c3186 (void) nfsm_strtom(nd, tag, taglen);
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2346 (void) nfsm_strtom(nd, cf.cl_owner, cf.cl_ownerlen);
2457 (void) nfsm_strtom(nd, cf.cl_owner, cf.cl_ownerlen);
2993 (void) nfsm_strtom(nd, "OWNER@", 6);
3405 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str,
3414 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str,
3423 (void) nfsm_strtom(nd, nfsgss_mechlist[KERBV_MECH].str,
3521 (void) nfsm_strtom(nd, "tcp", 3);
3523 (void) nfsm_strtom(nd, "udp", 3);
3530 (void) nfsm_strtom(nd, addrbuf, strlen(addrbuf));
3819 (void)nfsm_strtom(n
[all...]
H A Dnfs_nfsdsubs.c1783 retnum += nfsm_strtom(nd, "/", 1);
1797 retnum += nfsm_strtom(nd, cp, len);
1805 retnum += nfsm_strtom(nd, cp, len);
H A Dnfs_nfsdsocket.c666 (void) nfsm_strtom(nd, tag, taglen);
H A Dnfs_nfsdport.c1767 (void) nfsm_strtom(nd, dp->d_name, nlen);
2214 dirlen += nfsm_strtom(nd, dp->d_name, nlen);
2228 dirlen += nfsm_strtom(nd, dp->d_name, nlen);
H A Dnfs_nfsdstate.c4276 (void)nfsm_strtom(nd, optag, len);
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c392 nfsm_strtom(struct nfsrv_descript *nd, const char *cp, int siz) function
435 panic("nfsm_strtom");
508 (void) nfsm_strtom(nd, fhp, size);
2333 retnum += nfsm_strtom(nd, cp, siz);
2340 retnum += nfsm_strtom(nd, cp, siz);
3146 (void) nfsm_strtom(nd, name, len);
H A Dnfs_var.h260 int nfsm_strtom(struct nfsrv_descript *, const char *, int);

Completed in 208 milliseconds