Home
last modified time | relevance | path

Searched refs:qstate (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dverify.c69 int qstate; local
73 NULL, &qstate, KG_TOK_MIC_MSG);
75 *qop_state = (gss_qop_t) qstate;
H A Dunseal.c75 int qstate;
79 conf_state, &qstate, KG_TOK_WRAP_MSG);
81 *qop_state = (gss_qop_t) qstate;
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h110 qstate_t qstate; member
153 qstate_t qstate; member
181 qstate_t qstate; member
231 qstate_t qstate; member
273 qstate_t qstate; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c638 wq->qstate = QCREATED; in oce_wq_create()
671 if (wq->qstate == QCREATED) { in oce_wq_del()
679 wq->qstate = QDELETED; in oce_wq_del()
874 rq->qstate = QCREATED; in oce_rq_create()
909 if (rq->qstate == QCREATED) { in oce_rq_del()
914 rq->qstate = QDELETED; in oce_rq_del()
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1655 int qstate = RI_QUERY_UNKNOWN; in add_query_state() local
1660 qstate = state2query(rcm_info_state(cached_tuple)); in add_query_state()
1664 if (nvlist_add_int32(client->usg_props, RI_QUERY_STATE, qstate) != 0 || in add_query_state()