HomeSort by: relevance | last modified time | path
    Searched refs:MAX_MACHINE_NAME (Results 1 - 5 of 5) sorted by relevancy

  /src/include/rpc/
auth_unix.h 53 #define MAX_MACHINE_NAME 255
  /src/lib/librpcsvc/
bootparam_prot.x 55 const MAX_MACHINE_NAME = 255;
60 typedef string bp_machine_name_t<MAX_MACHINE_NAME>;
  /src/lib/libc/rpc/
authunix_prot.c 75 && xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME)
svc_auth_unix.c 75 char area_machname[MAX_MACHINE_NAME+1];
94 if (str_len > MAX_MACHINE_NAME) {
  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 52 static char hostname[MAX_MACHINE_NAME];
53 static char askname[MAX_MACHINE_NAME];
54 static char domain_name[MAX_MACHINE_NAME];
191 getdomainname(domain_name, MAX_MACHINE_NAME);
424 strncpy(client_canonical, canon, MAX_MACHINE_NAME);

Completed in 47 milliseconds