fn 38 arch/i386/i386/pctr.c int p5ctrsel(int fflag, u_int cmd, u_int fn);
fn 40 arch/i386/i386/pctr.c int p6ctrsel(int fflag, u_int cmd, u_int fn);
fn 90 arch/i386/i386/pctr.c p5ctrsel(int fflag, u_int cmd, u_int fn)
fn 104 arch/i386/i386/pctr.c if (fn >= 0x200)
fn 109 arch/i386/i386/pctr.c msr11 |= fn << shift;
fn 132 arch/i386/i386/pctr.c p6ctrsel(int fflag, u_int cmd, u_int fn)
fn 144 arch/i386/i386/pctr.c if (fn & 0x380000)
fn 148 arch/i386/i386/pctr.c wrmsr(msrsel, fn);
fn 113 dev/acpi/dsdt.c void _aml_die(const char *fn, int line, const char *fmt, ...);
fn 296 dev/acpi/dsdt.c void _aml_die(const char *fn, int line, const char *fmt, ...)
fn 323 dev/acpi/dsdt.c panic("aml_die %s:%d", fn, line);
fn 418 dev/acpi/dsdt.c _acpi_os_malloc(size_t size, const char *fn, int line)
fn 423 dev/acpi/dsdt.c dnprintf(99, "alloc: %x %s:%d\n", sptr, fn, line);
fn 434 dev/acpi/dsdt.c _acpi_os_free(void *ptr, const char *fn, int line)
fn 442 dev/acpi/dsdt.c dnprintf(99, "free: %x %s:%d\n", sptr, fn, line);
fn 1729 dev/acpi/dsdt.c _aml_delref(struct aml_value **val, const char *fn, int line)
fn 1738 dev/acpi/dsdt.c printf("-- invalid ref: %x:%s:%d\n", (*val)->refcnt, fn, line);
fn 3459 dev/acpi/dsdt.c void (*fn)(struct aml_value *, void *),
fn 3467 dev/acpi/dsdt.c fn(pkg->v_package[idx], arg);
fn 246 dev/acpi/dsdt.h void (*fn)(struct aml_value *, void *), void *);
fn 1462 dev/i2o/iop.c struct i2o_fault_notify *fn;
fn 1509 dev/i2o/iop.c fn = (struct i2o_fault_notify *)rb;
fn 1510 dev/i2o/iop.c tctx = iop_inl(sc, fn->lowmfa + 12); /* XXX */
fn 1511 dev/i2o/iop.c iop_release_mfa(sc, fn->lowmfa);
fn 1512 dev/i2o/iop.c iop_tfn_print(sc, fn);
fn 2154 dev/i2o/iop.c iop_tfn_print(struct iop_softc *sc, struct i2o_fault_notify *fn)
fn 2160 dev/i2o/iop.c letoh32(fn->msgictx), letoh32(fn->msgtctx));
fn 2162 dev/i2o/iop.c sc->sc_dv.dv_xname, fn->failurecode, fn->severity);
fn 2164 dev/i2o/iop.c sc->sc_dv.dv_xname, fn->highestver, fn->lowestver);
fn 498 dev/ic/i82596.c i82596_rx_errors(struct ie_softc *sc, int fn, int status)
fn 500 dev/ic/i82596.c log(LOG_ERR, "%s: rx error (frame# %d): %b\n", sc->sc_dev.dv_xname, fn,
fn 1148 dev/microcode/ncr53cxxx/ncr53cxxx.c char *fn;
fn 1151 dev/microcode/ncr53cxxx/ncr53cxxx.c fn = malloc (len);
fn 1152 dev/microcode/ncr53cxxx/ncr53cxxx.c strlcpy (fn, base, len);
fn 1153 dev/microcode/ncr53cxxx/ncr53cxxx.c base = strrchr(fn, '.');
fn 1156 dev/microcode/ncr53cxxx/ncr53cxxx.c strlcat (fn, ".", len);
fn 1157 dev/microcode/ncr53cxxx/ncr53cxxx.c strlcat (fn, sub, len);
fn 1158 dev/microcode/ncr53cxxx/ncr53cxxx.c return (fn);
fn 1488 dev/microcode/siop/ncr53cxxx.c char *fn;
fn 1491 dev/microcode/siop/ncr53cxxx.c fn = malloc (len);
fn 1492 dev/microcode/siop/ncr53cxxx.c strlcpy (fn, base, len);
fn 1493 dev/microcode/siop/ncr53cxxx.c base = strrchr(fn, '.');
fn 1496 dev/microcode/siop/ncr53cxxx.c strlcat (fn, ".", len);
fn 1497 dev/microcode/siop/ncr53cxxx.c strlcat (fn, sub, len);
fn 1498 dev/microcode/siop/ncr53cxxx.c return (fn);
fn 640 dev/pckbc/pckbd.c pckbd_hookup_bell(fn, arg)
fn 641 dev/pckbc/pckbd.c void (*fn)(void *, u_int, u_int, u_int, int);
fn 646 dev/pckbc/pckbd.c pckbd_bell_fn = fn;
fn 5 dev/pckbc/pckbdvar.h void pckbd_hookup_bell(void (*fn)(void *, u_int, u_int, u_int, int),
fn 107 isofs/cd9660/cd9660_util.c isofncmp(fn, fnlen, isofn, isolen, joliet_level)
fn 108 isofs/cd9660/cd9660_util.c const u_char *fn, *isofn;
fn 113 isofs/cd9660/cd9660_util.c const u_char *fnend = fn + fnlen, *isoend = isofn + isolen;
fn 115 isofs/cd9660/cd9660_util.c for (; fn != fnend; fn++) {
fn 117 isofs/cd9660/cd9660_util.c return *fn;
fn 120 isofs/cd9660/cd9660_util.c if (*fn++ != ';')
fn 121 isofs/cd9660/cd9660_util.c return fn[-1];
fn 122 isofs/cd9660/cd9660_util.c for (i = 0; fn != fnend; i = i * 10 + *fn++ - '0') {
fn 123 isofs/cd9660/cd9660_util.c if (*fn < '0' || *fn > '9') {
fn 132 isofs/cd9660/cd9660_util.c if (((u_char) c) != *fn) {
fn 134 isofs/cd9660/cd9660_util.c if (c + ('a' - 'A') != *fn) {
fn 135 isofs/cd9660/cd9660_util.c if (*fn >= 'a' && *fn <= 'z')
fn 136 isofs/cd9660/cd9660_util.c return *fn - ('a' - 'A') - c;
fn 138 isofs/cd9660/cd9660_util.c return *fn - c;
fn 141 isofs/cd9660/cd9660_util.c return *fn - c;
fn 190 kern/kern_subr.c hook_establish(struct hook_desc_head *head, int tail, void (*fn)(void *),
fn 199 kern/kern_subr.c hdp->hd_fn = fn;
fn 266 kern/kern_subr.c powerhook_establish(void (*fn)(int, void *), void *arg)
fn 275 kern/kern_subr.c ndp->sfd_fn = fn;
fn 130 kern/kern_sysctl.c sysctlfn *fn;
fn 148 kern/kern_sysctl.c fn = kern_sysctl;
fn 153 kern/kern_sysctl.c fn = hw_sysctl;
fn 156 kern/kern_sysctl.c fn = uvm_sysctl;
fn 159 kern/kern_sysctl.c fn = net_sysctl;
fn 162 kern/kern_sysctl.c fn = fs_sysctl;
fn 165 kern/kern_sysctl.c fn = vfs_sysctl;
fn 168 kern/kern_sysctl.c fn = cpu_sysctl;
fn 172 kern/kern_sysctl.c fn = debug_sysctl;
fn 177 kern/kern_sysctl.c fn = ddb_sysctl;
fn 204 kern/kern_sysctl.c error = (*fn)(&name[1], SCARG(uap, namelen) - 1, SCARG(uap, old),
fn 145 kern/kern_timeout.c timeout_set(struct timeout *new, void (*fn)(void *), void *arg)
fn 147 kern/kern_timeout.c new->to_func = fn;
fn 232 kern/kern_timeout.c void (*fn)(void *);
fn 254 kern/kern_timeout.c fn = to->to_func;
fn 258 kern/kern_timeout.c fn(arg);
fn 73 kern/subr_autoconf.c cfmatch_t fn;
fn 142 kern/subr_autoconf.c if (m->fn != NULL)
fn 143 kern/subr_autoconf.c pri = (*m->fn)(m->parent, match, m->aux);
fn 178 kern/subr_autoconf.c config_search(cfmatch_t fn, struct device *parent, void *aux)
fn 185 kern/subr_autoconf.c m.fn = fn;
fn 231 kern/subr_autoconf.c config_scan(cfscan_t fn, struct device *parent)
fn 257 kern/subr_autoconf.c (*fn)(parent, match);
fn 268 kern/subr_autoconf.c config_rootsearch(cfmatch_t fn, char *rootname, void *aux)
fn 274 kern/subr_autoconf.c m.fn = fn;
fn 1755 kern/vfs_subr.c sysctlfn *fn;
fn 1759 kern/vfs_subr.c fn = fs_posix_sysctl;
fn 1764 kern/vfs_subr.c return (*fn)(name + 1, namelen - 1, oldp, oldlenp, newp, newlen, p);
fn 970 ntfs/ntfs_vfsops.c struct fnode *fn;
fn 975 ntfs/ntfs_vfsops.c fn = VTOF(vp);
fn 980 ntfs/ntfs_vfsops.c ntfhp->ntfid_attr = fn->f_attrtype;
fn 252 sys/systm.h #define startuphook_establish(fn, arg) \
fn 253 sys/systm.h hook_establish(&startuphook_list, 1, (fn), (arg))
fn 258 sys/systm.h #define shutdownhook_establish(fn, arg) \
fn 259 sys/systm.h hook_establish(&shutdownhook_list, 0, (fn), (arg))
fn 264 sys/systm.h #define mountroothook_establish(fn, arg) \
fn 265 sys/systm.h hook_establish(&mountroothook_list, 0, (fn), (arg))
fn 104 uvm/uvm_stat.h char *fn; /* function name */
fn 207 uvm/uvm_stat.h (NAME).e[_i_].fn = _uvmhist_name; \
fn 208 uvm/uvm_stat.h (NAME).e[_i_].fnlen = strlen((NAME).e[_i_].fn); \
fn 241 uvm/uvm_stat.h printf("%s#%ld: ", e->fn, e->call);