Searched refs:qops (Results 1 – 3 of 3) sorted by relevance
238 char **qops in __gss_get_mech_info() argument244 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()
859 mdb_qops_install(const mdb_qops_t *qops, uintptr_t qinit_addr) in mdb_qops_install() argument864 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() argument883 if (qip->qi_addr == qinit_addr && qip->qi_ops == qops) { in mdb_qops_remove()
103 char **qops /* buffer for return qops */