Searched refs:MAX_MACHINE_NAME (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h41 #define MAX_MACHINE_NAME 255 macro
/illumos-gate/usr/src/head/rpcsvc/
H A Dbootparam_prot.x44 const MAX_MACHINE_NAME = 255;
49 typedef string bp_machine_name_t<MAX_MACHINE_NAME>;
/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");
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauthsys_prot.c57 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
74 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
H A Dauth_sys.c171 char machname[MAX_MACHINE_NAME + 1];
177 if (gethostname(machname, MAX_MACHINE_NAME) == -1) {
181 machname[MAX_MACHINE_NAME] = 0;
206 char machname[MAX_MACHINE_NAME + 1];
213 if (gethostname(machname, MAX_MACHINE_NAME) == -1) {
218 machname[MAX_MACHINE_NAME] = 0;
H A Dsvc_auth_loopb.c53 char area_machname[MAX_MACHINE_NAME+1];
74 if (str_len > MAX_MACHINE_NAME) {
H A Dsvc_auth_sys.c67 char area_machname[MAX_MACHINE_NAME+1];
88 if (str_len > MAX_MACHINE_NAME) {
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c60 xdr_string(xdrs, &p->aup_machname, MAX_MACHINE_NAME) &&
137 xdr_string(xdrs, &name, MAX_MACHINE_NAME) &&
171 xdr_string(xdrs, &name, MAX_MACHINE_NAME) &&
H A Dsvc_authu.c80 char area_machname[MAX_MACHINE_NAME+1];
99 if (str_len > MAX_MACHINE_NAME) {
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h34 #define MAX_MACHINE_NAME 255 macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h63 #define MAX_MACHINE_NAME 255 macro
H A Dbootparam.h42 #define MAX_MACHINE_NAME 255 macro
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c42 if (!xdr_string(xdrs, objp, MAX_MACHINE_NAME)) {
H A Dbootparam_subr.c78 static char domain[MAX_MACHINE_NAME];
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c35 return (xdr_string(xdrs, objp, MAX_MACHINE_NAME));
H A Dnfs_dlinet.c695 res.client_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
696 res.domain_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
802 kmem_free(res.client_name, MAX_MACHINE_NAME + 1);
803 kmem_free(res.domain_name, MAX_MACHINE_NAME + 1);
864 res.server_name = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
865 res.server_path = kmem_alloc(MAX_MACHINE_NAME + 1, KM_SLEEP);
894 kmem_free(res.server_name, MAX_MACHINE_NAME + 1);
895 kmem_free(res.server_path, MAX_MACHINE_NAME + 1);
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c54 char host[MAX_MACHINE_NAME + 1];
62 host[MAX_MACHINE_NAME] = '\0';
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c296 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) &&
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c322 char errbuf[MAX_MACHINE_NAME + 28];
323 /* MAX_MACHINE_NAME + strlen ("sysinfo(SI_SET_HOSTNAME)()") + null */

Completed in 120 milliseconds