Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 63) sorted by relevance

123

/titanic_50/usr/src/lib/libsqlite/test/
H A Dattach.test18 # $Id: attach.test,v 1.13 2004/02/14 01:39:50 drh Exp $
29 do_test attach-1.1 {
37 do_test attach-1.2 {
46 do_test attach-1.3 {
52 do_test attach-1.4 {
57 do_test attach-1.5 {
63 do_test attach-1.6 {
68 do_test attach-1.7 {
73 do_test attach-1.8 {
77 } {1 {cannot attach empty database: three}}
[all …]
H A Dattach2.test55 # lock test2.db then try to attach it. Should get an error.
66 # unlock test2.db and try to attach again. should work this time.
H A Dquick.test35 attach.test \
/titanic_50/usr/src/uts/sparc/os/
H A Ddacf.conf37 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm"
39 driver-minorname="zs:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb"
40 driver-minorname="su:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb"
41 driver-minorname="su_pnp:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb"
48 driver-minorname="hid:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="usbms"
50 driver-minorname="zs:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms"
51 driver-minorname="su:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms"
52 driver-minorname="mouse8042:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="vuid3p…
54 driver-minorname="su_pnp:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms"
59 driver-minorname="ttymux:con" ttymux_dacf:ttymux_config post-attach -
[all …]
/titanic_50/usr/src/uts/intel/os/
H A Ddacf.conf37 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm"
45 driver-minorname="hid:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="usbms"
52 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach -
59 driver-minorname="mouse8042:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="vuid3p…
65 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
/titanic_50/usr/src/cmd/srchtxt/
H A Dsrchtxt.c68 static int attach();
166 if ((addr = attach(cp, len1, &fd, &size)) == -1) { in main()
190 if ((addr = attach(pathname, len, &fd, &size)) == -1) { in main()
234 attach(path, len, fdescr, size) in attach() function
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_005_pos.ksh51 log_must $ZPOOL attach $TESTPOOL $DISK1 $DISK2
59 log_must $ZPOOL attach $TESTPOOL $DISK2 $DISK1
H A Dzpool_scrub_004_pos.ksh50 log_must $ZPOOL attach $TESTPOOL $DISK1 $DISK2
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_attach_001_neg.ksh59 log_mustnot $ZPOOL attach $TESTPOOL.virt /$TESTDIR/disk1.dat \
63 log_mustnot $ZPOOL attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat \
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c141 device_t *current, *attach; in build_nodes() local
176 env->attachment_pt = current = attach = env->current_device; in build_nodes()
187 for (current = attach; current != NULL; current = current->parent) { in build_nodes()
209 build_nodes(env, cdp, cdp->attach); in build_tree()
H A Dget_req.c56 cdp->fc.fcode_size, cdp->fc.unit_address, cdp->attach, in dot_request()
84 if ((cdp->attach = fc_get_ap(cdp)) == NULL) in fc_get_request()
358 if ((cdp->attach = fc_get_ap(cdp)) == NULL) in get_efdaemon_request()
H A Dfcdebug.c66 log_message(MSG_DEBUG, "attach: %llx\n", cdp->attach); in dump_private()
/titanic_50/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_002_pos.ksh110 log_must $ZPOOL attach $opt $TESTPOOL1 $disk1 $disk2
165 log_mustnot $ZPOOL attach "$opt" $TESTDIR/$TESTFILE1.1 \
/titanic_50/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h48 fc_phandle_t attach; member
/titanic_50/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh53 attach detach replace scrub \
/titanic_50/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_004_neg.ksh58 log_mustnot $ZPOOL attach $TESTPOOL $ldev $ldev2
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_004_pos.ksh61 log_must $ZPOOL attach $TESTPOOL $ldev $ldev2
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh73 log_mustnot $ZPOOL attach ${args[$i]}
/titanic_50/usr/src/lib/brand/solaris10/zone/
H A DMakefile27 PROGS = attach clone detach image_install p2v postattach poststate \
/titanic_50/usr/src/lib/libsqlite/
H A Dmain.mk59 LIBOBJ = attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
68 $(TOP)/src/attach.c \
324 attach.o: $(TOP)/src/attach.c $(HDR)
325 $(TCCX) -c $(TOP)/src/attach.c
H A DMakefile.com13 attach.o \
63 $(SRCDIR)/attach.c \
/titanic_50/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh72 /usr/sbin/zoneadm -z $zonename attach -F
/titanic_50/usr/src/cmd/smbsrv/fksmbd/
H A D.dbxrc25 echo 'Do one of: attach ${PID}'
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c63 int (*attach)(struct protos *prot, char *linkname, member
234 if ((devfd = (*prot->attach)(prot, linkname, &adata)) < 0) in plumb_it()
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h121 int (*attach)(struct adapter *, void **); member

123