Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c1972 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_error()
1974 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_nic_error()
1975 if (device_reprobe(reprobe->dev)) in iwl_mvm_nic_error()
1976 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_nic_error()
1977 put_device(reprobe->dev); in iwl_mvm_nic_error()
1978 kfree(reprobe); in iwl_mvm_nic_error()
2011 struct iwl_mvm_reprobe *reprobe; in iwl_op_mode_mvm_time_point()
2014 "Firmware error during reconfiguration - reprobe!\n"); in iwl_op_mode_mvm_time_point()
2026 reprobe
1864 struct iwl_mvm_reprobe *reprobe; iwl_mvm_reprobe_wk() local
1903 struct iwl_mvm_reprobe *reprobe; iwl_mvm_nic_restart() local
[all...]
/freebsd/sys/geom/part/
H A Dg_part.c1484 int error, reprobe; in g_part_ctl_undo() local
1516 reprobe = (table->gpt_scheme == &g_part_null_scheme || in g_part_ctl_undo()
1519 if (reprobe) { in g_part_ctl_undo()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c193 {"reprobe", CAM_CMD_REPROBE, CAM_ARG_NONE, NULL},
294 static int reprobe(struct cam_device *device);
3041 /* Hint CAM to reprobe the device. */ in atahpa()
3042 reprobe(device); in atahpa()
3189 /* Hint CAM to reprobe the device. */ in ataama()
3190 reprobe(device); in ataama()
9946 reprobe(struct cam_device *device) in reprobe()
9997 " camcontrol reprobe [dev_id][generic args]\n" in usage()
10086 "reprobe update capacity information of the given device\n" in usage()
10745 error = reprobe(cam_de in main()
9944 reprobe(struct cam_device *device) reprobe() function
[all...]
/freebsd/
H A DUPDATING401 needs to use devctl to re-enable the device, and reprobe it (or set
/freebsd/contrib/unbound/doc/
H A DChangelog7807 - uninitialised variable in reprobe for rtt blocked domains fixed.