Searched defs:cb_ops (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbe.c106 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
133 &cb_ops, /* devo_cb_ops */
H A Dxnbo.c685 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
712 &cb_ops, /* devo_cb_ops */
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c834 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
904 &cb_ops,
/illumos-gate/usr/src/uts/common/sys/
H A Ddevops.h59 * cb_ops: Leaf device drivers or bus nexus drivers supporting
88 struct cb_ops { struct
118 int cb_rev; /* cb_ops version number */
346 * to the bus_ops and/or cb_ops parts.
415 struct cb_ops *devo_cb_ops; /* cb_ops pointer for leaf drivers */
438 * XXflag is driver flag (cb_flag) in cb_ops,
442 * cb_##XXname is the name of the internally defined cb_ops struct.
444 * uses cb_XXname as name of static cb_ops structure.
454 static struct cb_ops cb
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c34 * device driver by changing function pointers in the cb_ops
182 * cb_ops functions.
203 static struct cb_ops sv_cb_ops = {
785 struct cb_ops *cb_ops; local
797 * back the cb_ops pointers so that the cache flushes before new
812 cb_ops = maj->sm_dev_ops->devo_cb_ops;
814 cb_ops = NULL;
816 if (cb_ops && maj->sm_strategy != NULL) {
817 cb_ops
906 struct cb_ops *cb_ops; local
[all...]

Completed in 68 milliseconds