Home
last modified time | relevance | path

Searched refs:MAX_MACHINE_NAME (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c72 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 Dsnoop_rpc.c322 (void) showxdr_string(MAX_MACHINE_NAME, " Hostname = %s"); in print_creds()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c171 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 Dsvc_auth_loopb.c47 char area_machname[MAX_MACHINE_NAME+1];
79 if (str_len > MAX_MACHINE_NAME) in __svcauth_loopback()
H A Dsvc_auth_sys.c61 char area_machname[MAX_MACHINE_NAME+1];
93 if (str_len > MAX_MACHINE_NAME) in __svcauth_sys()
H A Dauthsys_prot.c57 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authsys_parms()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c60 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 Dsvc_authu.c78 char area_machname[MAX_MACHINE_NAME+1]; in _svcauth_unix()
100 if (str_len > MAX_MACHINE_NAME) in _svcauth_unix()
H A Dauth_kern.c139 if (namelen > MAX_MACHINE_NAME) in authkern_marshal()
153 RNDUP(MAX_MACHINE_NAME) <= MAX_AUTH_BYTES); in authkern_marshal()
H A Dauth_loopb.c142 if (namelen > MAX_MACHINE_NAME) in authloopback_marshal()
155 CTASSERT(NFIELDS * BYTES_PER_XDR_UNIT + RNDUP(MAX_MACHINE_NAME) <= in authloopback_marshal()
/illumos-gate/usr/src/head/rpcsvc/
H A Dbootparam_prot.x38 const MAX_MACHINE_NAME = 255;
43 typedef string bp_machine_name_t<MAX_MACHINE_NAME>; typedef
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c52 char host[MAX_MACHINE_NAME + 1]; in authsys_create_uid()
60 host[MAX_MACHINE_NAME] = '\0'; in authsys_create_uid()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h64 #define MAX_MACHINE_NAME 255 macro
H A Dbootparam.h40 #define MAX_MACHINE_NAME 255 macro
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h32 #define MAX_MACHINE_NAME 255 macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c33 return (xdr_string(xdrs, objp, MAX_MACHINE_NAME)); in xdr_bp_machine_name_t()
H A Dnfs_dlinet.c697 res.client_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in whoami()
698 res.domain_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in whoami()
804 kmem_free(res.client_name, MAX_MACHINE_NAME + 1); in whoami()
805 kmem_free(res.domain_name, MAX_MACHINE_NAME + 1); in whoami()
866 res.server_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in getfile()
867 res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP); in getfile()
896 kmem_free(res.server_name, MAX_MACHINE_NAME + 1); in getfile()
897 kmem_free(res.server_path, MAX_MACHINE_NAME + 1); in getfile()
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c39 if (!xdr_string(xdrs, objp, MAX_MACHINE_NAME)) { in xdr_bp_machine_name_t()
H A Dbootparam_subr.c77 static char domain[MAX_MACHINE_NAME]; in bootparamproc_whoami_1()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c286 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authunix_parms()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c318 char errbuf[MAX_MACHINE_NAME + 28]; in bpanswer()