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

/illumos-gate/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) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c37 enum mddb_cmd {none, attach, detach, patch, infolong, infoshort}; enumerator in enum:mddb_cmd
342 "no devices specified to attach or detach"));
420 if (cmd == detach) {
681 cmd = detach;
809 if (cmd == attach || cmd == detach) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h122 int (*detach)(void *); member in struct:uld_info
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1508 * to detach the log.
1516 "-c", "Solaris Volume Manager detach lock",
1533 * is trying to force the detach make them
1573 * meta_trans_detach -- detach log from trans device
1585 md_i_get_t detach; local
1625 /* detach log */
1627 (void) memset(&detach, 0, sizeof (detach));
1628 detach.id = meta_getminor(transnp->dev);
1629 MD_SETDRIVERNAME(&detach, MD_TRAN
[all...]
H A Dmeta_mirror.c1639 * detach submirror
1651 md_detach_params_t detach; local
1663 * In a MN set, the master always executes the detach command first.
1668 * As each slave executes the detach command, each slave will
1681 /* detach submirror */
1682 (void) memset(&detach, 0, sizeof (detach));
1683 detach.mnum = meta_getminor(mirnp->dev);
1684 MD_SETDRIVERNAME(&detach, MD_MIRROR, sp->setno);
1685 detach
[all...]
H A Dmeta_db.c1768 * running the metaset command. This detach routine is sent to all
1967 * When mddbs are first being added to set, a detach can
1977 md_mn_msg_meta_db_detach_t detach; local
1981 * The following algorithm is used to detach replicas.
1991 (void) splitname(np->bname, &detach.msg_splitname);
1994 detach.msg_devid[0] = NULL;
2009 flags, 0, (char *)&detach,
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h57 int (*detach)(); /* Detach device */ member in struct:nsc_io_s
132 #define _NSC_OWNER 0x0080 /* Owner detach in progress */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c312 * This way we can close 0, 1, 2 in detach() without clobbering
531 detach();
1147 * detach - detach us from the controlling terminal.
1150 detach() function
1158 error("Couldn't detach (fork failed: %m)");
1173 error("Couldn't detach (second fork failed: %m)");
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c393 av[0] = "detach";
497 * iiadm -D (detach overflow)
3052 detach(char *volume) function
3072 dsw_error(gettext("Failed to detach overflow volume"),
3520 (void) dsw_group_or_single_op(argc, argv, detach);

Completed in 1784 milliseconds