Home
last modified time | relevance | path

Searched refs:busy_flag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c193 int *busy_flag, int *reserve_flag, int verbose_flag) in h_get_fcdev_state() argument
333 int *busy_flag, int force_flag, int verbose_flag) in h_chk_dev_busy() argument
342 *busy_flag = 1; in h_chk_dev_busy()
356 *busy_flag = 1; in h_chk_dev_busy()
493 int busy_flag = 0, reserve_flag = 0, action = 0; in hotplug() local
710 &busy_flag, &reserve_flag, in hotplug()
911 &busy_flag, force_flag, verbose_flag)) != 0) { in hotplug()
916 if (reserve_flag || busy_flag) { in hotplug()
919 if (busy_flag) in hotplug()
920 disk_list->busy_flag = 1; in hotplug()
[all …]
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h194 int busy_flag; member