Searched defs:child_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c1152 * child_type - the child object type.
1160 int child_type
1166 if (child_type == TYPE_OF_CHILD[base->type][i]) {
1183 * child_type - the child object type.
1191 int child_type
1194 uint32_t **pp = get_child_p(base, child_type);
2728 * child_type - the type of the child object.
2802 * child_type - the type of the child object.
3348 uint32_t child_type = lcp->data[1].ui; local
3354 cuidp = get_child_t(obj, child_type);
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c5405 /* return child_type results */
5426 int child_type; local
5436 child_type = scsi_device_createchild(self, addr, se, sdprobe,
5448 switch (child_type) {

Completed in 69 milliseconds