Searched refs:rops (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c81 if (rops[i]->lock && (err = rops[i]->lock())) {
85 if (rops[i]->getpwnam) {
86 err = rops[i]->getpwnam(name, items, rep, &buf);
89 if ((err == PWU_SUCCESS) && rops[i]->update)
90 err = rops[i]->update(items, rep, buf);
92 if ((err == PWU_SUCCESS) && rops[i]->putpwnam)
93 err = rops[i]->putpwnam(name, oldpw, rep, buf);
95 if (rops[i]->unlock)
96 (void) rops[
[all...]
H A D__check_history.c71 if (rops[i]->checkhistory != NULL)
72 res = rops[i]->checkhistory(user, passwd, rep);
H A D__user_to_authenticate.c57 pwu_res = rops[i]->user_to_authenticate(name, rep,
H A D__get_authtoken_attr.c63 res = rops[i]->getattr(name, item, rep);
H A D__failed_count.c44 ops = rops[repnum];
117 ops = rops[repnum];
H A Dpasswdutil.h130 extern repops_t *rops[];
H A Dutils.c51 repops_t *rops[REP_LAST+1] = { variable
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local
100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops);
115 rops, wops, rbytes, wbytes, rerr, werr, cerr);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1687 OP *rops = Nullop; local
1702 o = my_kid(o, attrs, &rops);
1703 if (rops) {
1705 o = scalar(append_list(OP_LIST, (LISTOP*)rops, (LISTOP*)o));
1709 o = append_list(OP_LIST, (LISTOP*)o, (LISTOP*)rops);

Completed in 30 milliseconds