Home
last modified time | relevance | path

Searched refs:nextprop (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1028 picl_prophdl_t nextprop; in remove_picl_node() local
1046 err = ptree_get_next_by_row(nextprop, &nextprop); in remove_picl_node()
1078 &nextprop); in remove_picl_node()
1106 err = ptree_get_next_by_col(nextprop, &nextprop); in remove_picl_node()
2695 picl_prophdl_t nextprop; in get_dimm_status() local
2755 err = ptree_get_next_by_row(nextprop, &nextprop); in get_dimm_status()
2780 err = ptree_get_next_by_col(nextprop, &nextprop); in get_dimm_status()
2847 err = ptree_get_next_by_col(nextprop, &nextprop); in get_dimm_status()
2866 picl_prophdl_t nextprop; in get_cpu_status() local
2889 err = ptree_get_next_by_row(nextprop, &nextprop); in get_cpu_status()
[all …]
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_stree.c62 static char *nextprop(prom_node_t *pnp, char *name);
188 propname = nextprop(pnp, name); in promif_stree_nextprop()
253 nextprop(prom_node_t *pnp, char *name) in nextprop() function
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_emul.c261 nextprop(prom_node_t *pnp, char *name) in nextprop() function
292 s = nextprop(pnp, name); in promif_nextprop()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1990 if ((nextprop = fill_prop(prop, in scf_simple_app_props_get()
1993 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
1994 thisprop = nextprop; in scf_simple_app_props_get()
2001 nextprop = thisprop; in scf_simple_app_props_get()
2003 nextprop->pr_pg = nextpg; in scf_simple_app_props_get()
2004 nextprop->pr_next = NULL; in scf_simple_app_props_get()
2125 thisprop->pr_next = nextprop; in scf_simple_app_props_get()
2126 thisprop = nextprop; in scf_simple_app_props_get()
2134 nextprop = thisprop; in scf_simple_app_props_get()
2136 nextprop->pr_pg = nextpg; in scf_simple_app_props_get()
[all …]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c155 char *next = line, *prop, *nextprop, *propname, *proptypestr, *nextval; in nwam_line_to_object() local
177 NWAM_FILE_PROP_DELIMITER, &nextprop)) != NULL) { in nwam_line_to_object()
335 prop = nextprop; in nwam_line_to_object()
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c566 picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nextprop) in picl_get_next_prop() argument
586 *nextprop = ret->ret_nextattr.nextattr; in picl_get_next_prop()