Searched refs:accounts (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsalib.c54 * well known accounts
55 * local accounts
56 * domain accounts
269 * Lookup well known accounts table
403 * This function can be used to list the accounts in the specified
412 struct mslsa_EnumAccountBuf accounts; local
419 bzero(&accounts, sizeof (struct mslsa_EnumAccountBuf));
423 &accounts);
427 for (i = 0; i < accounts.entries_read; ++i) {
428 sid = accounts
[all...]
H A Dlsar_clnt.c982 * Enumerate the list of accounts (i.e. SIDs). Use the handle returned
987 * more accounts. A warning status of 0x1A indicates that no more data
988 * is available. The list of accounts will be returned in accounts.
994 struct mslsa_EnumAccountBuf *accounts)
1004 if (lsa_handle == NULL || enum_context == NULL || accounts == NULL)
1007 accounts->entries_read = 0;
1008 accounts->info = 0;
1039 accounts->entries_read = n_entries;
1040 accounts
993 lsar_enum_accounts(mlsvc_handle_t *lsa_handle, DWORD *enum_context, struct mslsa_EnumAccountBuf *accounts) argument
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dwschr.s40 .align 8 / accounts for .loop alignment and prolog
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dwschr.s40 .align 8 / accounts for .loop alignment and prolog

Completed in 18 milliseconds