Searched refs:hostid (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Libc-1044.1.2/compat-43/FreeBSD/
H A Dsethostid.c42 sethostid(long hostid) argument
48 sysctl(mib, 2, NULL, NULL, &hostid, sizeof hostid);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocmap.h31 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorCode* status);
H A Dlocmap.c983 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) argument
994 tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, sizeof(locName)/sizeof(locName[0]));
1022 langID = LANGUAGE_LCID(hostid);
1026 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
H A Duloc.cpp2149 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity,
2152 return uprv_convertToPosix(hostid, locale, localeCapacity, status);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkernel.h81 extern long hostid;
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs183 long hostid;
203 r.hostid = gethostid();
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c232 long hostid; variable
H A Dkern_sysctl.c1812 SYSCTL_COMPAT_INT(_kern, KERN_HOSTID, hostid,
1814 &hostid, 0, "");
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c553 pf_status.hostid = random();
611 pfsync_clear_states(pf_status.hostid, NULL);
2288 pf_status.hostid = random();
2290 pf_status.hostid = hid;
3663 pfsync_clear_states(pf_status.hostid, psk->psk_ifname);
H A Dpfvar.h1596 u_int32_t hostid; member in struct:pf_status
H A Dpf.c1453 s->creatorid = pf_status.hostid;
1669 if (cur->creatorid == pf_status.hostid)
7371 if (s->creatorid == pf_status.hostid)

Completed in 140 milliseconds