Searched refs:detach (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris/zone/
H A DMakefile26 PROGS= boot.wrapper halt.wrapper attach boot clone detach halt \
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A DMakefile26 PROGS = attach clone detach image_install p2v postattach poststate \
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c474 * because we may need it to detach from the resources. Set the
503 int detach, ret, t_ret; local
540 detach = 0;
543 detach = 1;
560 if (detach) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1509 * to detach the log.
1517 "-c", "Solaris Volume Manager detach lock",
1534 * is trying to force the detach make them
1574 * meta_trans_detach -- detach log from trans device
1586 md_i_get_t detach; local
1626 /* detach log */
1628 (void) memset(&detach, 0, sizeof (detach));
1629 detach.id = meta_getminor(transnp->dev);
1630 MD_SETDRIVERNAME(&detach, MD_TRAN
[all...]
H A Dmeta_mirror.c1636 * detach submirror
1648 md_detach_params_t detach; local
1660 * In a MN set, the master always executes the detach command first.
1665 * As each slave executes the detach command, each slave will
1678 /* detach submirror */
1679 (void) memset(&detach, 0, sizeof (detach));
1680 detach.mnum = meta_getminor(mirnp->dev);
1681 MD_SETDRIVERNAME(&detach, MD_MIRROR, sp->setno);
1682 detach
[all...]
H A Dmeta_db.c1766 * running the metaset command. This detach routine is sent to all
1965 * When mddbs are first being added to set, a detach can
1975 md_mn_msg_meta_db_detach_t detach; local
1979 * The following algorithm is used to detach replicas.
1989 (void) splitname(np->bname, &detach.msg_splitname);
1992 detach.msg_devid[0] = NULL;
2007 flags, 0, (char *)&detach,

Completed in 414 milliseconds