Searched refs:mhd_error_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_local.h | 143 mhd_error_t *mhep); 145 mhd_error_t *mhep); 146 extern int mhd_idle(mhd_drive_t *dp, mhd_error_t *mhep); 148 char *rname, int *fdp, mhd_error_t *mhep); 149 extern int mhd_create_drives(char *path, mhd_error_t *mhep); 152 extern void mhd_clrerror(mhd_error_t *mhep); 153 extern int mhd_error(mhd_error_t *mhep, int errnum, char *name); 155 extern void mhde_perror(mhd_error_t *mhep, const char *fmt, ...); 162 extern int mhd_ff_disarm(mhd_drive_set_t *sp, mhd_error_t *mhep); 163 extern int mhd_ff_open(mhd_drive_set_t *sp, mhd_error_t *mhep); [all …]
|
H A D | mhd_error.c | 45 mhd_error_t *mhep in mhd_clrerror() 58 mhd_error_t *mhep, in mhd_error() 78 mhd_error_t *mhep in mhd_strerror() 138 mhd_error_t *mhep, in mhd_vperror() 168 mhd_error_t *mhep, in mhde_perror() 188 mhd_error_t status = mhd_null_error; in mhd_perror()
|
H A D | mhd_metamhd.c | 42 mhd_error_t *mhep = &resp->status; in mhd_list_1_svc() 64 mhd_error_t *mhep, in mhd_tkown_1_svc() 89 mhd_error_t *mhep, in mhd_relown_1_svc() 117 mhd_error_t *mhep = &resp->status; in mhd_status_1_svc()
|
H A D | mhd_failfast.c | 44 mhd_error_t *mhep in mhd_ff_disarm() 75 mhd_error_t *mhep in mhd_ff_open() 135 mhd_error_t *mhep in mhd_ff_close() 166 mhd_error_t *mhep in mhd_ff_rearm() 258 mhd_error_t status = mhd_null_error; in mhd_ff_check()
|
H A D | mhd_set.c | 169 mhd_error_t *mhep in mhd_idle_set() 209 mhd_error_t *mhep in mhd_create_set() 394 mhd_error_t *mhep in mhd_list_drives() 478 mhd_error_t *mhep in mhd_release_set() 511 mhd_error_t *mhep in mhd_release_drives() 549 mhd_error_t *mhep in mhd_reserve_set() 664 mhd_error_t status = mhd_null_error; in mhd_reserve_set() 681 mhd_error_t *mhep in mhd_reserve_drives() 739 mhd_error_t *mhep in mhd_status_set() 769 mhd_error_t *mhep in mhd_status_drives()
|
H A D | mhd_init.c | 91 mhd_error_t *mhep in mhd_setup() 146 mhd_error_t *mhep in mhd_init_daemon() 286 mhd_error_t *mhep /* returned status */ in check_sys() 323 mhd_error_t *mhep /* returned status */ in mhd_init()
|
H A D | mhd_drive.c | 104 mhd_error_t *mhep in mhd_state() 129 mhd_error_t status = mhd_null_error; in mhd_state() 151 mhd_error_t *mhep in mhd_state_set() 161 mhd_error_t *mhep in mhd_state_clr() 173 mhd_error_t *mhep in mhd_idle() 1024 mhd_error_t *mhep in mhd_thread_create() 1093 mhd_error_t *mhep /* returned error */ in mhd_create_drive() 1168 mhd_error_t *mhep in mhd_create_drive_anyset() 1203 mhd_error_t status = mhd_null_error; in do_disk() 1259 mhd_error_t *mhep in mhd_create_drives()
|
/titanic_41/usr/src/head/ |
H A D | metamhd.x | 45 struct mhd_error_t { struct 63 %const mhd_error_t mhd_null_error = MHD_NULL_ERROR; argument 71 %extern const mhd_error_t mhd_null_error; 141 mhd_error_t status; /* status of command */ 153 mhd_error_t status; /* status of command */ 170 mhd_error_t 173 mhd_error_t
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mh.c | 128 mhd_error_t *mhep, in mhstealerror() 192 mhd_error_t mherror; in meta_take_own() 322 mhd_error_t mherror; in meta_rel_own() 444 mhd_error_t *mhep = &results.status; in meta_status_own() 499 mhd_error_t mherror; in meta_status_own() 657 mhd_error_t *mhep = &results.status; in meta_list_drives()
|