Home
last modified time | relevance | path

Searched refs:prop_next (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c217 npp->prop_next = NULL; in get_proplist()
221 plast->prop_next = npp; in get_proplist()
236 for (prop = plist; prop != NULL; prop = prop->prop_next) in get_propval()
/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.h55 struct prop *prop_next; member
H A Dpoolcfg.y512 prop = prop->prop_next)
515 prev->prop_next = $1;
526 prop = prop->prop_next)
529 prev->prop_next = $3;
1237 prop = prop->prop_next; in free_cmd()
1375 for (prop = cmd->cmd_prop_list; prop != NULL; prop = prop->prop_next) { in prop_list_walk()
1555 for (prop = cmd->cmd_prop_list; prop != NULL; prop = prop->prop_next) { in process_min_max()
/titanic_41/usr/src/cmd/mdb/common/modules/usba/
H A Dusba.c69 p = (uintptr_t)prop.prop_next; in mdb_usba_is_root_hub()
/titanic_41/usr/src/uts/common/sys/
H A Dddipropdefs.h56 struct ddi_prop *prop_next; member
H A Ddevinfo_impl.h369 di_off_t prop_next; /* next property linkage */ member
/titanic_41/usr/src/uts/intel/promif/
H A Dprom_emul.c95 hwprop = hwprop->prop_next; in promif_create_node()
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2567 char *prop_next; in parse_props_string() local
2580 prop_next = strchr(prop_val, ':'); in parse_props_string()
2581 if (prop_next == NULL) in parse_props_string()
2583 *prop_next++ = '\0'; in parse_props_string()
2584 return (prop_next); in parse_props_string()
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c1109 for (propp = *list_head; propp != NULL; propp = propp->prop_next) { in i_ddi_prop_search()
1156 propp = (ddi_prop_t *)propp->prop_next) { in i_ddi_search_global_prop()
3335 new_propp->prop_next = propp; in ddi_prop_add()
4101 for (propp = *list_head; propp != NULL; propp = propp->prop_next) { in ddi_prop_remove_common()
4110 *list_head = propp->prop_next; in ddi_prop_remove_common()
4112 lastpropp->prop_next = propp->prop_next; in ddi_prop_remove_common()
H A Ddevcfg.c2387 ddi_prop_t *next = prop->prop_next; in i_ddi_prop_list_delete()
2409 for (; prop != NULL; prop = prop->prop_next) { in i_ddi_prop_list_dup()
2432 prev->prop_next = copy; in i_ddi_prop_list_dup()
H A Dmodsysfile.c3240 props = &(*props)->prop_next; in add_props()
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1540 propp->prop_next = cdsp->prop_list; in cardbus_add_prop()
1580 npropp = propp->prop_next; in cardbus_devprops_free()
H A Dcardbus_cfg.c2929 propp = propp->prop_next) { in cardbus_probe_children()
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c2844 me->prop_next = off; in di_path_getprop()
2847 me->prop_next = 0; in di_path_getprop()
3202 prop; plp = &pl->pl_next, prop = prop->prop_next) { in di_getprop()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c835 p = prop.prop_next; in devinfo_print_props()
/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c3428 for (propp = head; propp != NULL; propp = propp->prop_next) { in ibnex_lookup_named_prop()