Searched defs:users (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmenu.h38 /* Allowed users. */
39 const char *users; member in struct:grub_menu_entry
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_client.c136 directory_entry_rpc *users; local
175 users = dr.directory_results_rpc_u.entries.entries_val;
180 de = copy_directory_entry(&del[i], &users[i]);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c32 {"users", 2, 0,
70 const char *users, const char *hotkey,
111 if (users)
113 menu_users = grub_strdup (users);
170 (*last)->users = menu_users;
69 grub_normal_add_menu_entry(int argc, const char **args, char **classes, const char *users, const char *hotkey, const char *prefix, const char *sourcecode, int submenu) argument
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c37 static struct grub_auth_user *users = NULL; variable in typeref:struct:grub_auth_user
46 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
61 grub_list_push (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
70 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
76 grub_list_remove (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
92 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
108 grub_list_push (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
118 cur = grub_named_list_find (GRUB_AS_NAMED_LIST (users), user);
124 grub_list_remove (GRUB_AS_LIST_P (&users), GRUB_AS_LIST (cur));
143 FOR_LIST_ELEMENTS (user, users)
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c76 ns_ldap_attr_t *users, *groups; local
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
115 if (!(users == NULL || users->attrvalue == NULL)) {
117 for (i = 0; i < users->value_count; i++) {
118 if (users->attrvalue[i] == NULL) {
124 users->attrvalue[i]);
128 users->attrvalue[i]);
H A Dgetgrent.c98 * affects the users who use the ODSEE or OpenLDAP servers.
143 * -- users
185 int users; member in struct:__anon2780
940 pres->users = 1;
948 /* found a posixGroup dn, pack up the users and dns */
956 pres->users++;
1282 * of recursion is reached. The users or groups could be from the nscd
1354 /* add all users to the member list */
1355 for (i = pres->users; --i >= 0; ) {
1526 char *dn, **users; local
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dgetprojent.c379 char *users, *groups; local
433 if ((users = gettok(&next, ':')) == NULL) {
435 * users field should not be last field
460 p = gettok(&users, ',');
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c59 char *users; member in union:hash_data_s::__anon1610
199 char *p = strdup(data->u.users);
210 data->path, data->node, data->u.users, user);
275 * CFG_USER_LAST: User successfuly removed; no other users registered
366 char *p = strdup(data->u.users);
387 /* old user skipped; add in remaining users */
472 * of users of that volume).
519 * of users of that volume).
589 char **entry, *path, *cnode, *users; local
625 if (!(users
921 make_dsvol_data(char *path, char *cnode, char *users, int set) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2059 STRVAL(users[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],

Completed in 54 milliseconds