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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfc.h435 /** Active users of this upper-layer protocol
439 * fabric. This list records the number of active users of
443 struct list_head users; member in struct:fc_ulp
456 /** List of users */
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c74 /* TRUE if have scanned users */
77 /* List of users */
78 GList *users; member in struct:__anon2092
129 #define USER_CONFIG_FILE "/etc/lightdm/users.conf"
154 for (link = priv->users; link; link = link->next)
205 GList *users = NULL, *old_users, *new_users = NULL, *changed_users = NULL, *link; local
221 value = g_key_file_get_string (config, "UserList", "hidden-users", NULL);
251 /* Ignore system users */
255 /* Ignore users disabled by shell */
263 /* Ignore certain users */
[all...]

Completed in 47 milliseconds