function 66 altq/altq_rmclass_debug.h int function; /* address of function */
function 3254 arch/i386/i386/machdep.c idt_vec_set(int vec, void (*function)(void))
function 3256 arch/i386/i386/machdep.c setgate(&idt[vec], function, 0, SDT_SYS386IGT, SEL_KPL, GCODE_SEL);
function 190 arch/i386/i386/mpbios_intr_fixup.c int function, nfuncs;
function 211 arch/i386/i386/mpbios_intr_fixup.c for (function = 0; function < nfuncs; function++) {
function 212 arch/i386/i386/mpbios_intr_fixup.c icutag = pci_make_tag(pc, 0, device, function);
function 93 arch/i386/include/asm.h .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
function 381 arch/i386/pci/pci_addr_fixup.c int bus, device, function;
function 385 arch/i386/pci/pci_addr_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function);
function 386 arch/i386/pci/pci_addr_fixup.c printf("%03d:%02d:%d %04x:%04x\n", bus, device, function,
function 54 arch/i386/pci/pci_bus_fixup.c int device, maxdevs, function, nfuncs, bus_max, bus_sub;
function 87 arch/i386/pci/pci_bus_fixup.c for (function = 0; function < nfuncs; function++) {
function 88 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, function);
function 161 arch/i386/pci/pci_bus_fixup.c int bridge, device, maxdevs, function, nfuncs, bus_max, bus_sub;
function 194 arch/i386/pci/pci_bus_fixup.c for (function = 0; function < nfuncs; function++) {
function 195 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, function);
function 261 arch/i386/pci/pci_bus_fixup.c int bus, device, function;
function 265 arch/i386/pci/pci_bus_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function);
function 266 arch/i386/pci/pci_bus_fixup.c printf("%03d:%02d:%d %04x:%04x\n", bus, device, function,
function 656 arch/i386/pci/pci_intr_fixup.c int irq, link, bus, device, function;
function 665 arch/i386/pci/pci_intr_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function);
function 682 arch/i386/pci/pci_intr_fixup.c link, bus, device, function, '@' + ihp->pin);
function 723 arch/i386/pci/pci_intr_fixup.c "stage %d %s irq %d\n", bus, device, function,
function 782 arch/i386/pci/pci_intr_fixup.c int function, nfuncs;
function 806 arch/i386/pci/pci_intr_fixup.c for (function = 0; function < nfuncs; function++) {
function 807 arch/i386/pci/pci_intr_fixup.c icutag = pci_make_tag(pc, 0, device, function);
function 204 arch/i386/pci/pci_machdep.c pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function)
function 210 arch/i386/pci/pci_machdep.c if (bus >= 256 || device >= 32 || function >= 8)
function 214 arch/i386/pci/pci_machdep.c (bus << 16) | (device << 11) | (function << 8);
function 217 arch/i386/pci/pci_machdep.c if (bus >= 256 || device >= 16 || function >= 8)
function 221 arch/i386/pci/pci_machdep.c tag.mode2.enable = 0xf0 | (function << 1);
function 522 arch/i386/pci/pcibios.c int bus, device, function, maxdevs, nfuncs;
function 550 arch/i386/pci/pcibios.c for (function = 0; function < nfuncs; function++) {
function 551 arch/i386/pci/pcibios.c tag = pci_make_tag(pc, bus, device, function);
function 258 arch/i386/pci/piixpcib.c piixpcib_getset_state(struct piixpcib_softc *sc, int *state, int function)
function 265 arch/i386/pci/piixpcib.c if (function != PIIXPCIB_GETSTATE &&
function 266 arch/i386/pci/piixpcib.c function != PIIXPCIB_SETSTATE) {
function 268 arch/i386/pci/piixpcib.c sc->sc_dev.dv_xname, __func__, function);
function 280 arch/i386/pci/piixpcib.c "b" (function),
function 288 arch/i386/pci/piixpcib.c switch (function) {
function 199 compat/freebsd/freebsd_syscallargs.h syscallarg(int) function;
function 381 dev/cardbus/cardbus.c int function, nfunction;
function 403 dev/cardbus/cardbus.c function = 0;
function 405 dev/cardbus/cardbus.c tag = cardbus_make_tag(cc, cf, sc->sc_bus, sc->sc_device, function);
function 432 dev/cardbus/cardbus.c for (function = 0; function < nfunction; function++) {
function 436 dev/cardbus/cardbus.c function);
function 450 dev/cardbus/cardbus.c enable_function(sc, cdstatus, function);
function 464 dev/cardbus/cardbus.c function, bhlc));
function 497 dev/cardbus/cardbus.c ct->ct_func = function;
function 515 dev/cardbus/cardbus.c ca.ca_function = function;
function 537 dev/cardbus/cardbus.c disable_function(sc, function);
function 688 dev/cardbus/cardbus.c enable_function(struct cardbus_softc *sc, int cdstatus, int function)
function 700 dev/cardbus/cardbus.c sc->sc_poweron_func |= (1 << function);
function 704 dev/cardbus/cardbus.c disable_function(struct cardbus_softc *sc, int function)
function 706 dev/cardbus/cardbus.c sc->sc_poweron_func &= ~(1 << function);
function 402 dev/cardbus/cardbusvar.h int cardbus_function_enable(struct cardbus_softc *, int function);
function 403 dev/cardbus/cardbusvar.h int cardbus_function_disable(struct cardbus_softc *, int function);
function 431 dev/cardbus/cardbusvar.h #define cardbus_make_tag(cc, cf, bus, device, function) \
function 432 dev/cardbus/cardbusvar.h ((cf)->cardbus_make_tag)((cc), (bus), (device), (function))
function 1263 dev/i2o/iop.c iop_simple_cmd(struct iop_softc *sc, int tid, int function, int ictx,
function 1274 dev/i2o/iop.c mf.msgfunc = I2O_MSGFUNC(tid, function);
function 2119 dev/i2o/iop.c u_int function, detail;
function 2124 dev/i2o/iop.c function = (letoh32(rb->msgfunc) >> 24) & 0xff;
function 2136 dev/i2o/iop.c sc->sc_dv.dv_xname, function, rb->reqstatus, statusstr);
function 2139 dev/i2o/iop.c sc->sc_dv.dv_xname, function, rb->reqstatus);
function 1207 dev/ic/aacreg.h u_int32_t function;
function 343 dev/ic/bt8xx.h unsigned char function;
function 603 dev/ic/mpi.c io->function = physdisk ? MPI_FUNCTION_RAID_SCSI_IO_PASSTHROUGH :
function 1029 dev/ic/mpi.c io->function = MPI_FUNCTION_SCSI_IO_REQUEST;
function 1128 dev/ic/mpi.c sie->msg_length, sie->function);
function 1607 dev/ic/mpi.c ifq.function = MPI_FUNCTION_IOC_FACTS;
function 1625 dev/ic/mpi.c DEVNAME(sc), ifp.function, ifp.msg_length,
function 1723 dev/ic/mpi.c iiq.function = MPI_FUNCTION_IOC_INIT;
function 1759 dev/ic/mpi.c "whoinit: 0x%02x\n", DEVNAME(sc), iip.function,
function 1796 dev/ic/mpi.c pfq->function = MPI_FUNCTION_PORT_FACTS;
function 1815 dev/ic/mpi.c DEVNAME(sc), pfp->function, pfp->msg_length);
function 1866 dev/ic/mpi.c enq->function = MPI_FUNCTION_EVENT_NOTIFICATION;
function 1885 dev/ic/mpi.c "data_length: %d\n", DEVNAME(sc), enp->function, enp->msg_length,
function 1995 dev/ic/mpi.c eaq->function = MPI_FUNCTION_EVENT_ACK;
function 2038 dev/ic/mpi.c peq->function = MPI_FUNCTION_PORT_ENABLE;
function 2097 dev/ic/mpi.c bundle->req.function = MPI_FUNCTION_FW_UPLOAD;
function 2237 dev/ic/mpi.c cq->function = MPI_FUNCTION_CONFIG;
function 2258 dev/ic/mpi.c "0x%02x\n", DEVNAME(sc), cp->action, cp->msg_length, cp->function);
function 2317 dev/ic/mpi.c cq->function = MPI_FUNCTION_CONFIG;
function 2354 dev/ic/mpi.c "0x%02x\n", DEVNAME(sc), cp->action, cp->msg_length, cp->function);
function 331 dev/ic/mpireg.h u_int8_t function;
function 345 dev/ic/mpireg.h u_int8_t function;
function 367 dev/ic/mpireg.h u_int8_t function;
function 401 dev/ic/mpireg.h u_int8_t function;
function 422 dev/ic/mpireg.h u_int8_t function;
function 436 dev/ic/mpireg.h u_int8_t function;
function 512 dev/ic/mpireg.h u_int8_t function;
function 526 dev/ic/mpireg.h u_int8_t function;
function 568 dev/ic/mpireg.h u_int8_t function;
function 580 dev/ic/mpireg.h u_int8_t function;
function 600 dev/ic/mpireg.h u_int8_t function;
function 611 dev/ic/mpireg.h u_int8_t function;
function 698 dev/ic/mpireg.h u_int8_t function;
function 713 dev/ic/mpireg.h u_int8_t function;
function 736 dev/ic/mpireg.h u_int8_t function;
function 752 dev/ic/mpireg.h u_int8_t function;
function 771 dev/ic/mpireg.h u_int8_t function;
function 816 dev/ic/mpireg.h u_int8_t function;
function 862 dev/ic/mpireg.h u_int8_t function;
function 887 dev/ic/mpireg.h u_int8_t function;
function 937 dev/ic/mpireg.h u_int8_t function;
function 964 dev/ic/mpireg.h u_int8_t function;
function 145 dev/pci/arc.c u_int8_t function;
function 701 dev/pci/arc.c cmd->function = 1; /* XXX magic number */
function 2091 dev/pci/bktr/bktr_core.c msp->function, msp->address);
function 2099 dev/pci/bktr/bktr_core.c msp_dpl_write(bktr, bktr->msp_addr, msp->function,
function 118 dev/pci/pccbb.c int pccbb_cardenable(struct pccbb_softc * sc, int function);
function 1496 dev/pci/pccbb.c pccbb_cardenable(sc, function)
function 1498 dev/pci/pccbb.c int function;
function 1504 dev/pci/pccbb.c switch (function) {
function 1748 dev/pci/pccbb.c pccbb_make_tag(cc, busno, devno, function)
function 1750 dev/pci/pccbb.c int busno, devno, function;
function 1754 dev/pci/pccbb.c return pci_make_tag(sc->sc_pc, busno, devno, function);
function 249 dev/pci/pci.c int ret, pin, bus, device, function;
function 251 dev/pci/pci.c pci_decompose_tag(pc, tag, &bus, &device, &function);
function 275 dev/pci/pci.c pa.pa_function = function;
function 423 dev/pci/pci.c int device, function, nfunctions, ret;
function 455 dev/pci/pci.c for (function = 0; function < nfunctions; function++) {
function 456 dev/pci/pci.c tag = pci_make_tag(pc, sc->sc_bus, device, function);
function 781 dev/pci/tga.c tga_cnattach(iot, memt, pc, bus, device, function)
function 784 dev/pci/tga.c int bus, device, function;
function 790 dev/pci/tga.c pci_make_tag(pc, bus, device, function), dcp);
function 795 dev/pci/tga.c device, function);
function 798 dev/pci/tga.c device, function);
function 205 dev/pci/vga_pci.c pci_chipset_tag_t pc, int bus, int device, int function)
function 189 dev/pcmcia/com_pcmcia.c if (pa->pf->function == PCMCIA_FUNCTION_SERIAL)
function 82 dev/pcmcia/if_an_pcmcia.c if (pa->pf->function != PCMCIA_FUNCTION_NETWORK)
function 105 dev/pcmcia/if_ne_pcmcia.c int function;
function 575 dev/pcmcia/if_ne_pcmcia.c ((fct) == ne2000devs[(n)].function))? \
function 199 dev/pcmcia/if_xe.c if (pa->pf->function != PCMCIA_FUNCTION_NETWORK)
function 521 dev/pcmcia/pcmcia_cis.c switch (pf->function) {
function 562 dev/pcmcia/pcmcia_cis.c printf("unknown (%d)", pf->function);
function 834 dev/pcmcia/pcmcia_cis.c if (state->pf->function == PCMCIA_FUNCTION_UNSPEC) {
function 859 dev/pcmcia/pcmcia_cis.c state->pf->function = pcmcia_tuple_read_1(tuple, 0);
function 900 dev/pcmcia/pcmcia_cis.c state->pf->function = PCMCIA_FUNCTION_UNSPEC;
function 112 dev/pcmcia/pcmciavar.h int function;
function 237 dev/pcmcia/wdc_pcmcia.c if (pa->pf->function == PCMCIA_FUNCTION_DISK) {
function 429 dev/sdmmc/sdmmc.c sf->cis.function = SDMMC_FUNCTION_INVALID;
function 92 dev/sdmmc/sdmmc_cis.c cis->function = sdmmc_io_read_1(sf, reg);
function 170 dev/sdmmc/sdmmc_cis.c switch (sf->cis.function) {
function 175 dev/sdmmc/sdmmc_cis.c printf("unknown (%d)", sf->cis.function);
function 116 dev/sdmmc/sdmmcvar.h u_int8_t function;
function 383 dev/usb/usbf.c usbf_function_handle fun = dev->function;
function 398 dev/usb/usbf.c if (dev->function->methods->set_config)
function 413 dev/usb/usbf.c if (dev->function->methods->set_config)
function 525 dev/usb/usbf.c usbf_function_handle fun = dev->function;
function 104 dev/usb/usbf_subr.c KASSERT(dev->function == NULL);
function 117 dev/usb/usbf_subr.c dev->function = (struct usbf_function *)dv;
function 134 dev/usb/usbf_subr.c if (dev->function != NULL)
function 135 dev/usb/usbf_subr.c config_detach((struct device *)dev->function, DETACH_FORCE);
function 56 dev/usb/usbfvar.h struct usbf_function *function; /* function driver */
function 505 msdosfs/msdosfs_fat.c fatentry(function, pmp, cn, oldcontents, newcontents)
function 506 msdosfs/msdosfs_fat.c int function;
function 519 msdosfs/msdosfs_fat.c function, pmp, cn, oldcontents, newcontents);
function 526 msdosfs/msdosfs_fat.c if ((function & (FAT_SET | FAT_GET)) == 0) {
function 535 msdosfs/msdosfs_fat.c if ((function & FAT_GET) && oldcontents == NULL) {
function 554 msdosfs/msdosfs_fat.c if (function & FAT_GET) {
function 567 msdosfs/msdosfs_fat.c if (function & FAT_SET) {