HomeSort by relevance Sort by last modified time
    Searched defs:cb_ops (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xnbe.c 106 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
133 &cb_ops, /* devo_cb_ops */
xnbo.c 666 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
693 &cb_ops, /* devo_cb_ops */
  /onnv/onnv-gate/usr/src/uts/common/io/
cpc.c 834 static struct cb_ops cb_ops = { variable in typeref:struct:cb_ops
904 &cb_ops,
  /onnv/onnv-gate/usr/src/uts/common/sys/
devops.h 56 * cb_ops: Leaf device drivers or bus nexus drivers supporting
83 struct cb_ops { struct
113 int cb_rev; /* cb_ops version number */
322 * to the bus_ops and/or cb_ops parts.
391 struct cb_ops *devo_cb_ops; /* cb_ops pointer for leaf drivers */
414 * XXflag is driver flag (cb_flag) in cb_ops,
418 * cb_##XXname is the name of the internally defined cb_ops struct.
420 * uses cb_XXname as name of static cb_ops structure.
430 static struct cb_ops cb_##XXname = {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sv/
sv.c 32 * device driver by changing function pointers in the cb_ops
179 * cb_ops functions.
200 static struct cb_ops sv_cb_ops = {
782 struct cb_ops *cb_ops; local
794 * back the cb_ops pointers so that the cache flushes before new
809 cb_ops = maj->sm_dev_ops->devo_cb_ops;
811 cb_ops = NULL;
813 if (cb_ops && maj->sm_strategy != NULL) {
814 cb_ops->cb_strategy = maj->sm_strategy
903 struct cb_ops *cb_ops; local
    [all...]

Completed in 120 milliseconds