Searched refs:M_ZERO (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_malloc.h | 62 #define M_ZERO 0x0100 /* bzero the allocation */ macro 198 if (flags & M_ZERO) { \
|
/third_party/FreeBSD/sys/sys/ |
D | malloc.h | 48 #define M_ZERO 0x0100 /* bzero the allocation */ macro
|
/third_party/FreeBSD/sys/kern/ |
D | subr_kobj.c | 249 obj = bsd_malloc(cls->size, mtype, mflags | M_ZERO); in kobj_create()
|
D | subr_bus.c | 304 M_BUS, M_NOWAIT | M_ZERO); in devclass_find_internal() 439 dl = bsd_malloc(sizeof *dl, M_BUS, M_NOWAIT|M_ZERO); in devclass_add_driver() 758 list = bsd_malloc(count * sizeof(device_t), M_TEMP, M_NOWAIT|M_ZERO); in devclass_get_devices() 1285 dev->nameunit = bsd_malloc(buflen, M_BUS, M_NOWAIT|M_ZERO); in devclass_add_device() 1369 dev = bsd_malloc(sizeof(struct device), 0, M_NOWAIT|M_ZERO); in make_device() 2404 M_NOWAIT | M_ZERO); in device_set_driver()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 776 M_USB, M_WAITOK | M_ZERO); in usb_config_parse() 786 M_USB, M_WAITOK | M_ZERO); in usb_config_parse() 1509 udev = bsd_malloc(sizeof(*udev), M_USB, M_WAITOK | M_ZERO); in usb_alloc_device() 1871 M_WAITOK | M_ZERO); in usb_make_dev()
|
D | usb_dev.c | 315 f = bsd_malloc(sizeof(*f), M_USBDEV, M_WAITOK | M_ZERO); in usb_fifo_alloc() 800 cpd = bsd_malloc(sizeof(*cpd), M_USBDEV, M_WAITOK | M_ZERO); in usb_open()
|
D | usb_request.c | 1270 return (bsd_malloc(size, M_USBDEV, M_ZERO | M_WAITOK)); in usbd_alloc_config_desc()
|
D | usb_hub.c | 1427 M_USBDEV, M_WAITOK | M_ZERO); in uhub_attach()
|
D | usb_generic.c | 2461 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()
|
D | usb_transfer.c | 1190 buf = bsd_malloc(parm->size[0], M_USB, M_WAITOK | M_ZERO); in usbd_transfer_setup()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 672 MALLOC(var, type, size, M_SONAME, (M_WAITOK | M_ZERO)); \
|
D | sctp_sysctl.c | 157 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO); in sctp_init_sysctls()
|