/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_bparam.c | 72 char buff2[MAX_MACHINE_NAME + 1]; 97 MAX_MACHINE_NAME); 112 MAX_MACHINE_NAME); 114 MAX_MACHINE_NAME); 120 MAX_MACHINE_NAME); 147 (void) showxdr_string(MAX_MACHINE_NAME, 156 (void) showxdr_string(MAX_MACHINE_NAME, 158 (void) showxdr_string(MAX_MACHINE_NAME, 164 (void) showxdr_string(MAX_MACHINE_NAME,
|
H A D | snoop_rpc.c | 322 (void) showxdr_string(MAX_MACHINE_NAME, " Hostname = %s"); in print_creds()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_sys.c | 171 char machname[MAX_MACHINE_NAME + 1]; in authsys_create_default() 177 if (gethostname(machname, MAX_MACHINE_NAME) == -1) { in authsys_create_default() 181 machname[MAX_MACHINE_NAME] = 0; in authsys_create_default() 206 char machname[MAX_MACHINE_NAME + 1]; in authsys_create_ruid() 213 if (gethostname(machname, MAX_MACHINE_NAME) == -1) { in authsys_create_ruid() 218 machname[MAX_MACHINE_NAME] = 0; in authsys_create_ruid()
|
H A D | svc_auth_loopb.c | 47 char area_machname[MAX_MACHINE_NAME+1]; 79 if (str_len > MAX_MACHINE_NAME) in __svcauth_loopback()
|
H A D | svc_auth_sys.c | 61 char area_machname[MAX_MACHINE_NAME+1]; 93 if (str_len > MAX_MACHINE_NAME) in __svcauth_sys()
|
H A D | authsys_prot.c | 57 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authsys_parms()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | bootparam_prot.x | 44 const MAX_MACHINE_NAME = 255; 49 typedef string bp_machine_name_t<MAX_MACHINE_NAME>; typedef
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | authu_prot.c | 60 xdr_string(xdrs, &p->aup_machname, MAX_MACHINE_NAME) && in xdr_authunix_parms() 135 xdr_string(xdrs, &name, MAX_MACHINE_NAME) && in xdr_authkern() 166 xdr_string(xdrs, &name, MAX_MACHINE_NAME) && in xdr_authloopback()
|
H A D | svc_authu.c | 78 char area_machname[MAX_MACHINE_NAME+1]; in _svcauth_unix() 100 if (str_len > MAX_MACHINE_NAME) in _svcauth_unix()
|
H A D | auth_kern.c | 139 if (namelen > MAX_MACHINE_NAME) in authkern_marshal() 153 RNDUP(MAX_MACHINE_NAME) <= MAX_AUTH_BYTES); in authkern_marshal()
|
H A D | auth_loopb.c | 142 if (namelen > MAX_MACHINE_NAME) in authloopback_marshal() 155 CTASSERT(NFIELDS * BYTES_PER_XDR_UNIT + RNDUP(MAX_MACHINE_NAME) <= in authloopback_marshal()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth_unix.h | 41 #define MAX_MACHINE_NAME 255 macro
|
/titanic_41/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 54 char host[MAX_MACHINE_NAME + 1]; in authsys_create_uid() 62 host[MAX_MACHINE_NAME] = '\0'; in authsys_create_uid()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | auth_sys.h | 64 #define MAX_MACHINE_NAME 255 macro
|
H A D | bootparam.h | 42 #define MAX_MACHINE_NAME 255 macro
|
/titanic_41/usr/src/lib/librpcsvc/common/ |
H A D | bootparam_prot.h | 34 #define MAX_MACHINE_NAME 255 macro
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 35 return (xdr_string(xdrs, objp, MAX_MACHINE_NAME)); in xdr_bp_machine_name_t()
|
H A D | nfs_dlinet.c | 695 res.client_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in whoami() 696 res.domain_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in whoami() 802 kmem_free(res.client_name, MAX_MACHINE_NAME + 1); in whoami() 803 kmem_free(res.domain_name, MAX_MACHINE_NAME + 1); in whoami() 864 res.server_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in getfile() 865 res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in getfile() 894 kmem_free(res.server_name, MAX_MACHINE_NAME + 1); in getfile() 895 kmem_free(res.server_path, MAX_MACHINE_NAME + 1); in getfile()
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_xdr.c | 42 if (!xdr_string(xdrs, objp, MAX_MACHINE_NAME)) { in xdr_bp_machine_name_t()
|
H A D | bootparam_subr.c | 78 static char domain[MAX_MACHINE_NAME]; in bootparamproc_whoami_1()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | auth_unix.c | 296 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authunix_parms()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 322 char errbuf[MAX_MACHINE_NAME + 28];
|