Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c118 if ((status = g_stop(drv_path, 0)) != 0) { in g_dev_stop()
135 if (g_stop(ml->logical_path, 0) == 0) { in g_dev_stop()
H A Dmapfile-vers113 g_stop;
H A Dmap.c4127 g_stop(char *path, int immediate_flag) in g_stop() function
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h188 extern int g_stop(char *, int);
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c5466 if (err = g_stop(path_phys, 1)) { in adm_stop()