Symbol: M_NULLOK
sys/dev/disk/nata/ata-all.c
462
if (!(buf = kmalloc(ioc_request->count, M_ATA, M_WAITOK | M_NULLOK))) {
sys/dev/disk/nata/atapi-cd.c
1345
if (!(buffer = kmalloc(cuesheet->len, M_ACD, M_WAITOK | M_NULLOK)))
sys/dev/drm/drm_agpsupport.c
223
entry = kmalloc(sizeof(*entry), M_DRM, M_WAITOK | M_NULLOK | M_ZERO);
sys/dev/drm/drm_agpsupport.c
491
M_WAITOK | M_NULLOK | M_ZERO);
sys/dev/drm/drm_sysctl.c
227
M_WAITOK | M_NULLOK);
sys/dev/drm/drm_sysctl.c
275
M_WAITOK | M_NULLOK);
sys/dev/drm/include/linux/gfp.h
46
#define __GFP_NORETRY M_NULLOK
sys/dev/drm/include/linux/gfp.h
47
#define __GFP_RETRY_MAYFAIL M_NULLOK
sys/kern/kern_descrip.c
2482
M_FILEDESC, M_WAITOK | M_ZERO | M_NULLOK);
sys/kern/kern_kmalloc.c
704
if (flags & M_NULLOK)
sys/kern/kern_objcache.c
547
if ((ocflags & (M_WAITOK|M_NULLOK)) == M_WAITOK) {
sys/kern/kern_slaballoc.c
1723
if ((flags & M_NULLOK) == 0)
sys/kern/kern_slaballoc.c
873
if (flags & M_NULLOK) {
sys/kern/kern_uuid.c
176
store = kmalloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK|M_NULLOK);
sys/kern/sys_mqueue.c
1088
name = kmalloc(MQ_NAMELEN, M_MQBUF, M_WAITOK | M_ZERO | M_NULLOK);
sys/kern/sys_mqueue.c
438
name = kmalloc(MQ_NAMELEN, M_MQBUF, M_WAITOK | M_ZERO | M_NULLOK);
sys/kern/sys_mqueue.c
491
M_WAITOK | M_ZERO | M_NULLOK);
sys/kern/sys_mqueue.c
804
msg = kmalloc(size, M_MQBUF, M_WAITOK | M_NULLOK);
sys/kern/uipc_msg.c
148
msg = kmalloc(sizeof(*msg), M_LWKTMSG, M_WAITOK | M_NULLOK);
sys/kern/uipc_msg.c
215
M_WAITOK | M_NULLOK);
sys/kern/uipc_msg.c
466
addr = kmalloc(addr0->sa_len, M_SONAME, M_WAITOK | M_NULLOK);
sys/kern/uipc_syscalls.c
1325
mflag = M_NULLOK;
sys/kern/uipc_usrreq.c
1065
unp = kmalloc(sizeof(*unp), M_UNPCB, M_WAITOK | M_ZERO | M_NULLOK);
sys/kern/vfs_jops.c
310
jo->fifo.membase = kmalloc(jo->fifo.size, M_JFIFO, M_WAITOK|M_ZERO|M_NULLOK);
sys/net/bridge/if_bridge.c
1463
breq = kmalloc(len, M_TEMP, M_WAITOK | M_NULLOK | M_ZERO);
sys/net/bridge/if_bridge.c
1527
bareq = kmalloc(len, M_TEMP, M_WAITOK | M_NULLOK | M_ZERO);
sys/net/bridge/if_bridge.c
3420
brmsg = kmalloc(sizeof(*brmsg), M_LWKTMSG, M_WAITOK | M_NULLOK);
sys/net/dummynet/ip_dummynet.c
754
q = kmalloc(sizeof(*q), M_DUMMYNET, M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/dummynet3/ip_dummynet3.c
773
q = kmalloc(sizeof(*q), M_DUMMYNET, M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/if.c
1285
ifgrq = kmalloc(len, M_TEMP, M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/if.c
1346
ifgrq = kmalloc(len, M_TEMP, M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ip_mroute/ip_mroute.c
1055
rt = kmalloc(sizeof(*rt), M_MRTABLE, M_INTWAIT | M_NULLOK);
sys/net/ip_mroute/ip_mroute.c
1250
rte = kmalloc((sizeof *rte), M_MRTABLE, M_INTWAIT | M_NULLOK);
sys/net/ip_mroute/ip_mroute.c
1290
rt = kmalloc(sizeof(*rt), M_MRTABLE, M_INTWAIT | M_NULLOK);
sys/net/ipfw/ip_fw2.c
2201
s = kmalloc(sz, M_IPFW, M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw/ip_fw2.c
2371
M_INTWAIT | M_NULLOK | M_CACHEALIGN);
sys/net/ipfw/ip_fw2.c
2621
t = kmalloc(sizeof(*t), M_IPFW, M_INTWAIT | M_NULLOK);
sys/net/ipfw/ip_fw2.c
4290
sizeof(*divinfo), M_INTWAIT | M_NULLOK);
sys/net/ipfw/ip_fw2.c
4348
sizeof(*sin), M_INTWAIT | M_NULLOK);
sys/net/ipfw/ip_fw2.c
4415
M_INTWAIT | M_NULLOK);
sys/net/ipfw3/ip_fw3.c
598
M_INTWAIT | M_NULLOK);
sys/net/ipfw3_basic/ip_fw3_basic.c
206
sizeof(*sin), M_INTWAIT | M_NULLOK);
sys/net/ipfw3_basic/ip_fw3_state.c
320
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
271
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
287
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
302
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
315
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
390
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/ipfw3_nat/ip_fw3_nat.c
410
M_INTWAIT | M_NULLOK | M_ZERO);
sys/net/pf/if_pfsync.c
356
pool_flags = M_WAITOK | M_NULLOK | M_ZERO;
sys/net/pf/pf_if.c
402
M_WAITOK | M_NULLOK | M_ZERO)) == NULL) {
sys/net/pf/pf_ioctl.c
1405
newrule = kmalloc(sizeof(struct pf_rule), M_PFRULEPL, M_WAITOK|M_NULLOK);
sys/net/pf/pf_ioctl.c
2020
altq = kmalloc(sizeof(struct pf_altq), M_PFALTQPL, M_WAITOK|M_NULLOK);
sys/net/pf/pf_ioctl.c
2160
pa = kmalloc(sizeof(struct pf_altq), M_PFPOOLADDRPL, M_WAITOK|M_NULLOK);
sys/net/pf/pf_ioctl.c
2255
M_PFPOOLADDRPL, M_WAITOK|M_NULLOK);
sys/net/pf/pf_osfp.c
363
M_PFOSFPENTRYPL, M_WAITOK|M_NULLOK)) == NULL)
sys/net/pf/pf_osfp.c
367
M_PFOSFPPL, M_WAITOK|M_NULLOK)) == NULL)
sys/net/pf/pf_osfp.c
380
M_PFOSFPENTRYPL, M_WAITOK|M_NULLOK)) == NULL) {
sys/net/pf/pf_table.c
1883
kt = kmalloc(sizeof(struct pfr_ktable), M_PFRKTABLEPL, M_NOWAIT|M_ZERO|M_NULLOK);
sys/net/pf/pf_table.c
803
ke = kmalloc(sizeof(struct pfr_kentry), M_PFRKENTRYPL, M_NOWAIT|M_ZERO|M_NULLOK);
sys/net/radix.h
194
(p = (t) kmalloc((n), M_RTABLE, M_INTWAIT | M_NULLOK))
sys/net/rtsock.c
1499
newptr = kmalloc(len, M_RTABLE, M_INTWAIT | M_NULLOK);
sys/net/rtsock.c
1676
w->w_buf = kmalloc(w->w_bufsz, M_TEMP, M_WAITOK | M_NULLOK);
sys/net/rtsock.c
538
M_PCB, M_WAITOK | M_NULLOK);
sys/net/rtsock.c
582
newptr = kmalloc(len, M_RTABLE, M_INTWAIT | M_NULLOK);
sys/net/rtsock.c
713
rtm = kmalloc(len, M_RTABLE, M_INTWAIT | M_NULLOK);
sys/netgraph7/UI/ng_UI.c
105
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/async/ng_async.c
224
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/async/ng_async.c
232
M_WAITOK | M_NULLOK);
sys/netgraph7/async/ng_async.c
236
M_WAITOK | M_NULLOK);
sys/netgraph7/async/ng_async.c
316
NG_MKRESPONSE(resp, msg, sizeof(sc->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/async/ng_async.c
341
M_WAITOK | M_NULLOK);
sys/netgraph7/async/ng_async.c
350
M_WAITOK | M_NULLOK);
sys/netgraph7/async/ng_async.c
366
NG_MKRESPONSE(resp, msg, sizeof(sc->cfg), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
378
NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
410
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
428
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
438
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
496
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
162
sc = kmalloc(sizeof(*sc), M_NETGRAPH_H4, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
858
NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
894
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
904
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
922
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
942
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1573
NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1616
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1684
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1696
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
358
sizeof(*state), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
115
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
296
NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
342
NG_MKRESPONSE(rsp, msg, sizeof(unit->state), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
367
NG_MKRESPONSE(rsp, msg, sizeof(unit->debug), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
391
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
410
NG_MKRESPONSE(rsp, msg, sizeof(bdaddr_t), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
421
NG_MKRESPONSE(rsp,msg,sizeof(unit->features),M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
432
NG_MKRESPONSE(rsp, msg, sizeof(unit->stat), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
474
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
515
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
550
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
576
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_main.c
601
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
102
NG_MKMESSAGE(msg,NGM_HCI_COOKIE,NGM_HCI_NODE_UP,sizeof(*ep),M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
179
n = kmalloc(sizeof(*n), M_NETGRAPH_HCI, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
261
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1057
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1077
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1116
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1131
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
174
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
585
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
608
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
656
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
893
NGM_HCI_LP_DISCON_IND, sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
911
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
102
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
252
sizeof(*rp), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
385
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
896
sizeof(*ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
117
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
486
NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
520
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
531
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
564
sizeof(*e1) + n * sizeof(*e2), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
612
n * sizeof(ng_l2cap_node_chan_ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
644
sizeof(ng_l2cap_node_auto_discon_ep), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
108
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
333
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
429
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
81
sizeof(bdaddr_t), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1058
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1174
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1214
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1399
sizeof(*op) + size, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1520
sizeof(*op) + size, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1624
* sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
171
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
328
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
368
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
516
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
675
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
728
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
858
sizeof(*op), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1208
NGM_HCI_NODE_GET_NEIGHBOR_CACHE, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1264
0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1384
0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
384
NG_MKMESSAGE(msg, NGM_HCI_COOKIE, cmd, arglen, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
409
NG_MKMESSAGE(msg, NGM_HCI_COOKIE, cmd, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
792
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
927
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1162
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1194
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1230
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1266
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1301
sizeof(*ip), M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1564
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1954
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1009
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1079
M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1338
NG_MKMESSAGE(msg, NGM_L2CAP_COOKIE, cmd, arglen, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1363
NG_MKMESSAGE(msg, NGM_L2CAP_COOKIE, cmd, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
379
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
627
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
894
0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
949
NGM_L2CAP_NODE_GET_CHAN_LIST, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
1354
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
415
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bpf/ng_bpf.c
274
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bpf/ng_bpf.c
348
NG_BPF_HOOKPROG_SIZE(hp->bpf_prog_len), M_WAITOK | M_NULLOK);
sys/netgraph7/bpf/ng_bpf.c
376
msg, sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/bridge/ng_bridge.c
302
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bridge/ng_bridge.c
309
M_NETGRAPH_BRIDGE, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bridge/ng_bridge.c
365
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/bridge/ng_bridge.c
398
sizeof(struct ng_bridge_config), M_WAITOK | M_NULLOK);
sys/netgraph7/bridge/ng_bridge.c
465
sizeof(link->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/bridge/ng_bridge.c
484
+ (priv->numHosts * sizeof(*ary->hosts)), M_WAITOK | M_NULLOK);
sys/netgraph7/bridge/ng_bridge.c
856
hent = kmalloc(sizeof(*hent), M_NETGRAPH_BRIDGE, M_WAITOK | M_NULLOK);
sys/netgraph7/cisco/ng_cisco.c
190
sc = kmalloc(sizeof(*sc), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/cisco/ng_cisco.c
257
NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/cisco/ng_cisco.c
282
2 * sizeof(*ips), M_WAITOK | M_NULLOK);
sys/netgraph7/cisco/ng_cisco.c
309
NG_MKRESPONSE(resp, msg, sizeof(*stat), M_WAITOK | M_NULLOK);
sys/netgraph7/cisco/ng_cisco.c
515
NGM_CISCO_GET_IPADDR, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/cisco/ng_cisco.c
633
NG_MKMESSAGE(msg, NGM_FLOW_COOKIE, cmd, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/deflate/ng_deflate.c
299
sizeof(struct ng_deflate_stats), M_WAITOK | M_NULLOK);
sys/netgraph7/deflate/ng_deflate.c
356
NGM_DEFLATE_RESETREQ, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/deflate/ng_deflate.c
427
return (kmalloc(items * size, M_NETGRAPH_DEFLATE, M_WAITOK | M_NULLOK));
sys/netgraph7/eiface/ng_eiface.c
344
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/eiface/ng_eiface.c
441
NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_WAITOK | M_NULLOK);
sys/netgraph7/eiface/ng_eiface.c
466
NG_MKRESPONSE(resp, msg, buflen, M_WAITOK | M_NULLOK);
sys/netgraph7/etf/ng_etf.c
185
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/etf/ng_etf.c
222
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/etf/ng_etf.c
267
NG_MKRESPONSE(resp, msg, sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/etf/ng_etf.c
322
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ether/ng_ether.c
290
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ether/ng_ether.c
353
NG_MKMESSAGE(msg, NGM_FLOW_COOKIE, cmd, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/ether/ng_ether.c
425
NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_WAITOK | M_NULLOK);
sys/netgraph7/ether/ng_ether.c
433
NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/ether/ng_ether.c
441
NG_MKRESPONSE(resp, msg, ETHER_ADDR_LEN, M_WAITOK | M_NULLOK);
sys/netgraph7/ether/ng_ether.c
460
NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/ether/ng_ether.c
484
NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/frame_relay/ng_frame_relay.c
215
sc = kmalloc(sizeof(*sc), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/hole/ng_hole.c
136
hip = kmalloc(sizeof(*hip), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/hole/ng_hole.c
177
M_WAITOK | M_NULLOK);
sys/netgraph7/iface/ng_iface.c
578
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/iface/ng_iface.c
581
ifp = kmalloc(sizeof(*ifp), M_NETGRAPH_IFACE, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/iface/ng_iface.c
667
NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_WAITOK | M_NULLOK);
sys/netgraph7/iface/ng_iface.c
698
NG_MKRESPONSE(resp, msg, sizeof(uint32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/iface/ng_iface.c
724
NG_MKRESPONSE(resp, msg, sizeof(ips), M_WAITOK | M_NULLOK);
sys/netgraph7/ksocket/ng_ksocket.c
1036
NGM_KSOCKET_CONNECT, sizeof(int32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/ksocket/ng_ksocket.c
1209
M_WAITOK | M_NULLOK);
sys/netgraph7/ksocket/ng_ksocket.c
522
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ksocket/ng_ksocket.c
649
ng_send_fn(node, NULL, &ng_ksocket_incoming2, so, M_WAITOK | M_NULLOK);
sys/netgraph7/ksocket/ng_ksocket.c
790
NG_MKRESPONSE(resp, msg, len, M_WAITOK | M_NULLOK);
sys/netgraph7/ksocket/ng_ksocket.c
818
+ NG_KSOCKET_MAX_OPTLEN, M_WAITOK | M_NULLOK);
sys/netgraph7/l2tp/ng_l2tp.c
1193
NG_MKMESSAGE(msg, NGM_L2TP_COOKIE, NGM_L2TP_ACK_FAILURE, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/l2tp/ng_l2tp.c
365
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/l2tp/ng_l2tp.c
430
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/l2tp/ng_l2tp.c
499
NG_MKRESPONSE(resp, msg, sizeof(*conf), M_WAITOK | M_NULLOK);
sys/netgraph7/l2tp/ng_l2tp.c
561
NG_MKRESPONSE(resp, msg, sizeof(hpriv->conf), M_WAITOK | M_NULLOK);
sys/netgraph7/l2tp/ng_l2tp.c
580
sizeof(priv->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/l2tp/ng_l2tp.c
616
sizeof(hpriv->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/lmi/ng_lmi.c
188
sc = kmalloc(sizeof(*sc), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/lmi/ng_lmi.c
459
NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_WAITOK | M_NULLOK);
sys/netgraph7/lmi/ng_lmi.c
505
NG_MKRESPONSE(resp, msg, sizeof(*stat), M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
204
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/mppc/ng_mppc.c
301
M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
394
NGM_MPPC_RESETREQ, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
494
inbuf = kmalloc(inlen, M_NETGRAPH_MPPC, M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
502
outbuf = kmalloc(outlen, M_NETGRAPH_MPPC, M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
732
buf = kmalloc(len, M_NETGRAPH_MPPC, M_WAITOK | M_NULLOK);
sys/netgraph7/mppc/ng_mppc.c
741
M_NETGRAPH_MPPC, M_WAITOK | M_NULLOK);
sys/netgraph7/netflow/netflow.c
245
fle = uma_zalloc_arg(priv->zone, priv, M_WAITOK | M_NULLOK);
sys/netgraph7/netflow/ng_netflow.c
172
priv = kmalloc(sizeof(*priv), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/netflow/ng_netflow.c
306
M_WAITOK | M_NULLOK);
sys/netgraph7/netflow/ng_netflow.c
329
sizeof(struct ng_netflow_ifinfo), M_WAITOK | M_NULLOK);
sys/netgraph7/netflow/ng_netflow.c
409
NG_MKRESPONSE(resp, msg, NGRESP_SIZE, M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
2206
NG_MKRESPONSE(resp, msg, sizeof(*ni), M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
2230
+ (nhooks * sizeof(struct linkinfo)), M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
2361
+ (num * sizeof(struct typeinfo)), M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
2401
NG_MKRESPONSE(resp, msg, sizeof(*ascii) + bufSize, M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
2477
NG_MKRESPONSE(resp, msg, sizeof(*binary) + bufSize, M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_base.c
251
M_WAITOK | M_NULLOK | M_ZERO)
sys/netgraph7/netgraph/ng_base.c
254
M_WAITOK | M_NULLOK | M_ZERO)
sys/netgraph7/netgraph/ng_parse.c
1222
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/netgraph/ng_parse.c
1398
workBuf = kmalloc(workSize, M_NETGRAPH_PARSE, M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_parse.c
1749
M_WAITOK | M_NULLOK);
sys/netgraph7/netgraph/ng_parse.c
1833
M_WAITOK | M_NULLOK);
sys/netgraph7/ng_car.c
190
priv = kmalloc(sizeof(*priv), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_car.c
397
sizeof(*bstats), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_car.c
422
sizeof(*bconf), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_fec.c
1204
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_fec.c
290
M_NETGRAPH, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_fec.c
409
M_WAITOK | M_NULLOK);
sys/netgraph7/ng_fec.c
551
mc = kmalloc(sizeof(struct ng_fec_mc), M_DEVBUF, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_gif.c
244
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_gif.c
409
NG_MKRESPONSE(resp, msg, IFNAMSIZ, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_gif.c
417
NG_MKRESPONSE(resp, msg, sizeof(u_int32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_gif_demux.c
236
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_ipfw.c
166
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_nat.c
276
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_nat.c
397
M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO)) == NULL) {
sys/netgraph7/ng_nat.c
436
NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_nat.c
456
M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO)) == NULL) {
sys/netgraph7/ng_nat.c
488
NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_nat.c
508
M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO)) == NULL) {
sys/netgraph7/ng_nat.c
542
NG_MKRESPONSE(resp, msg, sizeof(entry->rdr.id), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_nat.c
628
(priv->rdrcount) * sizeof(*entry), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_pred1.c
271
sizeof(struct ng_pred1_stats), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_pred1.c
327
NGM_PRED1_RESETREQ, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_sample.c
159
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_sample.c
279
NG_MKRESPONSE(resp, msg, sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_source.c
274
sc = kmalloc(sizeof(*sc), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_source.c
322
0, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_source.c
364
sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_source.c
653
sizeof (uint32_t), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_split.c
87
M_ZERO | M_WAITOK | M_NULLOK);
sys/netgraph7/ng_sppp.c
124
M_NETGRAPH_SPPP, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_sppp.c
245
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_sppp.c
330
NG_MKRESPONSE (resp, msg, IFNAMSIZ, M_WAITOK | M_NULLOK);
sys/netgraph7/ng_vlan.c
165
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_vlan.c
246
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ng_vlan.c
281
priv->nent * sizeof(*t->filter), M_WAITOK | M_NULLOK);
sys/netgraph7/ng_vlan.c
323
NG_COPYMESSAGE(copy, msg, M_WAITOK | M_NULLOK);
sys/netgraph7/one2many/ng_one2many.c
191
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/one2many/ng_one2many.c
311
NG_MKRESPONSE(resp, msg, sizeof(*conf), M_WAITOK | M_NULLOK);
sys/netgraph7/one2many/ng_one2many.c
346
sizeof(link->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/one2many/ng_one2many.c
607
NG_MKMESSAGE(msg, NGM_FLOW_COOKIE, cmd, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/ppp/ng_ppp.c
496
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/ppp/ng_ppp.c
620
NG_MKRESPONSE(resp, msg, sizeof(*conf), M_WAITOK | M_NULLOK);
sys/netgraph7/ppp/ng_ppp.c
634
NG_MKRESPONSE(resp, msg, sizeof(*info), M_WAITOK | M_NULLOK);
sys/netgraph7/ppp/ng_ppp.c
670
sizeof(struct ng_ppp_link_stat64), M_WAITOK | M_NULLOK);
sys/netgraph7/ppp/ng_ppp.c
680
sizeof(struct ng_ppp_link_stat), M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
1096
sizeof(struct ngpppoe_sts), M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
1118
sizeof(uint16_t), M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
1907
sizeof(struct ngpppoe_sts), M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
613
privp = kmalloc(sizeof(*privp), M_NETGRAPH_PPPOE, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/pppoe/ng_pppoe.c
664
sp = kmalloc(sizeof(*sp), M_NETGRAPH_PPPOE, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/pppoe/ng_pppoe.c
695
NG_MKMESSAGE(msg, NGM_ETHER_COOKIE, NGM_ETHER_GET_ENADDR, 0, M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
800
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/pppoe/ng_pppoe.c
829
NG_MKRESPONSE(resp, msg, sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/pppoe/ng_pppoe.c
979
NG_MKRESPONSE(resp, msg, len, M_WAITOK | M_NULLOK);
sys/netgraph7/pptpgre/ng_pptpgre.c
283
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/pptpgre/ng_pptpgre.c
341
hpriv = kmalloc(sizeof(*hpriv), M_NETGRAPH, M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/pptpgre/ng_pptpgre.c
415
NG_MKRESPONSE(resp, msg, sizeof(hpriv->conf), M_WAITOK | M_NULLOK);
sys/netgraph7/pptpgre/ng_pptpgre.c
427
sizeof(priv->stats), M_WAITOK | M_NULLOK);
sys/netgraph7/rfc1490/ng_rfc1490.c
168
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/rfc1490/ng_rfc1490.c
251
NG_MKRESPONSE(resp, msg, strlen(priv->enc->name) + 1, M_WAITOK | M_NULLOK);
sys/netgraph7/tcpmss/ng_tcpmss.c
164
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/tcpmss/ng_tcpmss.c
209
sizeof(struct ng_tcpmss_hookstat), M_WAITOK | M_NULLOK);
sys/netgraph7/tee/ng_tee.c
157
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/tee/ng_tee.c
230
sizeof(*stats), M_WAITOK | M_NULLOK);
sys/netgraph7/tty/ng_tty.c
639
NG_MKRESPONSE(resp, msg, sizeof(int), M_WAITOK | M_NULLOK);
sys/netgraph7/vjc/ng_vjc.c
242
M_WAITOK | M_NULLOK | M_ZERO);
sys/netgraph7/vjc/ng_vjc.c
325
NG_MKRESPONSE(resp, msg, sizeof(*conf), M_WAITOK | M_NULLOK);
sys/netgraph7/vjc/ng_vjc.c
340
NG_MKRESPONSE(resp, msg, sizeof(*sl), M_WAITOK | M_NULLOK);
sys/netinet/in_pcb.c
280
inp = kmalloc(pcbinfo->ipi_size, M_PCB, M_WAITOK|M_ZERO|M_NULLOK);
sys/netinet/ip_carp.c
1902
carpa0 = carpa = kmalloc(len, M_TEMP, M_WAITOK | M_NULLOK | M_ZERO);
sys/netinet/ip_encap.c
356
ep = kmalloc(sizeof *ep, M_IPENCAP, M_INTWAIT | M_ZERO | M_NULLOK);
sys/netinet/ip_encap.c
391
ep = kmalloc(sizeof *ep, M_IPENCAP, M_INTWAIT | M_ZERO | M_NULLOK);
sys/netinet/ip_flow.c
434
M_INTWAIT | M_NULLOK | M_ZERO);
sys/netinet/tcp_input.c
407
te = kmalloc(sizeof(struct tseg_qent), M_TSEGQ, M_INTWAIT | M_NULLOK);
sys/netinet/tcp_usrreq.c
1739
msg = kmalloc(sizeof(*msg), M_LWKTMSG, M_WAITOK | M_NULLOK);
sys/sys/malloc.h
222
if (((flags) & (M_WAITOK|M_NULLOK)) == M_WAITOK || \
sys/sys/malloc.h
243
if (((flags) & (M_WAITOK|M_NULLOK)) == M_WAITOK || \
sys/sys/malloc.h
281
if ((_flags & (M_WAITOK|M_NULLOK)) == M_WAITOK ||
sys/sys/malloc.h
298
if ((_flags & (M_WAITOK|M_NULLOK)) == M_WAITOK ||
sys/sys/malloc.h
78
#define M_INTNOWAIT (M_RNOWAIT | M_NULLOK | \
sys/sys/malloc.h
80
#define M_SYSNOWAIT (M_RNOWAIT | M_NULLOK | M_USE_RESERVE)
sys/sys/malloc.h
84
#define M_NOWAIT (M_RNOWAIT | M_NULLOK | M_USE_RESERVE)
sys/vfs/tmpfs/tmpfs_subr.c
111
M_WAITOK | M_ZERO | M_NULLOK);
sys/vfs/tmpfs/tmpfs_subr.c
158
M_WAITOK | M_NULLOK);
sys/vfs/tmpfs/tmpfs_subr.c
308
nde->td_name = kmalloc(len + 1, tmp->tm_name_zone, M_WAITOK | M_NULLOK);
sys/vfs/tmpfs/tmpfs_vnops.c
1369
M_WAITOK | M_NULLOK);
tools/tools/netrate/pktgen/pktgen.c
296
dst = kmalloc(dst_size, M_PKTGEN, M_WAITOK | M_NULLOK);