Lines Matching defs:op

520 		if (lcp->op[0] == OP_STRING) {
1223 while (i < MAX_LOOKUP_CTRL && lcp->op[i] > 0 && match) {
1225 switch (lcp->op[i]) {
1272 uint32_t id, op;
1277 op = KEY_ATTR_OP[type][i];
1278 if (op != 0) {
1281 lcp->op[i] = op;
1856 * op - the operating attributes.
1865 isns_tlv_t **op,
1877 tmp = *op;
1912 *op = tmp;
1927 * op - the operating attributes.
1937 isns_tlv_t **op,
1949 tmp = *op;
1977 *op = tmp;
1993 * op - the operating attributes.
2004 isns_tlv_t **op,
2018 tmp = *op;
2070 *op = tmp;
2084 * op - the operating attributes.
2093 isns_tlv_t **op,
2105 tmp = *op;
2125 *op = tmp;
2141 * op - the operating attributes.
2151 isns_tlv_t **op,
2164 tmp = *op;
2194 *op = tmp;
2211 * op - the operating attributes.
2221 isns_tlv_t **op,
2236 tmp = *op;
2283 *op = tmp;
2303 * op - the operating attributes.
2313 isns_tlv_t **op,
2328 switch ((*op)->attr_id) {
2330 ec = reg_get_iscsi(p, &pgt[0], op, op_len);
2335 ec = reg_get_portal(p, &pgt[0], &pgt[1], op, op_len);
2342 ec = reg_get_pg1(p, pgt, op, op_len);
2345 ec = reg_get_pg(p, op, op_len);
2353 ec = reg_get_pg2(p, pgt, op, op_len);
2366 pgt[2].len = (*op)->attr_len;
2368 switch ((*op)->attr_len) {
2371 &(*op)->attr_value[0]);
2382 NEXT_TLV(*op, *op_len);
2383 ec = reg_get_obj(p, pgt, op, op_len);
2425 * op - the operating attributes.
2531 uint32_t id, op;
2591 op = KEY_ATTR_OP[type][i];
2592 if (op != 0) {
3002 lc.op[0] = OP_STRING;
3004 lc.op[1] = 0;
3041 lcp->op[i] = REF_MATCH_OPS[iscsi->type][i];
3053 lcp->op[i] = REF_MATCH_OPS[portal->type][j];
3061 lcp->op[i] = 0;
3083 lcp->op[i] = REF_MATCH_OPS[t][i];
3090 lcp->op[i] = 0;
3919 lc.op[0] = OP_STRING;
3920 lc.op[1] = 0;