Home
last modified time | relevance | path

Searched refs:reprobe (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c90 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local
92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()
94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()
95 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk()
96 put_device(reprobe->dev); in iwl_trans_reprobe_wk()
97 kfree(reprobe); in iwl_trans_reprobe_wk()
104 struct iwl_trans_reprobe *reprobe; in iwl_trans_schedule_reprobe() local
116 reprobe = kzalloc_obj(*reprobe); in iwl_trans_schedule_reprobe()
117 if (!reprobe) { in iwl_trans_schedule_reprobe()
121 reprobe->dev = get_device(trans->dev); in iwl_trans_schedule_reprobe()
[all …]
/freebsd/sys/geom/part/
H A Dg_part.c1483 int error, reprobe; in g_part_ctl_undo() local
1515 reprobe = (table->gpt_scheme == &g_part_null_scheme || in g_part_ctl_undo()
1518 if (reprobe) { in g_part_ctl_undo()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c296 static int reprobe(struct cam_device *device);
3073 reprobe(device); in atahpa()
3221 reprobe(device); in ataama()
9990 reprobe(struct cam_device *device) in reprobe() function
10789 error = reprobe(cam_dev); in main()
/freebsd/
H A DUPDATING831 needs to use devctl to re-enable the device, and reprobe it (or set
/freebsd/contrib/unbound/doc/
H A DChangelog8339 - uninitialised variable in reprobe for rtt blocked domains fixed.