Searched refs:lst_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h427 char lst_name[DSW_NAMELEN]; /* resource group */ member in struct:_ii_lsthead_s
H A Ddsw_dev.c2321 strncmp((*head)->lst_name, uparms.shadow_vol,
2364 (*xnp)->lst_ip->bi_group = (*head)->lst_name;
3291 (*cp)->lst_name, DSW_NAMELEN) == 0)
4267 cp->lst_name, DSW_NAMELEN) == 0) {
4288 if (copyout(cp->lst_name, carg + name_offset,
5162 if (hash == head->lst_hash && strncmp(head->lst_name,
9967 if (hash == head->lst_hash && strncmp(head->lst_name,
10253 strncmp(name, (*head)->lst_name, DSW_NAMELEN) == 0) {
10271 (void) strncpy((*head)->lst_name, name, DSW_NAMELEN);
10276 *key = (*head)->lst_name;
[all...]

Completed in 120 milliseconds