Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c236 char **qops in __gss_get_mech_info() argument
242 if (!qops) in __gss_get_mech_info()
244 *qops = NULL; in __gss_get_mech_info()
257 qops[cnt++] = qop_num_pairs[i].qop; in __gss_get_mech_info()
260 qops[cnt] = NULL; in __gss_get_mech_info()
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssapi_ext.h103 char **qops /* buffer for return qops */
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c861 mdb_qops_install(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_install() argument
866 qip->qi_ops = qops; in mdb_qops_install()
872 qip->qi_ops = qops; in mdb_qops_install()
880 mdb_qops_remove(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_remove() argument
885 if (qip->qi_addr == qinit_addr && qip->qi_ops == qops) { in mdb_qops_remove()