Searched refs:users (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | user.c | 74 /* 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...] |
/vbox/src/VBox/Installer/linux/scripts/ |
H A D | VBoxHeadlessXOrg.sh | 115 List of users who will have access to the X servers started and for whom we 128 command creates an authority file for each of the users in the list 141 information to VirtualBox extra data for each of the users in the list
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fc.c | 1367 /* Close peer if there are no active users */ 1583 assert ( list_empty ( &ulp->users ) ); 1612 list_add ( &user->list, &ulp->users ); 1628 list_check_contains_entry ( user, &ulp->users, list ); 1630 /* Detach user and log out if no users remain */ 1632 if ( list_empty ( &ulp->users ) ) 1706 /* Notify users of link state change */ 1707 list_for_each_entry_safe ( user, tmp, &ulp->users, list ) { 1742 /* Notify users of link state change */ 1743 list_for_each_entry_safe ( user, tmp, &ulp->users, lis [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | fc.h | 435 /** 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/os2/VBoxSF/ |
H A D | VBoxSFA.asm | 139 ; @users eax, edx, ecx 155 ; @users eax, ecx 172 ; @users eax, ecx 188 ; @users eax, ecx
|
Completed in 55 milliseconds