Searched defs:attach (Results 1 - 3 of 3) 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);
/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...]

Completed in 48 milliseconds