Searched refs:functionp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/arm/ixp12x0/ |
H A D | ixp12x0_pci.c | 144 ixp12x0_pci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devicep, int *functionp) in ixp12x0_pci_decompose_tag() argument 148 v, tag, (int)busp, (int)devicep, (int)functionp); in ixp12x0_pci_decompose_tag() 155 if (functionp != NULL) in ixp12x0_pci_decompose_tag() 156 *functionp = (tag >> 8) & 0x7; in ixp12x0_pci_decompose_tag()
|
/netbsd-src/sys/arch/arm/footbridge/ |
H A D | footbridge_pci.c | 158 footbridge_pci_decompose_tag(void *pcv, pcitag_t tag, int *busp, int *devicep, int *functionp) in footbridge_pci_decompose_tag() argument 162 pcv, (uint32_t)tag, busp, devicep, functionp); in footbridge_pci_decompose_tag() 169 if (functionp != NULL) in footbridge_pci_decompose_tag() 170 *functionp = (tag >> 8) & 0x7; in footbridge_pci_decompose_tag()
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_pci.c | 138 int *functionp) in ixp425_pci_decompose_tag() argument 142 v, tag, (int)busp, (int)devicep, (int)functionp); in ixp425_pci_decompose_tag() 148 if (functionp != NULL) in ixp425_pci_decompose_tag() 149 *functionp = (tag >> 8) & 0x7; in ixp425_pci_decompose_tag()
|
/netbsd-src/sys/arch/evbarm/ifpga/ |
H A D | ifpga_pci.c | 186 int *functionp) in ifpga_pci_decompose_tag() argument 190 "fp=%p)\n", pcv, tag, busp, devicep, functionp); in ifpga_pci_decompose_tag() 197 if (functionp != NULL) in ifpga_pci_decompose_tag() 198 *functionp = (tag >> 8) & 0x7; in ifpga_pci_decompose_tag()
|
/netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
H A D | send-pr-el.in | 449 (defun gnats::functionp (thing) 458 (cond ((gnats::functionp thing) (funcall thing)) 470 ((gnats::functionp thing) 488 ((gnats::functionp thing) thing)
|
H A D | ChangeLog | 338 * send-pr-el.in (gnats::functionp): Fix ref to free var 403 (gnats::functionp): Create
|