os 157 compat/freebsd/freebsd_exec.c freebsd_elf_probe(p, epp, itp, pos, os) os 162 compat/freebsd/freebsd_exec.c u_int8_t *os; os 186 compat/freebsd/freebsd_exec.c if (*os == OOS_NULL) os 187 compat/freebsd/freebsd_exec.c *os = OOS_FREEBSD; os 473 compat/linux/linux_exec.c linux_elf_probe(p, epp, itp, pos, os) os 478 compat/linux/linux_exec.c u_int8_t *os; os 497 compat/linux/linux_exec.c if (*os == OOS_NULL) os 498 compat/linux/linux_exec.c *os = OOS_LINUX; os 118 compat/svr4/svr4_exec.c svr4_elf_probe(p, epp, itp, pos, os) os 123 compat/svr4/svr4_exec.c u_int8_t *os; os 138 compat/svr4/svr4_exec.c if (*os == OOS_NULL) os 139 compat/svr4/svr4_exec.c *os = OOS_SVR4; os 339 dev/raidframe/rf_parityscan.c RF_SectorNum_t os = pda->startSector; os 349 dev/raidframe/rf_parityscan.c or, oc, (long) os, os 361 dev/raidframe/rf_parityscan.c or, oc, (long) os, os 199 kern/exec_elf.c ELFNAME(olf_check_header)(Elf_Ehdr *ehdr, int type, u_int8_t *os) os 236 kern/exec_elf.c *os = ehdr->e_ident[OI_OS]; os 353 kern/exec_elf.c u_int8_t os; /* Just a dummy in this routine */ os 387 kern/exec_elf.c && ELFNAME(olf_check_header)(&eh, ET_DYN, &os) os 541 kern/exec_elf.c u_int8_t os = OOS_NULL; os 548 kern/exec_elf.c && ELFNAME(olf_check_header)(eh, ET_EXEC, &os) os 618 kern/exec_elf.c if (os == OOS_NULL || ((1 << os) & ELFNAME(probes)[i].os_mask)) os 620 kern/exec_elf.c (*ELFNAME(probes)[i].func)(p, epp, interp, &pos, &os) : os 624 kern/exec_elf.c p->p_os = os; os 746 kern/exec_elf.c ap->arg_os = os; os 687 lib/libz/inflate.c state->head->os = (int)(hold >> 8); os 114 lib/libz/zlib.h int os; /* operating system */ os 263 net/pf_osfp.c pf_osfp_match(struct pf_osfp_enlist *list, pf_osfp_t os) os 269 net/pf_osfp.c if (os == PF_OSFP_ANY) os 272 net/pf_osfp.c DPFPRINTF("osfp no match against %x\n", os); os 273 net/pf_osfp.c return (os == PF_OSFP_UNKNOWN); os 275 net/pf_osfp.c PF_OSFP_UNPACK(os, os_class, os_version, os_subtype); os 283 net/pf_osfp.c entry->fp_subtype_nm, os, entry->fp_os); os 287 net/pf_osfp.c DPFPRINTF("fingerprint 0x%x didn't match\n", os);