/src/sys/arch/mips/atheros/dev/ |
arpci.c | 108 arpci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 126 if (funcp) 127 *funcp = (tag >> 8) & 7;
|
arpci.c | 108 arpci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 126 if (funcp) 127 *funcp = (tag >> 8) & 7;
|
arpci.c | 108 arpci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 126 if (funcp) 127 *funcp = (tag >> 8) & 7;
|
/src/sys/arch/alpha/pci/ |
pci_machdep.c | 536 int * const busp, int * const devp, int * const funcp) 543 if (funcp != NULL) 544 *funcp = __SHIFTOUT(tag, PCI_CONF_TYPE1_FUNCTION); 548 pc->pc_decompose_tag(pc->pc_conf_v, tag, busp, devp, funcp);
|
pci_machdep.c | 536 int * const busp, int * const devp, int * const funcp) 543 if (funcp != NULL) 544 *funcp = __SHIFTOUT(tag, PCI_CONF_TYPE1_FUNCTION); 548 pc->pc_decompose_tag(pc->pc_conf_v, tag, busp, devp, funcp);
|
pci_machdep.c | 536 int * const busp, int * const devp, int * const funcp) 543 if (funcp != NULL) 544 *funcp = __SHIFTOUT(tag, PCI_CONF_TYPE1_FUNCTION); 548 pc->pc_decompose_tag(pc->pc_conf_v, tag, busp, devp, funcp);
|
/src/games/phantasia/ |
misc.c | 941 int (*funcp)(const char *,...); local in function:error 944 funcp = printw; 947 funcp = printf; 949 (*funcp) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno)); 950 (*funcp) ("Please run 'setup' to determine the problem.\n");
|
misc.c | 941 int (*funcp)(const char *,...); local in function:error 944 funcp = printw; 947 funcp = printf; 949 (*funcp) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno)); 950 (*funcp) ("Please run 'setup' to determine the problem.\n");
|
misc.c | 941 int (*funcp)(const char *,...); local in function:error 944 funcp = printw; 947 funcp = printf; 949 (*funcp) ("An unrecoverable error has occurred reading %s. (%s)\n", whichfile, strerror(errno)); 950 (*funcp) ("Please run 'setup' to determine the problem.\n");
|
/src/sys/arch/arm/broadcom/ |
bcm53xx_pax.c | 390 bcmpax_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 396 if (funcp) 397 *funcp = __SHIFTOUT(tag, CFG_ADDR_FUNC);
|
bcm53xx_pax.c | 390 bcmpax_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 396 if (funcp) 397 *funcp = __SHIFTOUT(tag, CFG_ADDR_FUNC);
|
bcm53xx_pax.c | 390 bcmpax_decompose_tag(void *v, pcitag_t tag, int *busp, int *devp, int *funcp) 396 if (funcp) 397 *funcp = __SHIFTOUT(tag, CFG_ADDR_FUNC);
|
/src/lib/libc/time/ |
localtime.c | 2148 struct tm *(*funcp)(struct state const *, time_t const *, 2274 if (! funcp(sp, &t, offset, &mytm)) { 2344 if (funcp(sp, &xaltt, offset, &alttm) 2374 if (! funcp(sp, &newt, offset, &mytm)) 2392 if (funcp(sp, &t, offset, tmp)) { 2406 struct tm *(*funcp)(struct state const *, time_t const *, 2419 t = time2sub(tmp, funcp, sp, offset, okayp, false); 2420 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); 2425 struct tm *(*funcp)(struct state const *, time_t const *, 2447 t = time2(tmp, funcp, sp, offset, &okay) [all...] |
localtime.c | 2148 struct tm *(*funcp)(struct state const *, time_t const *, 2274 if (! funcp(sp, &t, offset, &mytm)) { 2344 if (funcp(sp, &xaltt, offset, &alttm) 2374 if (! funcp(sp, &newt, offset, &mytm)) 2392 if (funcp(sp, &t, offset, tmp)) { 2406 struct tm *(*funcp)(struct state const *, time_t const *, 2419 t = time2sub(tmp, funcp, sp, offset, okayp, false); 2420 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); 2425 struct tm *(*funcp)(struct state const *, time_t const *, 2447 t = time2(tmp, funcp, sp, offset, &okay) [all...] |
localtime.c | 2148 struct tm *(*funcp)(struct state const *, time_t const *, 2274 if (! funcp(sp, &t, offset, &mytm)) { 2344 if (funcp(sp, &xaltt, offset, &alttm) 2374 if (! funcp(sp, &newt, offset, &mytm)) 2392 if (funcp(sp, &t, offset, tmp)) { 2406 struct tm *(*funcp)(struct state const *, time_t const *, 2419 t = time2sub(tmp, funcp, sp, offset, okayp, false); 2420 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); 2425 struct tm *(*funcp)(struct state const *, time_t const *, 2447 t = time2(tmp, funcp, sp, offset, &okay) [all...] |
/src/sys/net/ |
pktqueue.c | 266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m) 268 pktq_rps_hash_func_t func = atomic_load_relaxed(funcp);
|
pktqueue.c | 266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m) 268 pktq_rps_hash_func_t func = atomic_load_relaxed(funcp);
|
pktqueue.c | 266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m) 268 pktq_rps_hash_func_t func = atomic_load_relaxed(funcp);
|
/src/sys/arch/xen/xen/ |
pciback.c | 416 pciback_parse_pci(const char *str, u_int *busp, u_int *devp, u_int *funcp) 436 *funcp = strtoul(str, &c, 16);
|
pciback.c | 416 pciback_parse_pci(const char *str, u_int *busp, u_int *devp, u_int *funcp) 436 *funcp = strtoul(str, &c, 16);
|
pciback.c | 416 pciback_parse_pci(const char *str, u_int *busp, u_int *devp, u_int *funcp) 436 *funcp = strtoul(str, &c, 16);
|