Searched refs:users (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Duser_reg.c41 * TIPC user registry keeps track of users of the tipc_port interface.
68 static struct tipc_user *users = NULL; variable in typeref:struct:tipc_user
84 if (!users) {
85 users = kzalloc(USER_LIST_SIZE, GFP_ATOMIC);
86 if (users) {
88 users[i].next = i - 1;
94 return users ? TIPC_OK : -ENOMEM;
128 if (users[u].callback)
130 (unsigned long)&users[u]);
143 if (!users)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsa.h42 atomic_inc(&client->users);
47 if (atomic_dec_and_test(&client->users))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dclock.h27 u16 users; member in struct:clk
H A Dclock.c63 .users = 1, /* always on */
203 if (clk->users++ == 0 && clk->mode)
220 BUG_ON(clk->users == 0);
221 if (--clk->users == 0 && clk->mode)
295 if (clk->users)
329 if (clk->users)
392 seq_printf(s, "%-10s users=%2d %-3s %9ld Hz %s\n",
393 clk->name, clk->users, state, clk_get_rate(clk),
617 if (clk->users > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Ddomusers.exp2 # @(#) Test that all users are members of the Domain Users group.
11 # Get list of users and stick usernames in a hash
17 set users([lindex $user_elts 0]) 1
27 # Look for domain users group
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dclock.h25 u16 users; /* Enabled if non-zero */ member in struct:clk
H A Dclock.c48 if (clk->users++ == 0 && clk->mode)
66 if (clk->users == 0) {
72 if (--clk->users == 0 && clk->mode)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsambalp91 # Get the valid users
93 %users = ();
96 $users{$pwe[2]} = $pwe[0];
111 $name = $users{$uid};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback.c27 unsigned int users; member in struct:nfs_callback_data
77 if (nfs_callback_info.users == 0)
115 if (nfs_callback_info.users++ || nfs_callback_info.pid != 0)
145 nfs_callback_info.users--;
156 nfs_callback_info.users--;
158 if (nfs_callback_info.users != 0 || nfs_callback_info.pid == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-groups50 my($group, $pwd, $gid, $users) = split(/:/,$line);
53 $entry = migrate_group($entry,$group, $pwd, $gid, $users);
104 my($entry,$group, $pwd, $gid, $users) = @_;
114 my @users = split(',',$users);
115 # choose only unique users
117 foreach my $user (@users) {
120 @users = keys(%unique_users);
121 ($users) and $entry->replace( 'memberUid' => [ @users ] );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf23 <!-- Allow everything, including access to SetHostName to users of the group "netdev" -->
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Doptions.h44 struct list_of_struct_passwd *users; member in struct:group_of_users
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_rgmii.h34 int users; /* number of EMACs using this RGMII bridge */ member in struct:ibm_ocp_rgmii
H A Dibm_emac_rgmii.c119 ++dev->users;
168 BUG_ON(!dev || dev->users == 0);
176 if (!--dev->users) {
H A Dibm_emac_zmii.h36 int users; /* number of EMACs using this ZMII bridge */ member in struct:ibm_ocp_zmii
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb.conf79 # Allow users to map to guest:
118 # Unix users can map to different SMB User names
146 # template homedir determines the home directory for winbind users, with
151 # on the fly for authenticated users. Ensure that /etc/pam.d/samba is
157 # template shell determines the shell users authenticated by winbind get
218 # users via the Windows NT Tools (ie User Manager for Domains).
255 # passdb backends may be used, but users will only be added to the first one
280 # Seperate suffixes are available for machines, users, groups, and idmap, if
344 # This is an example for french users:
357 # the base of the share and ensure all users wil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dutil_sam_sid.c300 const known_sid_users *users = sid_name_map[i].known_users; local
302 if (users == NULL)
305 for (j=0; users[j].known_user_name != NULL; j++) {
306 if ( strequal(users[j].known_user_name, name) ) {
308 sid_append_rid(sid, users[j].rid);
309 *use = users[j].sid_name_use;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4acl.c173 unsigned short users; member in struct:posix_acl_summary
184 pas->users = 0;
199 pas->users |= pa->e_perm;
213 pas->users &= pas->mask;
242 deny &= pas.users | pas.group | pas.groups | pas.other;
373 /* posix_acl_valid requires that users and groups be in order
378 return; /* no users or groups */
422 struct posix_ace_state_array *users; member in struct:posix_acl_state
440 state->users = kzalloc(alloc, GFP_KERNEL);
441 if (!state->users)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Daio.h182 atomic_t users; member in struct:kioctx
226 BUG_ON(atomic_read(&(kioctx)->users) <= 0); \
227 atomic_inc(&(kioctx)->users); \
230 BUG_ON(atomic_read(&(kioctx)->users) <= 0); \
231 if (unlikely(atomic_dec_and_test(&(kioctx)->users))) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ep93xx/
H A Dclock.c25 int users; member in struct:clk
80 if (!clk->users++ && clk->enable_reg) {
92 if (!--clk->users && clk->enable_reg) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmaddr.c67 int users; member in struct:ma_info
100 sscanf(buf, "%d%s%d%d%s", &m.index, m.name, &m.users, &st,
148 sscanf(buf, "%08x%d", (__u32*)&m.addr.data, &m.users);
172 sscanf(buf, "%d%s%s%d", &m.index, m.name, hexa, &m.users);
221 if (list->users != 1)
222 fprintf(fp, " users %d", list->users);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto.c40 struct ctl_table *table, unsigned int *users)
47 if (users != NULL)
48 (*users)++;
54 struct ctl_table *table, unsigned int *users)
56 if (users != NULL && --*users > 0)
39 nf_ct_register_sysctl(struct ctl_table_header **header, struct ctl_table *path, struct ctl_table *table, unsigned int *users) argument
53 nf_ct_unregister_sysctl(struct ctl_table_header **header, struct ctl_table *table, unsigned int *users) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/dce-dfs/
H A Dsmb.conf19 valid users = testacct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dsmbadduser16 set user_map = $CONFIGDIR/users.map
73 # Enter password for new users
H A Dsmbadduser.in16 set user_map = $CONFIGDIR/users.map
73 # Enter password for new users

Completed in 220 milliseconds

1234567