Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dbootparam_prot.x50 const MAX_MACHINE_NAME = 255;
55 typedef string bp_machine_name_t<MAX_MACHINE_NAME>; typedef
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c35 static char hostname[MAX_MACHINE_NAME + 1];
36 static char askname[MAX_MACHINE_NAME];
38 static char domain_name[MAX_MACHINE_NAME];
74 getdomainname(domain_name, MAX_MACHINE_NAME); in bootparamproc_whoami_1_svc()
193 _Static_assert(INFOLEN >= MAX_FILEID + MAX_PATH_LEN+MAX_MACHINE_NAME + 3, in getthefile()
/freebsd/sys/rpc/
H A Dsvc_auth_unix.c53 #define MAX_MACHINE_NAME 255 macro
79 if (str_len > MAX_MACHINE_NAME) { in _svcauth_unix()
/freebsd/lib/libc/rpc/
H A Dsvc_auth_unix.c62 char area_machname[MAX_MACHINE_NAME+1]; in _svcauth_unix()
82 if (str_len > MAX_MACHINE_NAME) { in _svcauth_unix()
H A Dauthunix_prot.c63 xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME) && in xdr_authunix_parms()
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c27 static char cln[MAX_MACHINE_NAME+1];
28 static char dmn[MAX_MACHINE_NAME+1];
/freebsd/include/rpc/
H A Dauth_unix.h49 #define MAX_MACHINE_NAME 255 macro