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

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 ? 0 : -ENOMEM;
128 if (users[u].callback)
130 (unsigned long)&users[u]);
143 if (!users)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dutil_wellknown.c109 const struct rid_name_map *users = NULL; local
121 users = special_domains[i].known_users;
126 if (users == NULL) {
132 for (i=0; users[i].name != NULL; i++) {
133 if (rid == users[i].rid) {
134 *name = talloc_strdup(mem_ctx, users[i].name);
157 const struct rid_name_map *users = local
160 if (users == NULL)
163 for (j=0; users[j].name != NULL; j++) {
164 if ( strequal(users[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A Damuleweb-main-servers.php146 <th width="7%"><a href="amuleweb-main-servers.php?sort=users">Users</a></th>
163 case "users": $result = $a->users > $b->users; break;
220 echo "<td class='texte' align='center'>", $srv->users, "</td>";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsa.h42 atomic_inc(&client->users);
47 if (atomic_dec_and_test(&client->users))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dclock.h27 u16 users; member in struct:clk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfs_struct.c92 kill = !--fs->users;
105 fs->users = 1;
125 kill = !--fs->users;
145 .users = 1,
160 init_fs.users++;
165 kill = !--fs->users;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsambalp91 # Get the valid users
93 %users = ();
96 $users{$pwe[2]} = $pwe[0];
111 $name = $users{$uid};
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dclock.h30 u16 users; /* Enabled if non-zero */ member in struct:clk
H A Dclock.c66 if (clk->users++ == 0 && clk->mode)
84 if (clk->users == 0) {
90 if (--clk->users == 0 && clk->mode)
201 if (parent->dev && !dev_name(parent->dev) && !parent->users)
211 seq_printf(r->s, "%s%c users=%2d %-3s %9ld Hz",
213 parent->users,
214 parent->users ? "on" : "off", /* NOTE: not-paranoid!! */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf20 <!-- Allow everything, including access to SetHostName to users of the group "admin" -->
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Davahi-dbus.conf20 <!-- Allow everything, including access to SetHostName to users of the group "admin" -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene-dvb.c69 if (chan->users > 0)
103 if (chan->users == 0) {
108 return ++chan->users;
116 if (--chan->users)
117 return chan->users;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.h44 struct list_of_struct_passwd *users; member in struct:group_of_users
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Drgmii.h51 int users; member in struct:rgmii_instance
H A Dzmii.h45 int users; member in struct:zmii_instance
H A Dzmii.c97 dev->users++;
144 ++dev->users;
198 BUG_ON(!dev || dev->users == 0);
208 --dev->users;
295 WARN_ON(dev->users != 0);
H A Dtah.c32 ++dev->users;
43 --dev->users;
148 WARN_ON(dev->users != 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-userdb.c149 info = _dbus_hash_table_lookup_uintptr (db->users, uid);
202 if (!_dbus_hash_table_insert_uintptr (db->users, info->uid, info))
213 _dbus_hash_table_remove_uintptr (db->users, info->uid);
541 db->users = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
544 if (db->users == NULL)
578 _dbus_hash_table_remove_all(db->users);
611 if (db->users)
612 _dbus_hash_table_unref (db->users);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4acl.c164 unsigned short users; member in struct:posix_acl_summary
177 * Only pas.users and pas.groups need initialization; previous
195 pas->users |= pa->e_perm;
209 pas->users &= pas->mask;
238 deny &= pas.users | pas.group | pas.groups | pas.other;
369 /* posix_acl_valid requires that users and groups be in order
374 return; /* no users or groups */
418 struct posix_ace_state_array *users; member in struct:posix_acl_state
436 state->users = kzalloc(alloc, GFP_KERNEL);
437 if (!state->users)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-common.h49 int users; member in struct:vbi_data
89 int users; member in struct:video_data
112 int users; member in struct:poseidon_audio
119 int users; member in struct:radio_data
133 atomic_t users; member in struct:pd_dvb_adapter
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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_path *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

Completed in 302 milliseconds

1234567891011