Home
last modified time | relevance | path

Searched refs:shd (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/avs/dsw/
H A Diiboot.c315 char *mst, *shd, *ctag; in iiboot_lintmain() local
349 shd = strtok(NULL, " "); /* shadow */ in iiboot_lintmain()
359 if (strcmp(lp->shadow_vol, shd) || strcmp(ctag, "-")) { in iiboot_lintmain()
391 if (cfg_vol_disable(cfg, shd, NULL, "ii") < 0) in iiboot_lintmain()
414 (void) cfg_vol_enable(cfg, shd, ctag, "ii"); in iiboot_lintmain()
459 char *buf, **entry, *mst, *shd, *bmp, *ctag, *opt, *ptr; in read_resume_cfg() local
495 shd = strtok(NULL, " "); in read_resume_cfg()
504 if (!mst || !shd || !bmp) in read_resume_cfg()
521 (void) strncpy(p->shadow_vol, shd, DSW_NAMELEN); in read_resume_cfg()
H A Diiadm.c3613 dsw_ioctl_t shd; local
3623 if (!find_shadow_config(shadow_volume, &conf, &shd))
4117 char *mst, *shd, *buf, **entry; local
4142 shd = strtok(NULL, " ");
4176 (void) nsc_insert_node(volhash, sdata, shd);
/titanic_41/usr/src/cmd/avs/nsctl/
H A Dnskernd.c324 char *mst, *shd, *bmp, *mode, *ovr, *cnode, *opt, *grp; in log_iibmp_err() local
382 shd = strtok(NULL, " "); in log_iibmp_err()
383 if (strncmp(shd, set, setlen) == 0) { in log_iibmp_err()
413 mst, shd, bmp, mode, ovr, cnode, newflags, grp); in log_iibmp_err()
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8522 unsigned char *copy, *shd; in _ii_km_orbm() local
8529 shd = ip->bi_bitmap + shd_offset; in _ii_km_orbm()
8534 *copy++ |= *shd++; in _ii_km_orbm()