Searched defs:new_shn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c12511 struct nm_shared_name *shn, *new_shn; local
12557 if ((new_shn = (struct nm_shared_name *)alloc_entry(
12564 new_shn->sn_key = o_key;
12565 new_shn->sn_count = o_count;
12566 new_shn->sn_data = o_data;
12567 new_shn->sn_namlen = (ushort_t)len;
12568 (void) strcpy(new_shn->sn_name, shrname);

Completed in 899 milliseconds