Searched refs:veto (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cam/ata/
H A Data_xpt.c901 int veto = 0; local
910 * Allow others to veto this ATA disk attachment. This
914 EVENTHANDLER_INVOKE(ada_probe_veto, path, ident_buf, &veto);
915 if (veto) {
/freebsd-12-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2470 struct ata_params *ident_buf __unused, int *veto)
2475 * by this driver, so veto the ATA disks' attachment; the
2486 (*veto)++;
2469 storvsc_ada_probe_veto(void *arg __unused, struct cam_path *path, struct ata_params *ident_buf __unused, int *veto) argument

Completed in 173 milliseconds