Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/compat-43/
Dsethostid.c47 mib[1] = KERN_HOSTID; in sethostid()
Dgethostid.c49 mib[1] = KERN_HOSTID; in gethostid()
/freebsd-9-stable/sys/kern/
Dkern_xxx.c109 name[1] = KERN_HOSTID;
130 name[1] = KERN_HOSTID;
Dkern_mib.c435 SYSCTL_PROC(_kern, KERN_HOSTID, hostid,
/freebsd-9-stable/contrib/openbsm/libbsm/
Dbsm_wrappers.c241 #ifdef KERN_HOSTID in audit_set_terminal_host()
242 int name[2] = { CTL_KERN, KERN_HOSTID }; in audit_set_terminal_host()
/freebsd-9-stable/sys/security/audit/
Daudit_bsm_klib.c259 case KERN_HOSTID: in audit_ctlname_to_sysctlevent()
/freebsd-9-stable/contrib/bsnmp/snmpd/
Daction.c105 if ((hostid = act_getkernint(KERN_HOSTID)) == NULL) in init_actvals()
163 if ((hostid = act_getkernint(KERN_HOSTID)) == NULL) in init_snmpd_engine()
/freebsd-9-stable/sys/sys/
Dsysctl.h532 #define KERN_HOSTID 11 /* int: host identifier */ macro