Home
last modified time | relevance | path

Searched refs:cb_deviceset_props (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h40 struct cb_deviceset_props { struct
41 struct cb_deviceset_props *next; argument
H A Dcardbus.h62 struct cb_deviceset_props *cb_dsp;
H A Dcardbus.c139 static void cardbus_add_prop(struct cb_deviceset_props *cdsp, int type,
141 static void cardbus_add_stringprop(struct cb_deviceset_props *cdsp,
144 static void cardbus_devprops_free(struct cb_deviceset_props *cbdp);
534 struct cb_deviceset_props *cbdp, *ncbdp; in cardbus_detach()
1527 cardbus_add_prop(struct cb_deviceset_props *cdsp, int type, char *name, in cardbus_add_prop()
1544 cardbus_add_stringprop(struct cb_deviceset_props *cdsp, char *name, in cardbus_add_stringprop()
1573 cardbus_devprops_free(struct cb_deviceset_props *cbdp) in cardbus_devprops_free()
1608 struct cb_deviceset_props *cdsp; in cardbus_parse_devprop()
H A Dcardbus_cfg.c2895 struct cb_deviceset_props *cdsp = cbp->cb_dsp; in cardbus_probe_children()