sizep 99 dev/cardbus/cardbus_map.c bus_size_t *sizep, int *flagsp)
sizep 141 dev/cardbus/cardbus_map.c if (sizep != 0)
sizep 142 dev/cardbus/cardbus_map.c *sizep = PCI_MAPREG_IO_SIZE(mask);
sizep 159 dev/cardbus/cardbus_map.c bus_size_t *sizep, int *flagsp)
sizep 221 dev/cardbus/cardbus_map.c if (sizep != 0)
sizep 222 dev/cardbus/cardbus_map.c *sizep = PCI_MAPREG_MEM_SIZE(mask);
sizep 248 dev/cardbus/cardbus_map.c bus_space_handle_t *handlep, bus_addr_t *basep, bus_size_t *sizep)
sizep 298 dev/cardbus/cardbus_map.c if (sizep != 0)
sizep 299 dev/cardbus/cardbus_map.c *sizep = size;
sizep 421 dev/cardbus/cardbusvar.h #define Cardbus_mapreg_map(ct, reg, type, busflags, tagp, handlep, basep, sizep) \
sizep 423 dev/cardbus/cardbusvar.h (reg), (type), (busflags), (tagp), (handlep), (basep), (sizep))
sizep 59 dev/pci/pci_map.c bus_addr_t *basep, bus_size_t *sizep, int *flagsp)
sizep 114 dev/pci/pci_map.c if (sizep != 0)
sizep 115 dev/pci/pci_map.c *sizep = PCI_MAPREG_IO_SIZE(mask);
sizep 124 dev/pci/pci_map.c bus_addr_t *basep, bus_size_t *sizep, int *flagsp)
sizep 233 dev/pci/pci_map.c if (sizep != 0)
sizep 234 dev/pci/pci_map.c *sizep = PCI_MAPREG_MEM_SIZE(mask);
sizep 238 dev/pci/pci_map.c if (sizep != 0)
sizep 239 dev/pci/pci_map.c *sizep = PCI_MAPREG_MEM64_SIZE(wmask);
sizep 302 dev/pci/pci_map.c bus_addr_t *basep, bus_size_t *sizep, int *flagsp)
sizep 306 dev/pci/pci_map.c return (obsd_pci_io_find(pc, tag, reg, type, basep, sizep,
sizep 309 dev/pci/pci_map.c return (obsd_pci_mem_find(pc, tag, reg, type, basep, sizep,
sizep 316 dev/pci/pci_map.c bus_size_t *sizep, bus_size_t maxsize)
sizep 369 dev/pci/pci_map.c if (sizep != NULL)
sizep 370 dev/pci/pci_map.c *sizep = size;
sizep 126 dev/usb/usb_subr.c usb_string_descriptor_t *sdesc, int *sizep)
sizep 156 dev/usb/usb_subr.c *sizep = actlen;
sizep 380 dev/usb/usbdi_util.c usbd_read_report_desc(usbd_interface_handle ifc, void **descp, int *sizep,
sizep 395 dev/usb/usbdi_util.c *sizep = UGETW(hid->descrs[0].wDescriptorLength);
sizep 396 dev/usb/usbdi_util.c *descp = malloc(*sizep, mem, M_NOWAIT);
sizep 399 dev/usb/usbdi_util.c err = usbd_get_report_descriptor(dev, id->bInterfaceNumber, *sizep,
sizep 71 dev/usb/usbdi_util.h int *sizep, int mem);
sizep 74 dev/usb/usbdi_util.h int langid,usb_string_descriptor_t *sdesc, int *sizep);
sizep 70 dev/usb/usbf_subr.c usbf_realloc(void **pp, size_t *sizep, size_t newsize)
sizep 76 dev/usb/usbf_subr.c if (*sizep > 0)
sizep 79 dev/usb/usbf_subr.c *sizep = 0;
sizep 87 dev/usb/usbf_subr.c oldsize = MIN(*sizep, newsize);
sizep 91 dev/usb/usbf_subr.c *sizep = newsize;
sizep 575 kern/kern_clock.c sysctl_clockrate(char *where, size_t *sizep)
sizep 587 kern/kern_clock.c return (sysctl_rdstruct(where, sizep, NULL, &clkinfo, sizeof(clkinfo)));
sizep 920 kern/kern_sysctl.c sysctl_file(char *where, size_t *sizep)
sizep 926 kern/kern_sysctl.c buflen = *sizep;
sizep 931 kern/kern_sysctl.c *sizep = sizeof(filehead) + (nfiles + 10) * sizeof(struct file);
sizep 939 kern/kern_sysctl.c *sizep = 0;
sizep 953 kern/kern_sysctl.c *sizep = where - start;
sizep 962 kern/kern_sysctl.c *sizep = where - start;
sizep 974 kern/kern_sysctl.c sysctl_doproc(int *name, u_int namelen, char *where, size_t *sizep)
sizep 984 kern/kern_sysctl.c buflen = where != NULL ? *sizep : 0;
sizep 1106 kern/kern_sysctl.c *sizep = dp - where;
sizep 1107 kern/kern_sysctl.c if (needed > *sizep) {
sizep 1113 kern/kern_sysctl.c *sizep = needed;
sizep 1631 kern/kern_sysctl.c sysctl_sysvipc(int *name, u_int namelen, void *where, size_t *sizep)
sizep 1649 kern/kern_sysctl.c buflen = *sizep;
sizep 1686 kern/kern_sysctl.c *sizep = tsize;
sizep 1692 kern/kern_sysctl.c *sizep = 0;
sizep 1756 kern/kern_sysctl.c *sizep -= buflen;
sizep 1757 kern/kern_sysctl.c error = copyout(buf, where, *sizep);
sizep 1874 kern/subr_pool.c sysctl_dopool(int *name, u_int namelen, char *where, size_t *sizep)
sizep 1877 kern/subr_pool.c size_t buflen = where != NULL ? *sizep : 0;
sizep 1924 kern/subr_pool.c if (*sizep < len)
sizep 1926 kern/subr_pool.c *sizep = len;
sizep 1314 kern/vfs_subr.c sysctl_vnode(char *where, size_t *sizep, struct proc *p)
sizep 1323 kern/vfs_subr.c *sizep = (numvnodes + KINFO_VNODESLOP) * sizeof(struct e_vnode);
sizep 1326 kern/vfs_subr.c ewhere = where + *sizep;
sizep 1351 kern/vfs_subr.c *sizep = bp - where;
sizep 1371 kern/vfs_subr.c *sizep = bp - where;
sizep 97 msdosfs/msdosfs_fat.c fatblock(pmp, ofs, bnp, sizep, bop)
sizep 101 msdosfs/msdosfs_fat.c uint32_t *sizep;
sizep 112 msdosfs/msdosfs_fat.c if (sizep)
sizep 113 msdosfs/msdosfs_fat.c *sizep = size;