Searched defs:auths (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_auth.c | 58 } 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 D | topo_xml.c | 2113 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/libc/port/gen/ |
H A D | chkauthattr.c | 51 * 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/libzonecfg/common/ |
H A D | libzonecfg.c | 167 #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 53 milliseconds