Home
last modified time | relevance | path

Searched refs:cdsp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus.c137 static void cardbus_add_prop(struct cb_deviceset_props *cdsp, int type,
139 static void cardbus_add_stringprop(struct cb_deviceset_props *cdsp,
1528 cardbus_add_prop(struct cb_deviceset_props *cdsp, int type, char *name, in cardbus_add_prop() argument
1540 propp->prop_next = cdsp->prop_list; in cardbus_add_prop()
1541 cdsp->prop_list = propp; in cardbus_add_prop()
1545 cardbus_add_stringprop(struct cb_deviceset_props *cdsp, char *name, in cardbus_add_stringprop() argument
1551 cardbus_add_prop(cdsp, DDI_PROP_TYPE_STRING, name, (caddr_t)nstr, in cardbus_add_stringprop()
1609 struct cb_deviceset_props *cdsp; in cardbus_parse_devprop() local
1611 cdsp = (struct cb_deviceset_props *)kmem_zalloc(sizeof (*cdsp), in cardbus_parse_devprop()
1651 cdsp->nodename = kmem_alloc( in cardbus_parse_devprop()
[all …]
H A Dcardbus_cfg.c2905 struct cb_deviceset_props *cdsp = cbp->cb_dsp; in cardbus_probe_children() local
2912 for (cdsp = cbp->cb_dsp; cdsp; cdsp = cdsp->next) { in cardbus_probe_children()
2913 if (cdsp->binding_name && in cardbus_probe_children()
2915 cdsp->binding_name)) in cardbus_probe_children()
2917 if (cdsp->venid && (cdsp->venid != venid)) in cardbus_probe_children()
2919 if (cdsp->devid && (cdsp->devid != devid)) in cardbus_probe_children()
2921 if (cdsp->nodename) { in cardbus_probe_children()
2923 cdsp->nodename, in cardbus_probe_children()
2928 for (propp = cdsp->prop_list; propp; in cardbus_probe_children()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_diff.c819 ctf_diff_init(ctf_file_t *ifp, ctf_file_t *ofp, ctf_diff_t **cdsp) in ctf_diff_init() argument
857 *cdsp = cds; in ctf_diff_init()