Lines Matching defs:lp

535 	rc_node_lookup_t *lp = &cp->ci_base_nl;
546 lp->rl_main_id = main_id;
551 np = rc_node_setup(np, lp, name, cp->ci_parent);
568 rc_node_lookup_t *lp = &cp->ci_base_nl;
583 lp->rl_main_id = main_id;
588 np = rc_node_setup_snapshot(np, lp, name, snap_id, cp->ci_parent);
606 rc_node_lookup_t *lp = &cip->ci_base_nl;
618 lp->rl_main_id = main_id;
634 pg = rc_node_setup_pg(newnode, lp, name, type, flags, gen_id,
712 rc_node_lookup_t *lp = &cp->ci_base_nl;
736 lp->rl_main_id = main_id;
807 rc = rc_node_create_property(cp->ci_parent, lp, name, type,
1195 * _TYPE_MISMATCH - lp is not for a service
1196 * _INVALID_TYPE - lp has invalid type
1200 scope_query_child(backend_query_t *q, rc_node_lookup_t *lp, const char *name)
1202 uint32_t type = lp->rl_type;
1224 scope_insert_child(backend_tx_t *tx, rc_node_lookup_t *lp, const char *name)
1229 lp->rl_main_id, name));
1234 * _TYPE_MISMATCH - lp is not for an instance or property group
1235 * _INVALID_TYPE - lp has invalid type
1239 service_query_child(backend_query_t *q, rc_node_lookup_t *lp, const char *name)
1241 uint32_t type = lp->rl_type;
1256 name, lp->rl_ids[ID_SERVICE]);
1262 name, lp->rl_ids[ID_SERVICE]);
1277 service_insert_child(backend_tx_t *tx, rc_node_lookup_t *lp, const char *name)
1283 lp->rl_main_id, name, lp->rl_ids[ID_SERVICE]));
1291 instance_insert_child(backend_tx_t *tx, rc_node_lookup_t *lp, const char *name)
1297 lp->rl_main_id, lp->rl_ids[ID_INSTANCE], name));
1302 * _TYPE_MISMATCH - lp is not for a property group or snapshot
1303 * _INVALID_TYPE - lp has invalid type
1307 instance_query_child(backend_query_t *q, rc_node_lookup_t *lp, const char *name)
1309 uint32_t type = lp->rl_type;
1324 name, lp->rl_ids[ID_INSTANCE]);
1330 name, lp->rl_ids[ID_INSTANCE]);
1341 generic_insert_pg_child(backend_tx_t *tx, rc_node_lookup_t *lp,
1344 int parent_id = (lp->rl_ids[ID_INSTANCE] != 0)?
1345 lp->rl_ids[ID_INSTANCE] : lp->rl_ids[ID_SERVICE];
1350 lp->rl_main_id, name, parent_id, pgtype, flags, gen));
1541 rc_node_lookup_t *lp = &cip->ci_base_nl;
1560 if ((rc = (*ip->obj_query_child)(q, lp, name)) !=
1575 if ((lp->rl_main_id = backend_new_id(tx,
1583 if ((rc = (*ip->obj_insert_child)(tx, lp, name)) !=
1653 rc_node_lookup_t *lp = &ci.ci_base_nl;
1672 if ((rc = (*ip->obj_query_child)(q, lp, name)) !=
1679 lp->rl_backend = BACKEND_TYPE_NORMAL;
1683 lp->rl_backend = BACKEND_TYPE_NONPERSIST;
1725 if ((lp->rl_main_id = backend_new_id(tx_wr,
1736 if ((rc = (*ip->obj_insert_pg_child)(tx_wr, lp, name, pgtype, flags,
1748 *cpp = rc_node_setup_pg(np, lp, name, pgtype, flags, gen, ci.ci_parent);