Searched refs:MGET (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | string.tcl | 105 test {MGET} { 112 test {MGET against non existing key} { 116 test {MGET against non-string key} {
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_sample.c | 395 m = MGET(blah blah)
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_mbuf.c | 220 MGET(m1, M_NOWAIT, MT_DATA); in m_pad()
|
| H A D | key.c | 6308 MGET(m, M_NOWAIT, MT_DATA); in key_getcomb_ealg() 6410 MGET(m, M_NOWAIT, MT_DATA); in key_getcomb_ah() 6454 MGET(m, M_NOWAIT, MT_DATA); in key_getcomb_ipcomp()
|
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.c | 170 MGET(m, M_NOWAIT, MT_DATA); in uni_msg_pack_mbuf()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 374 MGET(m, M_NOWAIT, MT_HEADER); 539 MGET(m, M_NOWAIT, MT_HEADER); 868 MGET(m, M_NOWAIT, MT_HEADER);
|
| H A D | ip_compat.h | 534 MGET((m), M_NOWAIT, MT_HEADER); \
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_hci_raw.c | 319 MGET(nam, M_NOWAIT, MT_SONAME); in ng_btsocket_hci_raw_node_rcvdata() 1631 MGET(nam, M_NOWAIT, MT_SONAME); in ng_btsocket_hci_raw_send()
|
| H A D | ng_btsocket_rfcomm.c | 3032 MGET(mcrc, M_NOWAIT, MT_DATA); in ng_btsocket_rfcomm_send_uih() 3530 MGET(m->m_next, M_NOWAIT, MT_DATA); in ng_btsocket_rfcomm_prepare_packet()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 844 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 974 MGET(m, M_NOWAIT, MT_DATA); in pack_buf()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1070 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 3403 MGET(m, sopt->sopt_td ? M_WAITOK : M_NOWAIT, MT_DATA); 3421 MGET(m, sopt->sopt_td ? M_WAITOK : M_NOWAIT, MT_DATA);
|