Searched refs:os (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/
H A Dsymbolify.py5 import os
74 KERNEL_FILE = os.environ.get("SYMBOLIFY_KERNEL")
/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c242 pf_osfp_match(struct pf_osfp_enlist *list, pf_osfp_t os) argument
248 if (os == PF_OSFP_ANY)
251 DPFPRINTF("osfp no match against %x\n", os);
252 return (os == PF_OSFP_UNKNOWN);
254 PF_OSFP_UNPACK(os, os_class, os_version, os_subtype);
262 entry->fp_subtype_nm, os, entry->fp_os);
266 DPFPRINTF("fingerprint 0x%x didn't match\n", os);
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h140 int os; /* operating system */ member in struct:gz_header_s
704 deflate(). The text, time, os, extra field, name, and comment information
715 the time set to zero, and os set to 255, with no extra, name, or comment
857 The text, time, xflags, and os fields are filled in with the gzip header
/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.c692 state->head->os = (int)(hold >> 8);
H A Ddeflate.c639 put_byte(s, s->gzhead->os & 0xff);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c727 struct sockaddr *os, *od, *is, *id; local
767 os = (struct sockaddr *)&r2->saidx.src;
769 if (key_sockaddrcmp(os, osrc, 0) ||

Completed in 45 milliseconds