Searched refs:attach (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/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="vuid3ps2"
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...]
/illumos-gate/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="vuid3ps2"
65 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_attach_001_neg.ksh38 # zpool attach returns an error when run as a user
41 # 1. Attempt to attach a disk to a pool
42 # 2.Verify that the attach failed
57 log_assert "zpool attach returns an error when run as a user"
59 log_mustnot zpool attach $TESTPOOL.virt /$TESTDIR/disk1.dat \
63 log_mustnot zpool attach -f $TESTPOOL.virt /$TESTDIR/disk1.dat \
67 log_pass "zpool attach returns an error when run as a user"
/illumos-gate/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
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h48 fc_phandle_t attach; member in struct:MY_GLOBAL_DATA
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_004_neg.ksh58 log_mustnot zpool attach $TESTPOOL $ldev $ldev2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh53 attach detach replace scrub \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_004_pos.ksh61 log_must zpool attach $TESTPOOL $ldev $ldev2
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A DMakefile27 PROGS = attach clone detach image_install p2v postattach poststate \
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c68 static int attach();
166 if ((addr = attach(cp, len1, &fd, &size)) == -1) {
190 if ((addr = attach(pathname, len, &fd, &size)) == -1) {
234 attach(path, len, fdescr, size) function
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh36 # Executing 'zpool attach' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool attach' options.
68 log_assert "Executing 'zpool attach' with bad options fails"
78 log_mustnot zpool attach ${args[$i]}
83 log_pass "'zpool attach' command with bad options failed as expected."
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c141 device_t *current, *attach; local
176 env->attachment_pt = current = attach = env->current_device;
187 for (current = attach; current != NULL; current = current->parent) {
209 build_nodes(env, cdp, cdp->attach);
H A Dfcdebug.c66 log_message(MSG_DEBUG, "attach: %llx\n", cdp->attach);
H A Dget_req.c55 " attach: %x args: '%s'\n", cdp->fc.config_address,
56 cdp->fc.fcode_size, cdp->fc.unit_address, cdp->attach,
84 if ((cdp->attach = fc_get_ap(cdp)) == NULL)
358 if ((cdp->attach = fc_get_ap(cdp)) == NULL)
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh72 /usr/sbin/zoneadm -z $zonename attach -F
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_004_pos.ksh20 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
34 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
52 log_must zpool attach $TESTPOOL $DISK $disk2
58 log_fail "Top-level ZAP wasn't transferred successfully on attach."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_002_pos.ksh110 log_must zpool attach $opt $TESTPOOL1 $disk1 $disk2
157 log_note "Verify 'zpool attach' fails with non-mirrors."
165 log_mustnot zpool attach "$opt" $TESTDIR/$TESTFILE1.1 \
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h409 #define USBGEM_STREAM_OPS(dev_ops, attach, detach) \
410 DDI_DEFINE_STREAM_OPS(dev_ops, nulldev, nulldev, attach, detach, \
413 #define USBGEM_STREAM_OPS(dev_ops, attach, detach) \
414 DDI_DEFINE_STREAM_OPS(dev_ops, nulldev, nulldev, attach, detach, \
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h56 int (*attach)(); /* Attach device */ member in struct:nsc_io_s
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h121 int (*attach)(struct adapter *, void **); member in struct:uld_info
/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"));
431 if (cmd == attach) {
676 cmd = attach;
809 if (cmd == attach || cmd == detach) {
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com14 attach.o \
64 $(SRCDIR)/attach.c \
/illumos-gate/usr/src/man/man9e/
H A DMakefile24 attach.9e \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c51 /* Data gathered during per-style attach routine. */
63 int (*attach)(struct protos *prot, char *linkname, member in struct:protos
231 /* Call per-protocol attach routine to open device */
234 if ((devfd = (*prot->attach)(prot, linkname, &adata)) < 0)

Completed in 97 milliseconds

12