Symbol: NGI_MSG
sys/netgraph/bluetooth/hci/ng_hci_main.c
738
switch (NGI_MSG(item)->header.typecookie) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
740
switch (NGI_MSG(item)->header.cmd) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1171
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1175
NGI_MSG(item)->header.arglen);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1181
ep = (ng_hci_lp_qos_req_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
134
ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
333
ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
497
ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
685
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
689
NGI_MSG(item)->header.arglen);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
695
ep = (ng_hci_lp_discon_req_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
81
if (NGI_MSG(item)->header.arglen != sizeof(ng_hci_lp_con_req_ep)) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
85
NGI_MSG(item)->header.arglen);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
91
link_type = ((ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data))->link_type;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
922
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
926
NGI_MSG(item)->header.arglen);
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
932
ep = (ng_hci_lp_con_rsp_ep *)(NGI_MSG(item)->data);
sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
259
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
381
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
261
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
348
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
281
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/bluetooth/socket/ng_btsocket_sco.c
313
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph/netgraph.h
1031
NGI_MSG(item) = resp; \
sys/netgraph/netgraph.h
861
(m) = NGI_MSG(i); \
sys/netgraph/ng_UI.c
139
msg = NGI_MSG(item); /* only peeking */
sys/netgraph/ng_base.c
2438
if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) &&
sys/netgraph/ng_base.c
2439
((NGI_MSG(item)->header.flags & NGF_RESP) == 0)) {
sys/netgraph/ng_base.c
2933
NGI_MSG(item) = msg; /* put it back as we found it */
sys/netgraph/ng_base.c
3572
NGI_MSG(item) = msg;
sys/netgraph/ng_base.c
3707
NGI_MSG(item) = msg;
sys/netgraph/ng_ppp.c
712
NGI_MSG(item) = msg; /* put it back in the item */
sys/netgraph/ng_tee.c
267
NGI_MSG(item) = msg;