Searched refs:protofmly (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 276 char *protofmly; /* Protocol Family */ member 287 caddr32_t protofmly; member
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_callback.c | 147 char protofmly[KNC_STRSIZE]; member 808 nfs4_setport(char *netid, char *uaddr, char *protofmly, char *proto, in nfs4_setport() argument 830 (void) strcpy(p->protofmly, protofmly); in nfs4_setport() 862 if (strcmp(p->protofmly, knc->knc_protofmly) == 0 && in nfs4_cb_args() 958 char protofmly[KNC_STRSIZE], proto[KNC_STRSIZE]; in nfs4_svc() local 1022 error = copyinstr((const char *)STRUCT_FGETP(uap, protofmly), protofmly, in nfs4_svc() 1023 sizeof (protofmly), &len); in nfs4_svc() 1045 nfs4_setport(buf, uaddr, protofmly, proto, ncg); in nfs4_svc()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pmap.c | 701 char protofmly[MAXSTRINGLEN + 1], proto[MAXSTRINGLEN + 1]; in show_rpcb_entry_list() local 720 (void) getxdr_string(protofmly, MAXSTRINGLEN); in show_rpcb_entry_list() 726 protofmly, proto); in show_rpcb_entry_list()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
H A D | nfs4cbd.c | 318 nsa.protofmly = nconf->nc_protofmly; in nfs4svc()
|