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

12345

/freebsd-10.0-release/etc/rc.d/
H A Dgeli252 geli detach -l ${provider}
H A Dgeli84 geli detach "${provider}"
H A Dgbde113 gbde detach "${parent}"
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh65 detach
/freebsd-10.0-release/etc/
H A Ddevd.conf27 # Note that the attach/detach with the highest value wins, so that one can
64 detach 0 {
81 # the above attach/detach stuff, but the value of 100 makes it
87 detach 100 {
96 detach 100 {
113 detach 100 {
168 # Rescan SCSI device-names on attach, but not detach. However, it is
292 detach 10 {
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dmain.c70 int32_t detach = 1, opt; local
79 case 'd': /* do not detach */
80 detach = 0;
98 log_open(SDPD, !detach);
101 if (detach && daemon(0, 0) < 0) {
228 " -d do not detach (run in foreground)\n" \
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dtarget.h72 void (*detach) (void); member in struct:target_ops
152 (*the_target->detach) ()
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c69 int32_t opt, detach, tval; local
73 detach = 1;
93 case 'd': /* do not detach */
94 detach = 0;
121 if (detach && daemon(0, 0) < 0) {
/freebsd-10.0-release/tools/regression/zfs/zpool/attach/
H A Dlog.t67 expect_ok ${ZPOOL} detach ${name0} ${disk1}
84 expect_ok ${ZPOOL} detach ${name0} ${disk3}
100 expect_ok ${ZPOOL} detach ${name0} ${disk4}
114 expect_fl ${ZPOOL} detach ${name0} ${disk2}
H A Dmirror.t61 expect_ok ${ZPOOL} detach ${name0} ${disk0}
76 expect_ok ${ZPOOL} detach ${name0} ${disk2}
90 expect_ok ${ZPOOL} detach ${name0} ${disk3}
102 expect_fl ${ZPOOL} detach ${name0} ${disk1}
/freebsd-10.0-release/tools/regression/geom_eli/
H A Ddelkey.t31 geli detach md${no}
72 geli detach md${no}
97 geli detach md${no}
H A Dsetkey.t39 geli detach md${no}
65 geli detach md${no}
75 geli detach md${no}
101 geli detach md${no}
127 geli detach md${no}
H A Dinit-J.t44 geli detach md${no} || echo -n "not "
48 geli detach md${no} || echo -n "not "
52 geli detach md${no} || echo -n "not "
97 geli detach md${no} || echo -n "not "
101 geli detach md${no} || echo -n "not "
105 geli detach md${no} || echo -n "not "
109 geli detach md${no} || echo -n "not "
113 geli detach md${no} || echo -n "not "
117 geli detach md${no} || echo -n "not "
121 geli detach m
[all...]
H A Ddetach-l.t21 # Be sure it doesn't detach before 'detach -l'.
29 geli detach -l md${no}
H A Dresize.t56 geli detach ${md}a.eli || echo -n "not "
91 geli detach ${md}a.eli || echo -n "not "
120 geli detach ${md}a.eli
147 geli detach ${md}p1.eli
H A Dinit-B.t62 geli detach md${no}
102 geli detach md${no}
H A Dkill.t61 geli detach md${no}
70 geli detach md${no}
H A Dintegrity-copy.t48 geli detach md${no}
77 geli detach md${no}
92 geli detach md${no}
H A Dconfigure-b-B.t123 geli detach md${no}
H A Dnokey.t45 geli detach md${no} 2>/dev/null
H A Dreadonly.t42 # kill should detach provider...
85 geli detach md${no}
/freebsd-10.0-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c68 int n, detach, sock; local
76 detach = 1;
81 detach = 0;
131 if (detach && daemon(0, 0) < 0)
139 if (detach) {
195 if (detach)
440 "\t-d do not detach from terminal\n" \
/freebsd-10.0-release/sys/dev/usb/serial/
H A Ducycom.c231 goto detach;
245 goto detach;
259 goto detach;
270 goto detach;
275 goto detach;
285 detach:
H A Dugensa.c211 goto detach;
230 goto detach;
251 goto detach;
257 detach:
/freebsd-10.0-release/usr.bin/truss/
H A Dsetup.c134 /* stop the child so that we can detach */
140 err(1, "Can not detach the process");
187 detach:
197 goto detach;

Completed in 231 milliseconds

12345