Searched refs:auths (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c58 } auths[] = { local
65 for (i = 0; auths[i].name != NULL; i++) {
66 if (auths[i].val) {
68 auths[i].name, auths[i].val) != 0) {
71 __func__, auths[i].name);
79 } auths[] = { local
87 for (i = 0; auths[i].name != NULL; i++) {
88 if (auths[i].val) {
90 auths[
101 } auths[] = { local
[all...]
H A Dtopo_xml.c2113 const char *auths[MAX_AUTH_TYPES][MAX_AUTHS] = { local
2137 mfg = xmlGetProp(cursor, (xmlChar *)auths[i][MFG]);
2138 name = xmlGetProp(cursor, (xmlChar *)auths[i][NAME]);
2139 part = xmlGetProp(cursor, (xmlChar *)auths[i][PART]);
2140 serial = xmlGetProp(cursor, (xmlChar *)auths[i][SERIAL]);
/osnet-11/usr/src/lib/libsecdb/help/
H A DMakefile27 SUBDIRS = auths profiles
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java517 Hashtable auths = null;
519 auths = ((SSrvReg)rqst).URLSignature;
521 auths = ((SSrvDereg)rqst).URLSignature;
528 Enumeration abs = auths.elements();
H A DServiceTable.java329 // Now we've got it, after much effort. Get the auths.
989 Hashtable auths = (Hashtable) signatures.get(aSurl);
991 AuthBlock.getEquivalentAuth(req.spi, auths);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dchkauthattr.c51 * Enumeration functions for auths and profiles; the enumeration functions
60 * Both the auths and the profiles arguments may be NULL.
245 * true when the user is root; while we enumerating the auths, we compare
262 char *auth, *last, *auths; local
271 COPYTOSTACK(auths, cauths)
273 while (auth = strtok_r(auths, KV_SEPSTR, &last)) {
274 auths = NULL; /* For next iterations of strtok_r */
/osnet-11/usr/src/lib/libsecdb/help/auths/
H A DMakefile25 # lib/libsecdb/help/auths/Makefile
236 AUTHDIR=$(HELPDIR)/auths
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c167 #define DTD_ATTR_AUTHS (const xmlChar *) "auths"
238 { "auths", DTD_ATTR_AUTHS },
8795 zonecfg_valid_auths(const char *auths, const char *zonename) argument
8803 tmpauths = strdup(auths);
8955 * Add auths for this zone
9074 * removed admin assignments, using an empty auths string.
9084 char *auths, char *zonename)
9097 char *new_auth_start; /* string containing the new auths */
9183 right = strtok_r(auths, ",", &lasts);
9203 * and the new auths ar
9083 zonecfg_authorize_user_impl(zone_dochandle_t handle, char *user, char *auths, char *zonename) argument
9237 char auths[MAXAUTHS]; local
[all...]

Completed in 58 milliseconds