Home
last modified time | relevance | path

Searched refs:KERN_HOSTID (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/compat-43/
H A Dsethostid.c43 mib[1] = KERN_HOSTID; in sethostid()
H A Dgethostid.c45 mib[1] = KERN_HOSTID; in gethostid()
/freebsd/sys/kern/
H A Dkern_xxx.c84 name[1] = KERN_HOSTID; in ogethostid()
95 name[1] = KERN_HOSTID; in osethostid()
H A Dkern_mib.c512 SYSCTL_PROC(_kern, KERN_HOSTID, hostid,
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c245 #ifdef KERN_HOSTID in audit_set_terminal_host()
246 int name[2] = { CTL_KERN, KERN_HOSTID }; in audit_set_terminal_host()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c179 case KERN_HOSTID: in audit_ctlname_to_sysctlevent()
/freebsd/contrib/bsnmp/snmpd/
H A Daction.c106 if ((hostid = act_getkernint(KERN_HOSTID)) == NULL) in init_actvals()
164 if ((hostid = act_getkernint(KERN_HOSTID)) == NULL) in init_snmpd_engine()
/freebsd/sys/sys/
H A Dsysctl.h976 #define KERN_HOSTID 11 /* int: host identifier */ macro
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4166 int name[] = { CTL_KERN, KERN_HOSTID }; in ofreebsd32_sethostid()