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

/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/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);
/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/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)
/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/uts/common/io/cxgbe/t4nex/
H A Doffload.h121 int (*attach)(struct adapter *, void **); member in struct:uld_info
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c153 xenconssetup_avintr(struct xencons *xcp, int attach) argument
163 if (attach) {
277 * we don't want to do that since this attach thread
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1296 * attach command is sent to all of the nodes using commd. This keeps
1500 md_mn_msg_meta_db_attach_t attach; local
1520 attach.msg_l_dev = np->dev;
1521 attach.msg_cnt = dbcnt;
1522 attach.msg_dbsize = dbsize;
1523 (void) strncpy(attach.msg_dname, cinfo->dname,
1524 sizeof (attach.msg_dname));
1525 (void) splitname(np->bname, &attach.msg_splitname);
1526 attach.msg_options = options;
1529 attach
[all...]
/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/atu/
H A Datu.c1080 atu_load_microcode(struct atu_softc *sc, boolean_t attach) argument
1086 reset = attach ? USB_RESET_LVL_REATTACH : USB_RESET_LVL_DEFAULT;
1113 if (attach)
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1560 sysc_dr_err_decode(sysc_dr_handle_t *handle, dev_info_t *dip, int attach) argument
1574 if (attach)
1579 if (attach) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1175 __in boolean_t attach)
1193 * driver can attach to an unprivileged function. The datapath firmware
1196 MCDI_IN_SET_DWORD(req, DRV_ATTACH_IN_NEW_STATE, attach ? 1 : 0);
1212 if (attach == B_FALSE) {
1173 efx_mcdi_drv_attach( __in efx_nic_t *enp, __in boolean_t attach) argument
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c377 av[0] = "attach";
496 * iiadm -A (attach overflow)
3785 attach(char *shadow_volume) function
3830 /* can only attach an overflow volume to dependent, compact shadow */
3886 (void) dsw_group_or_single_op(2, argv, attach);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1707 boolean_t attach = B_FALSE; local
1729 attach = B_TRUE;
1774 if (attach)
1783 if (attach && err == Z_NO_ZONE)
1786 else if (attach && err == Z_INVALID_DOCUMENT)
1787 (void) fprintf(stderr, gettext("Cannot attach to an "

Completed in 271 milliseconds