Home
last modified time | relevance | path

Searched refs:cbdp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c322 struct zsd_cb_data *cbdp; in zsd_print() local
328 cbdp = (struct zsd_cb_data *)privatep; in zsd_print()
334 if (cbdp->keygiven == TRUE && cbdp->key != entry.zsd_key) in zsd_print()
339 if (cbdp->voptgiven == TRUE) in zsd_print()
343 if (cbdp->keygiven == TRUE) { in zsd_print()
344 cbdp->found = TRUE; in zsd_print()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c536 cbdp = cbp->cb_dsp; in cardbus_detach()
537 while (cbdp) { in cardbus_detach()
538 ncbdp = cbdp->next; in cardbus_detach()
539 cardbus_devprops_free(cbdp); in cardbus_detach()
540 cbdp = ncbdp; in cardbus_detach()
1577 propp = cbdp->prop_list; in cardbus_devprops_free()
1583 if (cbdp->nodename) in cardbus_devprops_free()
1584 kmem_free(cbdp->nodename, strlen(cbdp->nodename) + 1); in cardbus_devprops_free()
1585 if (cbdp->binding_name) in cardbus_devprops_free()
1586 kmem_free(cbdp->binding_name, strlen(cbdp->binding_name) + in cardbus_devprops_free()
[all …]