Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_set.c215 mhd_drive_set_t *null_sp; in mhd_create_set() local
250 null_sp = mhd_create_set(NULL, 0, NULL, NULL); in mhd_create_set()
251 assert(null_sp != NULL); in mhd_create_set()
252 assert(sp != null_sp); in mhd_create_set()
289 mhd_mx_lock(&null_sp->sr_mx); in mhd_create_set()
290 mhd_add_drive_to_set(null_sp, dp); in mhd_create_set()
291 mhd_mx_unlock(&null_sp->sr_mx); in mhd_create_set()
H A Dmhd_drive.c1171 mhd_drive_set_t *null_sp = mhd_create_set(NULL, 0, NULL, NULL); in mhd_create_drive_anyset() local
1175 assert(null_sp != NULL); in mhd_create_drive_anyset()
1182 mhd_mx_lock(&null_sp->sr_mx); in mhd_create_drive_anyset()
1183 dp = mhd_create_drive(null_sp, rname, fdp, mhep); in mhd_create_drive_anyset()
1184 mhd_mx_unlock(&null_sp->sr_mx); in mhd_create_drive_anyset()