Searched refs:ch_protofmly (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.h | 41 char *ch_protofmly; member
|
H A D | rdc_clnt.c | 2725 ch->ch_protofmly != NULL && in rdc_clnt_get() 2726 strcmp(ch->ch_protofmly, in rdc_clnt_get() 2812 ch->ch_protofmly = (char *)kmem_zalloc( in rdc_clnt_get() 2814 if (ch->ch_protofmly) in rdc_clnt_get() 2815 (void) strcpy(ch->ch_protofmly, in rdc_clnt_get() 3052 if (ch->ch_protofmly) in _rdc_clnt_destroy() 3053 kmem_free(ch->ch_protofmly, in _rdc_clnt_destroy() 3054 strlen(ch->ch_protofmly)+1); in _rdc_clnt_destroy()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 857 (strcmp(ch->ch_protofmly, in clget4() 878 newch->ch_protofmly = kmem_alloc( in clget4() 881 (void) strcpy(newch->ch_protofmly, in clget4() 910 kmem_free(newch->ch_protofmly, in clget4() 911 strlen(newch->ch_protofmly) + 1); in clget4() 943 kmem_free(newch->ch_protofmly, strlen(newch->ch_protofmly) + 1); in clget4() 2800 kmem_free(chp->ch_protofmly, strlen(chp->ch_protofmly) + 1); in clfini4_zone()
|
H A D | nfs_subr.c | 341 (strcmp(ch->ch_protofmly, in clget_impl() 362 newch->ch_protofmly = kmem_alloc( in clget_impl() 365 (void) strcpy(newch->ch_protofmly, in clget_impl() 394 kmem_free(newch->ch_protofmly, in clget_impl() 395 strlen(newch->ch_protofmly) + 1); in clget_impl() 424 kmem_free(newch->ch_protofmly, strlen(newch->ch_protofmly) + 1); in clget_impl() 3468 kmem_free(chp->ch_protofmly, strlen(chp->ch_protofmly) + 1); in clfini_zone()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 225 char *ch_protofmly; /* protocol (i.e. NC_INET, NC_LOOPBACK) */ member
|