Searched refs:DACF_OPID_END (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | dacf.h | 48 DACF_OPID_END = 0, /* mark end of array of dacf_op's */ enumerator
|
/titanic_50/usr/src/uts/common/io/ |
H A D | net_dacf.c | 49 { DACF_OPID_END, NULL },
|
H A D | consconfig_dacf.c | 242 { DACF_OPID_END, NULL }, 248 { DACF_OPID_END, NULL },
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dacf.c | 847 if (p->opset_ops[nelems].op_id == DACF_OPID_END) { in dacf_destroy_opsets() 882 if ((src->opset_ops[nelems].op_id == DACF_OPID_END) || in dacf_opset_copy() 898 dst->opset_ops[nelems].op_id = DACF_OPID_END; in dacf_opset_copy() 992 for (i = 0; opset->opset_ops[i].op_id != DACF_OPID_END; i++) { in dacf_op_invoke()
|
H A D | dacf_clnt.c | 358 { DACF_OPID_END, NULL },
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 107 { DACF_OPID_END, NULL },
|