Searched defs:detach (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_region.c | 474 * 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 D | meta_trans.c | 1509 * 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 D | meta_db.c | 1766 * 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,
|
H A D | meta_mirror.c | 1636 * 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...] |
Completed in 35 milliseconds