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

/osnet-11/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h48 fc_phandle_t attach; member in struct:MY_GLOBAL_DATA
/osnet-11/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)
/osnet-11/usr/src/lib/brand/solaris/zone/
H A DMakefile26 PROGS= boot.wrapper halt.wrapper attach boot clone detach halt \
H A Dattach.ksh33 m_usage=$(gettext "Usage:\n\t attach [-uv] [-a archive | -d directory | -z zbe] [-c profile.xml | dir]\n\n\t-u\tUpdate the software in the attached zone boot environment to\n\t\tmatch the sofware in the global zone boot environment.\n\t-v\tVerbose.\n\t-c\tUpdate the zone configuration with the sysconfig profile\n\t\tspecified in the given file or directory.\n\t-a\tExtract the specified archive into the zone then attach the\n\t\tactive boot environment found in the archive. The archive\n\t\tmay be a zfs, cpio, or tar archive. It may be compressed with\n\t\tgzip or bzip2.\n\t-d\tCopy the specified directory into a new zone boot environment\n\t\tthen attach the zone boot environment.\n\t-z\tAttach the specified zone boot environment.")
34 m_use_install=$(gettext "Warning: The -a and -d options to the attach subcommand may be removed in a\nfuture release of Solaris. Use of the install subcommand is recommended.")
39 f_multiple_extractions=$(gettext "Zone already has one or more extracted zone boot environments.\nUse 'zoneadm -z <zone> attach -z <zbe>' to attach an existing zbe.\n")
55 # If the attach failed then clean up the ZFS datasets we created.
127 set -A ATTACH_Z_COMMAND zoneadm -z "${zone.name}" attach -z "<zbe>"
129 # Other brand attach options are invalid for this brand.
203 # Be sure that a previous attach
[all...]
H A Dimage_install.ksh135 set -A ATTACH_Z_COMMAND zoneadm -z "${zone.name}" attach -z "<zbe>" -u
167 # attach doesn't have an "unconfigure" option, so if
168 # attach -z will be needed, provide an appropriate
212 start_log zone attach "${save_args[@]}"
229 # We've made it far enough that attach can fix it.
H A Dcommon.ksh59 # Used by install and attach during argument processing
64 f_gz_image=$(gettext "Cannot attach global zone image")
86 m_again_with_dash_z=$(gettext "Use the following command to attach a specific zone boot environment:\n%s")
519 # Install and attach need different messages. m_usage_dash_z should
520 # be defined in the brand's install and attach scripts.
567 # be required, but it should not prevent the attach.
798 # min: The mininal updates required to attach the
803 # and the historical -u option to attach.
882 # prevent attach of a image with a different architecture
894 # the zone variant is set to nonglobal.) The attach operatio
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A DMakefile26 PROGS = attach clone detach image_install p2v postattach poststate \
H A Dattach.ksh50 # If the attach failed then clean up the ZFS datasets we created.
105 # Other brand attach options are invalid for this brand.
165 start_log zone attach "${save_args[@]}"
/osnet-11/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.com12 attach.o \
61 $(SRCDIR)/attach.c \
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1296 * attach command is sent to all of the nodes using commd. This keeps
1508 md_mn_msg_meta_db_attach_t attach; local
1528 attach.msg_l_dev = np->dev;
1529 attach.msg_cnt = dbcnt;
1530 attach.msg_dbsize = dbsize;
1531 (void) strncpy(attach.msg_dname, cinfo->dname,
1532 sizeof (attach.msg_dname));
1533 (void) splitname(np->bname, &attach.msg_splitname);
1534 attach.msg_options = options;
1537 attach
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1220 * DLPI link so attach and ignore rest.
1223 goto attach;
1229 * Succeeded opening the link and verified it is style2. Now attach to
1235 attach:
1264 * For DLPI style 2 providers, an explicit attach of PPA is required.

Completed in 107 milliseconds