Home
last modified time | relevance | path

Searched refs:qops (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libgss/
H A Dg_utils.c238 char **qops in __gss_get_mech_info() argument
244 if (!qops) in __gss_get_mech_info()
246 *qops = NULL; in __gss_get_mech_info()
259 qops[cnt++] = qop_num_pairs[i].qop; in __gss_get_mech_info()
262 qops[cnt] = NULL; in __gss_get_mech_info()
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c859 mdb_qops_install(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_install() argument
864 qip->qi_ops = qops; in mdb_qops_install()
870 qip->qi_ops = qops; in mdb_qops_install()
878 mdb_qops_remove(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_remove() argument
883 if (qip->qi_addr == qinit_addr && qip->qi_ops == qops) { in mdb_qops_remove()
/titanic_41/usr/src/uts/common/gssapi/
H A Dgssapi_ext.h103 char **qops /* buffer for return qops */