Home
last modified time | relevance | path

Searched refs:functionp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_pci.c144 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 Dfootbridge_pci.c158 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 Dixp425_pci.c138 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 Difpga_pci.c186 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 Dsend-pr-el.in449 (defun gnats::functionp (thing)
458 (cond ((gnats::functionp thing) (funcall thing))
470 ((gnats::functionp thing)
488 ((gnats::functionp thing) thing)
H A DChangeLog338 * send-pr-el.in (gnats::functionp): Fix ref to free var
403 (gnats::functionp): Create