Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_time_event.c169 struct iwm_time_event_notif *notif) in iwm_te_handle_notif() argument
173 le32toh(notif->unique_id), in iwm_te_handle_notif()
174 le32toh(notif->action)); in iwm_te_handle_notif()
176 if (!le32toh(notif->status)) { in iwm_te_handle_notif()
180 if (notif->action & htole32(IWM_TE_V2_NOTIF_HOST_EVENT_START)) in iwm_te_handle_notif()
189 if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_END) { in iwm_te_handle_notif()
195 } else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) { in iwm_te_handle_notif()
209 struct iwm_time_event_notif *notif = (void *)pkt->data; in iwm_rx_time_event_notif() local
213 le32toh(notif->unique_id), in iwm_rx_time_event_notif()
214 le32toh(notif->action)); in iwm_rx_time_event_notif()
[all …]
H A Dif_iwm_scan.c261 struct iwm_umac_scan_complete *notif = (void *)pkt->data; in iwm_rx_umac_scan_complete_notif() local
265 le32toh(notif->uid), in iwm_rx_umac_scan_complete_notif()
266 iwm_offload_status_str(notif->status), in iwm_rx_umac_scan_complete_notif()
267 iwm_ebs_status_str(notif->ebs_status)); in iwm_rx_umac_scan_complete_notif()
269 if (notif->ebs_status != IWM_SCAN_EBS_SUCCESS && in iwm_rx_umac_scan_complete_notif()
270 notif->ebs_status != IWM_SCAN_EBS_INACTIVE) in iwm_rx_umac_scan_complete_notif()
H A Dif_iwm.c5518 struct iwm_mcc_chub_notif *notif; in iwm_handle_rxb() local
5519 notif = (void *)pkt->data; in iwm_handle_rxb()
5521 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_handle_rxb()
5522 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_handle_rxb()
5526 notif->source_id, sc->sc_fw_mcc); in iwm_handle_rxb()
5533 struct iwm_dts_measurement_notif_v1 *notif; in iwm_handle_rxb() local
5540 notif = (void *)pkt->data; in iwm_handle_rxb()
5543 notif->temp); in iwm_handle_rxb()
5608 struct iwm_umac_scan_iter_complete_notif *notif; in iwm_handle_rxb() local
5609 notif = (void *)pkt->data; in iwm_handle_rxb()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dremote-notif.c254 notif_xfree (struct notif_client *notif) in notif_xfree() argument
256 if (notif->pending_event != NULL in notif_xfree()
257 && notif->pending_event->dtr != NULL) in notif_xfree()
258 notif->pending_event->dtr (notif->pending_event); in notif_xfree()
260 xfree (notif->pending_event); in notif_xfree()
261 xfree (notif); in notif_xfree()
H A Dremote.c3509 struct notif_client *notif = &notif_client_stop; in remote_start_remote() local
3514 = remote_notif_parse (notif, rs->buf); in remote_start_remote()
3515 remote_notif_get_pending_events (notif); in remote_start_remote()
/dragonfly/contrib/cvs-1.12/src/
H A Dedit.c934 char *notif; in notify_do() local
953 notif = NULL; in notify_do()
972 notif = "edit"; in notify_do()
977 notif = "unedit"; in notify_do()
982 notif = "commit"; in notify_do()
987 if (notif == NULL) in notify_do()
988 notif = "temporary edit"; in notify_do()
993 if (notif == NULL) in notify_do()
999 if (notif == NULL) in notify_do()
1007 if (notif != NULL) in notify_do()
[all …]
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwi.c1428 len = le16toh(notif->len); in iwi_notif_link_quality()
1431 notif->type, in iwi_notif_link_quality()
1439 notif->type, in iwi_notif_link_quality()
1444 lq = (struct iwi_notif_link_quality *)(notif + 1); in iwi_notif_link_quality()
1464 switch (notif->type) { in iwi_notification_intr()
1466 chan = (struct iwi_notif_scan_channel *)(notif + 1); in iwi_notification_intr()
1544 assoc = (struct iwi_notif_association *)(notif + 1); in iwi_notification_intr()
1555 le16toh(notif->len) - sizeof(*assoc) - 1); in iwi_notification_intr()
1618 DPRINTFN(5, ("Notification (%u)\n", notif->type)); in iwi_notification_intr()
1621 iwi_notif_link_quality(sc, notif); in iwi_notification_intr()
[all …]
/dragonfly/gnu/usr.bin/gdb/libgdb/
H A DMakefile108 remote-fileio.c remote-notif.c