Searched defs:protofmly (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c701 char protofmly[MAXSTRINGLEN + 1], proto[MAXSTRINGLEN + 1]; local
720 (void) getxdr_string(protofmly, MAXSTRINGLEN);
726 protofmly, proto);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h276 char *protofmly; /* Protocol Family */ member in struct:nfs4_svc_args
287 caddr32_t protofmly; member in struct:nfs4_svc_args32
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c147 char protofmly[KNC_STRSIZE]; member in struct:nfs4_cb_port
808 nfs4_setport(char *netid, char *uaddr, char *protofmly, char *proto, argument
830 (void) strcpy(p->protofmly, protofmly);
862 if (strcmp(p->protofmly, knc->knc_protofmly) == 0 &&
958 char protofmly[KNC_STRSIZE], proto[KNC_STRSIZE]; local
1022 error = copyinstr((const char *)STRUCT_FGETP(uap, protofmly), protofmly,
1023 sizeof (protofmly), &len);
1045 nfs4_setport(buf, uaddr, protofmly, prot
[all...]

Completed in 65 milliseconds