Searched refs:rops (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/passwdutil/ |
H A D | __set_authtoken_attr.c | 81 if (rops[i]->lock && (err = rops[i]->lock())) { in __set_authtoken_attr() 85 if (rops[i]->getpwnam) { in __set_authtoken_attr() 86 err = rops[i]->getpwnam(name, items, rep, &buf); in __set_authtoken_attr() 89 if ((err == PWU_SUCCESS) && rops[i]->update) in __set_authtoken_attr() 90 err = rops[i]->update(items, rep, buf); in __set_authtoken_attr() 92 if ((err == PWU_SUCCESS) && rops[i]->putpwnam) in __set_authtoken_attr() 93 err = rops[i]->putpwnam(name, oldpw, rep, buf); in __set_authtoken_attr() 95 if (rops[i]->unlock) in __set_authtoken_attr() 96 (void) rops[i]->unlock(); in __set_authtoken_attr()
|
H A D | __check_history.c | 71 if (rops[i]->checkhistory != NULL) in __check_history() 72 res = rops[i]->checkhistory(user, passwd, rep); in __check_history()
|
H A D | __failed_count.c | 45 ops = rops[repnum]; in __incr_failed_count() 104 ops = rops[repnum]; in __rst_failed_count()
|
H A D | __get_authtoken_attr.c | 63 res = rops[i]->getattr(name, item, rep); in __get_authtoken_attr()
|
H A D | __user_to_authenticate.c | 57 pwu_res = rops[i]->user_to_authenticate(name, rep, in __user_to_authenticate()
|
H A D | passwdutil.h | 137 extern repops_t *rops[];
|
H A D | utils.c | 48 repops_t *rops[REP_LAST+1] = { variable
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | util.c | 76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local 100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops); in show_vdev_stats() 115 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | ops_impl.h | 509 kcf_random_number_ops_params_t *rops = \ 514 rops->rn_sid = _sid; \ 515 rops->rn_buf = _buf; \ 516 rops->rn_buflen = _buflen; \ 517 rops->rn_entropy_est = _est; \ 518 rops->rn_flags = _flags; \
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1420 kcf_random_number_ops_params_t *rops = in common_submit_request() local 1427 err = KCF_PROV_SEED_RANDOM(pd, rops->rn_sid, in common_submit_request() 1428 rops->rn_buf, rops->rn_buflen, rops->rn_entropy_est, in common_submit_request() 1429 rops->rn_flags, rhndl); in common_submit_request() 1433 err = KCF_PROV_GENERATE_RANDOM(pd, rops->rn_sid, in common_submit_request() 1434 rops->rn_buf, rops->rn_buflen, rhndl); in common_submit_request()
|