Home
last modified time | relevance | path

Searched refs:MNULL (Results 1 – 25 of 36) sorted by relevance

12

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_wmm.c273 if (priv != MNULL) in wlan_wmm_init()
278 priv->wmm.tid_tbl_ptr[i].ra_list_curr = MNULL; in wlan_wmm_init()
324 …l *)util_peek_list(priv->adapter->pmoal_handle, &priv->wmm.tid_tbl_ptr[tid].ra_list, MNULL, MNULL); in wlan_wmm_get_ralist_node()
335 return MNULL; in wlan_wmm_get_ralist_node()
365 if (ppAssocBuf == MNULL) in wlan_wmm_process_association_req()
370 if ((*ppAssocBuf) == MNULL) in wlan_wmm_process_association_req()
376 if (pWmmIE == MNULL) in wlan_wmm_process_association_req()
384 … if ((priv->wmm_required || ((pHTCap != MNULL) && (pHTCap->ieee_hdr.element_id == HT_CAPABILITY) && in wlan_wmm_process_association_req()
457 mlan_ds_wmm_cfg *pwmm = MNULL; in wlan_ret_wmm_param_config()
485 …t = (raListTbl *)util_peek_list(priv->adapter->pmoal_handle, &priv->wmm.hist_ra[ac], MNULL, MNULL); in wlan_ralist_get_history()
[all …]
Dmlan_sta_ioctl.c54 mlan_ds_snmp_mib *mib = MNULL; in wlan_snmp_mib_ioctl()
120 mlan_ds_radio_cfg *radio_cfg = MNULL; in wlan_radio_ioctl_band_cfg()
192 mlan_ds_radio_cfg *radio_cfg = MNULL; in wlan_radio_ioctl()
263 … i = wlan_find_ssid_in_list(pmpriv, &bss->param.ssid_bssid.ssid, MNULL, MLAN_BSS_MODE_INFRA); in wlan_bss_ioctl_start()
313 mlan_ds_bss *bss = MNULL; in wlan_bss_ioctl()
354 mlan_ds_rate *rate = MNULL; in wlan_rate_ioctl()
401 ret = wlan_prepare_cmd(pmpriv, cmd_no, HostCmd_ACT_GEN_GET, 0, (t_void *)pioctl_req, MNULL); in wlan_power_ioctl_get_power()
422 mlan_ds_power_cfg *power = MNULL; in wlan_power_ioctl_set_power()
425 HostCmd_DS_TXPWR_CFG *txp_cfg = MNULL; in wlan_power_ioctl_set_power()
426 MrvlTypes_Power_Group_t *pg_tlv = MNULL; in wlan_power_ioctl_set_power()
[all …]
Dmlan_11n.c59 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_ioctl_htusrcfg()
131 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_ioctl_httxcfg()
183 …TxBAStreamTbl *)util_peek_list(pmadapter->pmoal_handle, &priv->tx_ba_stream_tbl_ptr, MNULL, MNULL); in wlan_send_delba_to_entry_in_txbastream_tbl()
215 ret = wlan_send_delba(priv, MNULL, i, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
226 ret = wlan_send_delba(priv, MNULL, tid, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
243 ret = wlan_send_delba(priv, MNULL, i, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
254 ret = wlan_send_delba(priv, MNULL, tid, tx_ba_stream_tbl_ptr->ra, 1); in wlan_send_delba_to_entry_in_txbastream_tbl()
313 … ret = wlan_send_delba(priv, MNULL, rx_reor_tbl_ptr->tid, rx_reor_tbl_ptr->ta, 0); in wlan_send_delba_to_entry_in_reorder_tbl()
338 mlan_ds_11n_cfg *cfg = MNULL; in wlan_11n_ioctl_delba()
339 TxBAStreamTbl *tx_ba_stream_tbl_ptr, *last_tx_ba_to_delete = MNULL; in wlan_11n_ioctl_delba()
[all …]
Dmlan_scan.c203 t_u8 *oui = MNULL; in is_rsn_oui_present()
204 IEBody *ie_body = MNULL; in is_rsn_oui_present()
208 if (((pbss_desc->prsn_ie != MNULL) && ((*(pbss_desc->prsn_ie)).ieee_hdr.element_id == RSN_IE))) in is_rsn_oui_present()
233 t_u8 *oui = MNULL; in is_wpa_oui_present()
234 IEBody *ie_body = MNULL; in is_wpa_oui_present()
238 if (((pbss_desc->pwpa_ie != MNULL) && ((*(pbss_desc->pwpa_ie)).vend_hdr.element_id == WPA_IE))) in is_wpa_oui_present()
406 if ((puser_scan_in != MNULL) && !puser_scan_in->chan_list[0].chan_number && in wlan_scan_create_channel_list()
467 if ((puser_scan_in != MNULL) && puser_scan_in->chan_list[0].scan_time) in wlan_scan_create_channel_list()
571 t_u8 *ies = MNULL; in wlan_add_probe_request_ie()
574 t_u8 *pcurrent_ptr = MNULL; in wlan_add_probe_request_ie()
[all …]
Dmlan_shim.c68 MNULL,
74 t_void (*assert_callback)(IN t_void *pmoal_handle, IN t_u32 cond) = MNULL;
83 t_void (*print_callback)(IN t_void *pmoal_handle, IN t_u32 level, IN t_s8 *pformat, IN...) = MNULL;
86 …tatus (*get_sys_time_callback)(IN t_void *pmoal_handle, OUT t_u32 *psec, OUT t_u32 *pusec) = MNULL;
130 pmlan_adapter pmadapter = MNULL; in mlan_register()
131 pmlan_callbacks pcb = MNULL; in mlan_register()
154 (pmadapter == MNULL)) in mlan_register()
161 if (pmadapter == MNULL) in mlan_register()
178 pmadapter->priv[i] = MNULL; in mlan_register()
185 (pmadapter->priv[i] == MNULL)) in mlan_register()
[all …]
Dmlan_11n_rxreorder.c166 void *rx_tmp_ptr = MNULL; in wlan_11n_dispatch_pkt_until_start_win()
178 rx_tmp_ptr = MNULL; in wlan_11n_dispatch_pkt_until_start_win()
182 rx_reor_tbl_ptr->rx_reorder_ptr[i] = MNULL; in wlan_11n_dispatch_pkt_until_start_win()
200 rx_reor_tbl_ptr->rx_reorder_ptr[no_pkt_to_send + i] = MNULL; in wlan_11n_dispatch_pkt_until_start_win()
222 void *rx_tmp_ptr = MNULL; in wlan_11n_free_rxreorder_pkt()
231 rx_tmp_ptr = MNULL; in wlan_11n_free_rxreorder_pkt()
235 rx_reor_tbl_ptr->rx_reorder_ptr[i] = MNULL; in wlan_11n_free_rxreorder_pkt()
288 void *rx_tmp_ptr = MNULL; in wlan_11n_scan_and_dispatch()
296 if (rx_reor_tbl_ptr->rx_reorder_ptr[i] == MNULL) in wlan_11n_scan_and_dispatch()
302 rx_reor_tbl_ptr->rx_reorder_ptr[i] = MNULL; in wlan_11n_scan_and_dispatch()
[all …]
Dmlan_sta_cmdresp.c49 mlan_ds_misc_cfg *misc = MNULL; in wlan_ret_mfg_tx_cont()
51 mlan_ds_mfg_cmd_tx_cont *cfg = MNULL; in wlan_ret_mfg_tx_cont()
85 mlan_ds_misc_cfg *misc = MNULL; in wlan_ret_mfg_tx_frame()
87 mlan_ds_mfg_cmd_tx_frame2 *cfg = MNULL; in wlan_ret_mfg_tx_frame()
129 mlan_ds_misc_cfg *misc = MNULL; in wlan_ret_mfg_he_tb_tx()
131 mlan_ds_mfg_Cmd_HE_TBTx_t *cfg = MNULL; in wlan_ret_mfg_he_tb_tx()
164 mlan_ds_misc_cfg *misc = MNULL; in wlan_ret_mfg_otp_mac_add()
166 mlan_ds_mfg_cmd_otp_mac_addr_rd_wr_t *cfg = MNULL; in wlan_ret_mfg_otp_mac_add()
195 mlan_ds_misc_cfg *misc = MNULL; in wlan_ret_mfg_otp_cal_data()
197 mlan_ds_mfg_cmd_otp_cal_data_rd_wr_t *cfg = MNULL; in wlan_ret_mfg_otp_cal_data()
[all …]
Dmlan_cfp.c705 if ((pmadapter->otp_region != MNULL) && (pmadapter->cfp_otp_bg != MNULL)) in wlan_get_region_cfp_table()
735 if ((pmadapter->otp_region != MNULL) && (pmadapter->cfp_otp_a != MNULL)) in wlan_get_region_cfp_table()
776 return MNULL; in wlan_get_region_cfp_table()
1165 const chan_freq_power_t *cfp = MNULL;
1167 const chan_freq_power_t *cfp_a = MNULL;
1241 const chan_freq_power_t *cfp = MNULL;
1247 while (cfp == MNULL && (j < MAX_REGION_CHANNEL_NUM))
1252 if (rc->valid == (t_u8)MFALSE || rc->pcfp == MNULL)
1321 if (cfp == MNULL && channel != 0U)
1344 const chan_freq_power_t *cfp = MNULL;
[all …]
Dmlan_uap_cmdevent.c39 mlan_ds_bss *bss = MNULL; in wlan_uap_cmd_ap_config()
41 t_u8 *tlv = MNULL; in wlan_uap_cmd_ap_config()
42 MrvlIEtypes_MacAddr_t *tlv_mac = MNULL; in wlan_uap_cmd_ap_config()
43 MrvlIEtypes_SsIdParamSet_t *tlv_ssid = MNULL; in wlan_uap_cmd_ap_config()
44 MrvlIEtypes_beacon_period_t *tlv_beacon_period = MNULL; in wlan_uap_cmd_ap_config()
45 MrvlIEtypes_ecsa_config_t *tlv_ecsa_config = MNULL; in wlan_uap_cmd_ap_config()
46 MrvlIEtypes_dtim_period_t *tlv_dtim_period = MNULL; in wlan_uap_cmd_ap_config()
47 MrvlIEtypes_RatesParamSet_t *tlv_rates = MNULL; in wlan_uap_cmd_ap_config()
48 MrvlIEtypes_bcast_ssid_t *tlv_bcast_ssid = MNULL; in wlan_uap_cmd_ap_config()
49 MrvlIEtypes_auth_type_t *tlv_auth_type = MNULL; in wlan_uap_cmd_ap_config()
[all …]
Dmlan_cmdevt.c75 if (rate_scope != MNULL) in wlan_get_bitmap_index()
101 t_u8 *tlv = MNULL; in wlan_cmd_enh_power_mode()
180 if ((pdata_buf != MNULL) && (ps_bitmap & (BITMAP_UAP_INACT_PS | BITMAP_UAP_DTIM_PS))) in wlan_cmd_enh_power_mode()
183 MrvlIEtypes_sleep_param_t *sleep_tlv = MNULL; in wlan_cmd_enh_power_mode()
184 MrvlIEtypes_inact_sleep_param_t *inact_tlv = MNULL; in wlan_cmd_enh_power_mode()
258 wifi_ds_rate *rate = MNULL; in wlan_ret_802_11_tx_rate_query()
361 wifi_ds_rate *rate = MNULL; in wlan_ret_802_11_tx_rate_query()
580 mlan_ds_rate *ds_rate = MNULL; in wlan_cmd_tx_rate_cfg()
596 if (pbitmap_rates != MNULL) in wlan_cmd_tx_rate_cfg()
691 wifi_ds_rate *ds_rate = MNULL; in wlan_ret_tx_rate_cfg()
[all …]
Dmlan_misc.c37 pmlan_buffer pmbuf = MNULL; in wlan_alloc_mlan_buffer()
53 if ((ret != MLAN_STATUS_SUCCESS) || (pmbuf == MNULL)) in wlan_alloc_mlan_buffer()
55 pmbuf = MNULL; in wlan_alloc_mlan_buffer()
60 pmbuf->pdesc = MNULL; in wlan_alloc_mlan_buffer()
123 return MNULL; in wlan_get_station_entry()
130 return MNULL; in wlan_get_station_entry()
142 return MNULL; in wlan_get_station_entry()
156 sta_node *sta_ptr = MNULL; in wlan_add_station_entry()
170 return MNULL; in wlan_add_station_entry()
193 sta_node *sta_ptr = MNULL; in wlan_delete_station_entry()
[all …]
Dmlan_11ax.c172 MrvlIEtypes_He_cap_t *phecap = MNULL; in wlan_cmd_append_11ax_tlv()
177 if (ppbuffer == MNULL) in wlan_cmd_append_11ax_tlv()
182 if (*ppbuffer == MNULL) in wlan_cmd_append_11ax_tlv()
231 MrvlIEtypes_He_cap_t *phe_cap = MNULL; in wlan_update_11ax_cap()
236 MrvlIEtypes_He_cap_t *user_he_cap_tlv = MNULL; in wlan_update_11ax_cap()
345 mlan_ds_11ax_cmd_cfg *cfg = MNULL; in wlan_11ax_ioctl_cmd()
388 mlan_ds_11ax_cfg *cfg = MNULL; in wlan_11ax_cfg_ioctl()
418 HostCmd_DS_11AX_CFG *axcfg = MNULL; in wlan_cmd_11ax_cfg()
419 t_u8 *pos = MNULL; in wlan_cmd_11ax_cfg()
420 MrvlIEtypes_Extension_t *tlv = MNULL; in wlan_cmd_11ax_cfg()
[all …]
Dmlan_11v.c93 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wlan_send_mgmt_wnm_btm_resp()
94 IEEEtypes_FrameCtl_t *mgmt_fc_p = MNULL; in wlan_send_mgmt_wnm_btm_resp()
95 t_u8 *pos = MNULL; in wlan_send_mgmt_wnm_btm_resp()
101 if (pmgmt_pkt_hdr == MNULL) in wlan_send_mgmt_wnm_btm_resp()
183 wlan_nlist_report_param *pnlist_rep_param = MNULL; in wlan_process_mgmt_wnm_btm_req()
197 if (pnlist_rep_param == MNULL) in wlan_process_mgmt_wnm_btm_req()
353 mlan_802_11_mac_addr *da = MNULL; in wlan_send_mgmt_bss_trans_query()
354 mlan_802_11_mac_addr *sa = MNULL; in wlan_send_mgmt_bss_trans_query()
355 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wlan_send_mgmt_bss_trans_query()
356 t_u8 *pos = MNULL; in wlan_send_mgmt_bss_trans_query()
[all …]
Dmlan_join.c64 if (ppbuffer == MNULL) in wlan_cmd_append_generic_ie()
69 if (*ppbuffer == MNULL) in wlan_cmd_append_generic_ie()
132 t_u8 *tmp = MNULL; in wlan_get_common_rates()
139 if (ret != MLAN_STATUS_SUCCESS || (tmp == MNULL)) in wlan_get_common_rates()
142 if (tmp == MNULL) in wlan_get_common_rates()
193 if (tmp != MNULL) in wlan_get_common_rates()
315 t_u8 *group_mgmt_cipher_suite_ptr = MNULL;
316 t_u8 *pmkid_list_ptr = MNULL;
681 if (rsn_ie == MNULL)
750 if (ppbuffer == MNULL)
[all …]
Dmlan_action.c200 wifi_wnm_timing_msmt_t *tm_ind = MNULL; in wlan_process_timing_measurement_frame()
236 wlan_mgmt_pkt *pkt_hdr = MNULL; in wlan_send_timing_measurement_req_frame()
237 TxPD *txpd = MNULL; in wlan_send_timing_measurement_req_frame()
240 assert(ta != MNULL); in wlan_send_timing_measurement_req_frame()
241 assert(buf != MNULL); in wlan_send_timing_measurement_req_frame()
272 wlan_mgmt_pkt *pkt_hdr = MNULL; in wlan_send_timing_measurement_frame()
273 wifi_wnm_timing_msmt_t *tm = MNULL; in wlan_send_timing_measurement_frame()
274 TxPD *txpd = MNULL; in wlan_send_timing_measurement_frame()
277 assert(buf != MNULL); in wlan_send_timing_measurement_frame()
327 wlan_802_11_header *pieee_pkt_hdr = MNULL; in wlan_process_mgmt_action()
Dmlan_sta_cmd.c549 MrvlTypes_Power_Group_t *ppg_tlv = MNULL; in wlan_cmd_tx_power_cfg()
550 HostCmd_DS_TXPWR_CFG *ptxp = MNULL; in wlan_cmd_tx_power_cfg()
655 if (pdata_buf == MNULL) in wlan_cmd_802_11_hs_cfg()
1129 MrvlIEtypes_PMK_t *ppmk_tlv = MNULL;
1130 MrvlIEtypes_Passphrase_t *ppassphrase_tlv = MNULL;
1131 MrvlIEtypes_Password_t *ppassword_tlv = MNULL;
1132 MrvlIEtypes_SsIdParamSet_t *pssid_tlv = MNULL;
1133 MrvlIEtypes_Bssid_t *pbssid_tlv = MNULL;
1220 (((pssid_tlv != MNULL) || (pbssid_tlv != MNULL)) &&
1221 ((ppmk_tlv == MNULL) && (ppassphrase_tlv == MNULL) && (ppassword_tlv == MNULL))))
[all …]
Dmlan_11k.c483 if (bss_entry->pvht_cap != MNULL) in wlan_add_rm_beacon_report()
487 else if (bss_entry->pht_cap != MNULL) in wlan_add_rm_beacon_report()
658 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wlan_send_mgmt_rm_beacon_report()
659 IEEEtypes_FrameCtl_t *mgmt_fc_p = MNULL; in wlan_send_mgmt_rm_beacon_report()
660 t_u8 *pos = MNULL; in wlan_send_mgmt_rm_beacon_report()
667 if (pmgmt_pkt_hdr == MNULL) in wlan_send_mgmt_rm_beacon_report()
686 if (rep != MNULL && rep_len > 0U) in wlan_send_mgmt_rm_beacon_report()
757 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wlan_send_mgmt_link_measurement_report()
758 IEEEtypes_FrameCtl_t *mgmt_fc_p = MNULL; in wlan_send_mgmt_link_measurement_report()
759 t_u8 *pos = MNULL; in wlan_send_mgmt_link_measurement_report()
[all …]
Dmlan_uap_ioctl.c38 mlan_ds_sec_cfg *sec = MNULL;
89 …wlan_prepare_cmd(pmpriv, HOST_CMD_APCMD_SYS_CONFIGURE, cmd_action, 0, (t_void *)pioctl_req, MNULL);
112 mlan_ds_misc_cfg *misc = MNULL;
113 mlan_ds_bss *bss = MNULL;
116 mlan_ds_sec_cfg *sec = MNULL;
118 mlan_ds_rate *rate = MNULL;
Dmlan_11d.c255 if (pmpriv != MNULL && wlan_11h_radar_detect_required(pmpriv, chan)) in wlan_11d_channel_known()
292 if (region_chan == MNULL) in wlan_11d_generate_parsed_region_chan()
301 if (cfp == MNULL) in wlan_11d_generate_parsed_region_chan()
470 const chan_freq_power_t *cfp = MNULL; in wlan_11d_get_chan()
679 MNULL); in wlan_11d_send_domain_info()
684 MNULL); in wlan_11d_send_domain_info()
1282 if (region_chan == MNULL || !region_chan->valid || region_chan->pcfp == MNULL)
1361 ret = wlan_11d_send_domain_info(pmpriv, MNULL, MFALSE);
1417 if (pbss_desc != MNULL)
1465 ret = wlan_11d_send_domain_info(pmpriv, MNULL, MFALSE);
[all …]
Dwifi.c1324 if (wm_wifi.wlc_mgr_event_queue == MNULL) in wifi_event_completion()
1345 if ((mac_addr1 == MNULL) || (mac_addr2 == MNULL)) in cmp_mac_addr()
1667 if (event_queue == MNULL) in wifi_register_event_queue()
1683 if ((wm_wifi.wlc_mgr_event_queue == MNULL) || wm_wifi.wlc_mgr_event_queue != event_queue) in wifi_unregister_event_queue()
2785 wlan_802_11_header *pieee_pkt_hdr = MNULL; in wlan_process_802dot11_mgmt_pkt2()
2793 IEEE80211_MGMT *mgmt = MNULL; in wlan_process_802dot11_mgmt_pkt2()
2854 if (sta_addr == MNULL) in wlan_process_802dot11_mgmt_pkt2()
2952 if (sta_addr == MNULL) in wlan_process_802dot11_mgmt_pkt2()
2998 MNULL); in wlan_process_802dot11_mgmt_pkt2()
3310 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wifi_is_wpa_supplicant_input()
[all …]
Dmlan_mbo.c129 wlan_mgmt_pkt *pmgmt_pkt_hdr = MNULL; in wlan_send_mgmt_wnm_notification()
130 IEEEtypes_FrameCtl_t *mgmt_fc_p = MNULL; in wlan_send_mgmt_wnm_notification()
131 t_u8 *pos = MNULL; in wlan_send_mgmt_wnm_notification()
138 if (pmgmt_pkt_hdr == MNULL) in wlan_send_mgmt_wnm_notification()
Dmlan_glue.c173 if (dot11n_eventbuf == MNULL) in wifi_11n_save_request()
215 nlist_entry_tlv *nlist = MNULL; in wifi_11k_save_request()
230 if (pnlist_rep_param == MNULL) in wifi_11k_save_request()
233 return MNULL; in wifi_11k_save_request()
246 return MNULL; in wifi_11k_save_request()
306 return MNULL; in wifi_11k_save_request()
632 mlan_adap = MNULL; in mlan_subsys_deinit()
1215 if (pmbuf == MNULL) in wrapper_wlan_handle_rx_packet()
1248 if (pmbuf->pbuf == MNULL) in wrapper_wlan_handle_rx_packet()
1896 …if ((d->pwpa_ie != MNULL) && (d->prsn_ie != MNULL) && (wlan_security == WLAN_SECURITY_WPA_WPA2_MIX… in wrapper_wifi_assoc()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_util.h20 #ifndef MNULL
21 #define MNULL ((void *)0) macro
91 phead->pprev = phead->pnext = MNULL; in util_free_list_head()
93 if (moal_free_lock != MNULL) in util_free_list_head()
113 pmlan_linked_list pnode = MNULL; in util_peek_list()
115 if (moal_spin_lock != MNULL) in util_peek_list()
123 if (moal_spin_unlock != MNULL) in util_peek_list()
148 if (moal_spin_lock != MNULL) in util_enqueue_list_tail()
157 if (moal_spin_unlock != MNULL) in util_enqueue_list_tail()
181 if (moal_spin_lock != MNULL) in util_enqueue_list_head()
[all …]
Dmlan_11n.h107 sta_node *sta_ptr = MNULL; in is_station_11n_enabled()
109 if (sta_ptr != MNULL) in is_station_11n_enabled()
126 sta_node *sta_ptr = MNULL; in get_station_max_amsdu_size()
128 if (sta_ptr != MNULL) in get_station_max_amsdu_size()
148 sta_node *sta_ptr = MNULL;
172 sta_node *sta_ptr = MNULL; in disable_station_ampdu()
174 if (sta_ptr != MNULL) in disable_station_ampdu()
222 if (ptx_tbl != MNULL) in wlan_is_amsdu_in_ampdu_allowed()
246 sta_node *sta_ptr = MNULL;
272 mlan_private *pmpriv = MNULL; in wlan_is_bastream_avail()
[all …]
Dmlan_main.h35 print_callback(MNULL, MINFO, msg); \
41 print_callback(MNULL, MWARN, msg); \
47 print_callback(MNULL, MENTRY, msg); \
53 get_sys_time_callback(MNULL, psec, pusec); \
61 print_callback(MNULL, MHEX_DUMP | MINFO, x, y, z); \
83 get_sys_time_callback(MNULL, psec, pusec); \
98 print_callback(MNULL, MFW_D, msg); \
104 print_callback(MNULL, MCMD_D, msg); \
110 print_callback(MNULL, MDAT_D, msg); \
116 print_callback(MNULL, MIF_D, msg); \
[all …]

12