Searched refs:dstinfo (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 1475 typedef struct dstinfo { struct 1511 rule_isdst(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) in rule_isdst() argument 1515 IN6_ARE_ADDR_EQUAL(&bc->cand_srcaddr, dstinfo->dst_addr); in rule_isdst() 1520 IN6_ARE_ADDR_EQUAL(&cc->cand_srcaddr, dstinfo->dst_addr); in rule_isdst() 1538 rule_scope(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) in rule_scope() argument 1549 if (cc->cand_scope < dstinfo->dst_scope) in rule_scope() 1554 if (bc->cand_scope < dstinfo->dst_scope) in rule_scope() 1568 rule_deprecated(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, in rule_deprecated() argument 1597 rule_preferred(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, in rule_preferred() argument 1621 rule_interface(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, in rule_interface() argument [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
H A D | psvcplugin.c | 201 struct proj_prop *dstinfo; in fan_speed_read() local 206 err = projected_lookup(rarg->proph, &dstinfo); in fan_speed_read() 278 err = ptree_get_propval_by_name(dstinfo->dst_node, in fan_speed_read() 279 dstinfo->name, buf, propinfo.piclinfo.size); in fan_speed_read() 302 ptree_propinfo_t dstinfo; in load_projected_properties() local 407 err = ptree_get_propinfo(dst_prophdl, &dstinfo); in load_projected_properties() 410 if (strcmp(dst_prop, dstinfo.piclinfo.name) == 0) in load_projected_properties() 422 propinfo.piclinfo.type = dstinfo.piclinfo.type; in load_projected_properties() 424 propinfo.piclinfo.size = dstinfo.piclinfo.size; in load_projected_properties()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 973 struct proj_prop *dstinfo; in projected_read() local 976 err = projected_lookup(rarg->proph, &dstinfo); in projected_read() 985 err = ptree_get_propval_by_name(dstinfo->dst_node, in projected_read() 986 dstinfo->name, buf, propinfo.piclinfo.size); in projected_read() 996 struct proj_prop *dstinfo; in projected_write() local 999 err = projected_lookup(warg->proph, &dstinfo); in projected_write() 1007 err = ptree_update_propval_by_name(dstinfo->dst_node, in projected_write() 1008 dstinfo->name, buf, propinfo.piclinfo.size); in projected_write() 1266 ptree_propinfo_t dstinfo; in load_projected_properties() local 1347 err = ptree_get_propinfo(dst_prophdl, &dstinfo); in load_projected_properties() [all …]
|