Lines Matching defs:iscsi
381 * caculate the hash value of an iscsi storage node object.
383 * p - the pointer pointers to iscsi storage node object or
385 * of an iscsi storage node object.
405 /* p pointers to an iscsi storage node object */
905 * hash table for iscsi storage node objects.
1767 * iscsi - the iscsi storage node object.
1779 const isns_obj_t *iscsi, *portal;
1791 iscsi = p1;
1794 iscsi = p2;
1797 name = &iscsi->attrs[ATTR_INDEX_ISCSI(ISNS_ISCSI_NAME_ATTR_ID)];
1832 *refp = get_obj_uid(iscsi);
1837 (void) set_parent_obj(pg, get_parent_uid(iscsi));
1926 * pg_key1 - the pointer of iscsi storage node name for returning.
1952 /* keep the iscsi storage node name for */
1954 /* followed with a PGT by the iscsi storage node */
1959 /* parse one iscsi storage node object */
2169 /* the pg iscsi storage node name is */
2173 /* copy pg iscsi storage node name */
2209 * pgt - the size-3 array of pointers which have the pg iscsi storage
2249 /* expect pg iscsi storage node name only */
2253 /* to a pg tag and we have the iscsi storage */
2267 /* copy pg iscsi storage node name & pgt */
2300 * iscsi storage node object or the ip addr of a portal object.
2340 /* pg iscsi storage node name is */
2359 /* iscsi storage node or portal object */
2422 * iscsi storage node object or the ip addr of a portal object.
3014 * object which references to a iscsi stroage node and/or a portal
3018 * iscsi- the ref'ed iscsi storage node object.
3027 const isns_obj_t *iscsi,
3034 lcp->type = TYPE_OF_REF[iscsi->type][0];
3036 /* extrace the matching attributes from iscsi storage node object */
3037 while (iscsi != NULL &&
3039 REF_MATCH_OPS[iscsi->type][i] > 0) {
3040 lcp->id[i] = REF_MATCH_ID2[iscsi->type][i];
3041 lcp->op[i] = REF_MATCH_OPS[iscsi->type][i];
3042 lcp->data[i].ptr = iscsi->attrs[
3043 REF_MATCH_ID1[iscsi->type][i]].value.ptr;
3079 /* extrace the matching attributes from iscsi storage node object */