code 178 arch/i386/i386/apm.c const char *apm_err_translate(int code); code 196 arch/i386/i386/apm.c apm_err_translate(int code) code 87 arch/i386/i386/db_interface.c kdbprinttrap(int type, int code) code 101 arch/i386/i386/db_interface.c kdb_trap(int type, int code, db_regs_t *regs) code 76 arch/i386/i386/freebsd_machdep.c freebsd_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, code 107 arch/i386/i386/linux_machdep.c linux_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, code 2117 arch/i386/i386/machdep.c ibcs2_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, code 2160 arch/i386/i386/machdep.c sendsig(sig_t catcher, int sig, int mask, u_long code, int type, code 212 arch/i386/i386/svr4_machdep.c svr4_getsiginfo(union svr4_siginfo *si, int sig, u_long code, int type, code 309 arch/i386/i386/svr4_machdep.c svr4_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, code 250 arch/i386/include/cpufunc.h rdmsr_locked(u_int msr, u_int code) code 260 arch/i386/include/cpufunc.h wrmsr_locked(u_int msr, u_int code, u_int64_t newval) code 60 arch/i386/include/db_machdep.h #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) code 61 arch/i386/include/db_machdep.h #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15) code 53 ddb/db_trap.c db_trap(int type, int code) code 2755 dev/ic/aac.c aac_describe_code(struct aac_code_lookup *table, u_int32_t code) code 1366 dev/ic/adw.c adw_async_callback(sc, code) code 1368 dev/ic/adw.c u_int8_t code; code 726 dev/ic/aic7xxx_openbsd.c ac_code code, void *opt_arg) code 427 dev/ic/isp_target.c isp_endcmd(struct ispsoftc *isp, void *arg, u_int32_t code, u_int16_t hdl) code 505 dev/ic/ispvar.h #define ISP_FW_MAJOR(code) ((code >> 24) & 0xff) code 506 dev/ic/ispvar.h #define ISP_FW_MINOR(code) ((code >> 16) & 0xff) code 507 dev/ic/ispvar.h #define ISP_FW_MICRO(code) ((code >> 8) & 0xff) code 985 dev/microcode/ncr53cxxx/ncr53cxxx.c void set_clear (unsigned long code) code 1268 dev/microcode/siop/ncr53cxxx.c void set_clear (u_int32_t code) code 2025 dev/pci/if_wpi.c wpi_cmd(struct wpi_softc *sc, int code, const void *buf, int size, int async) code 625 dev/pci/ips.c ips_cmd(struct ips_softc *sc, int code, int drive, u_int32_t lba, void *data, code 1786 dev/pci/ises.c ises_debug_simple_cmd (struct ises_softc *sc, u_int32_t code, u_int32_t d) code 699 dev/systrace.c systrace_redirect(int code, struct proc *p, void *v, register_t *retval) code 1699 dev/systrace.c int code, size_t argsize, register_t args[]) code 1714 dev/systrace.c int error, int code, size_t argsize, register_t args[], register_t rval[]) code 960 dev/usb/if_uath.c uath_cmd(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, code 1025 dev/usb/if_uath.c uath_cmd_write(struct uath_softc *sc, uint32_t code, const void *data, int len, code 1033 dev/usb/if_uath.c uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, code 764 dev/usb/if_zyd.c zyd_cmd(struct zyd_softc *sc, uint16_t code, const void *idata, int ilen, code 634 dev/usb/usbf.c usb_enum_string(const struct usb_enum_str *tab, int code) code 94 kern/kern_ktrace.c ktrsyscall(struct proc *p, register_t code, size_t argsize, register_t args[]) code 132 kern/kern_ktrace.c ktrsysret(struct proc *p, register_t code, int error, register_t retval) code 239 kern/kern_ktrace.c ktrpsig(struct proc *p, int sig, sig_t action, int mask, int code, code 725 kern/kern_sig.c trapsignal(struct proc *p, int signum, u_long code, int type, code 1479 kern/kern_sig.c initsiginfo(siginfo_t *si, int sig, u_long code, int type, union sigval val) code 79 kern/kern_xxx.c scdebug_call(struct proc *p, register_t code, register_t args[]) code 112 kern/kern_xxx.c scdebug_ret(struct proc *p, register_t code, int error, register_t retval[]) code 37 lib/libz/inftrees.c code FAR * FAR *table; code 55 lib/libz/inftrees.h unsigned codes, code FAR * FAR *table, code 193 net/bpf.h #define BPF_CLASS(code) ((code) & 0x07) code 204 net/bpf.h #define BPF_SIZE(code) ((code) & 0x18) code 208 net/bpf.h #define BPF_MODE(code) ((code) & 0xe0) code 217 net/bpf.h #define BPF_OP(code) ((code) & 0xf0) code 232 net/bpf.h #define BPF_SRC(code) ((code) & 0x08) code 237 net/bpf.h #define BPF_RVAL(code) ((code) & 0x18) code 241 net/bpf.h #define BPF_MISCOP(code) ((code) & 0xf8) code 266 net/bpf.h #define BPF_STMT(code, k) { (u_int16_t)(code), 0, 0, k } code 267 net/bpf.h #define BPF_JUMP(code, k, jt, jf) { (u_int16_t)(code), jt, jf, k } code 2737 net/if_bridge.c int mtu, int type, int code) code 1714 net/pf.c pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af, code 2533 net/zlib.c local unsigned bi_reverse(code, len) code 2534 net/zlib.c unsigned code; /* the value to invert */ code 131 net80211/ieee80211_regdomain.c ieee80211_countrycode2name(u_int16_t code) code 180 net80211/ieee80211_regdomain.c ieee80211_countrycode2regdomain(u_int16_t code) code 111 netbt/l2cap_misc.c l2cap_request_alloc(struct l2cap_channel *chan, uint8_t code) code 892 netbt/l2cap_signal.c l2cap_send_signal(struct hci_link *link, uint8_t code, uint8_t ident, code 678 netinet/icmp6.h #define icmp6_ifoutstat_inc(ifp, type, code) \ code 138 netinet/ip_icmp.c icmp_do_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) code 280 netinet/ip_icmp.c icmp_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) code 989 netinet/ip_icmp.c icmp_ratelimit(const struct in_addr *dst, const int type, const int code) code 193 netinet6/icmp6.c icmp6_errcount(stat, type, code) code 195 netinet6/icmp6.c int type, code; code 277 netinet6/icmp6.c icmp6_error(m, type, code, param) code 279 netinet6/icmp6.c int type, code, param; code 897 netinet6/icmp6.c icmp6_notify_error(m, off, icmp6len, code) code 899 netinet6/icmp6.c int off, icmp6len, code; code 2755 netinet6/icmp6.c icmp6_ratelimit(dst, type, code) code 2758 netinet6/icmp6.c const int code; /* not used at this moment */ code 1454 netinet6/nd6.c nd6_cache_lladdr(ifp, from, lladdr, lladdrlen, type, code) code 1460 netinet6/nd6.c int code; /* type dependent information */ code 200 sys/mbuf.h #define MBUFLOCK(code) do {\ code 164 sys/signalvar.h void trapsignal(struct proc *p, int sig, u_long code, int type, code 180 sys/signalvar.h void sendsig(sig_t action, int sig, int returnmask, u_long code, code 124 sys/systm.h void scdebug_call(struct proc *p, register_t code, register_t retval[]); code 125 sys/systm.h void scdebug_ret(struct proc *p, register_t code, int error, register_t retval[]);