Searched refs:group (Results 201 - 225 of 421) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dnetlink.h99 __u32 group; member in struct:nl_pktinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dirdp.c216 struct in_addr group,
223 ifa, group.saddr, ifindex);
233 irdp_multicast_socket (int sock, struct in_addr group) argument
245 ipv4_multicast_join (sock, group, addr, ifp->ifindex);
215 ipv4_multicast_join(int sock, struct in_addr group, struct in_addr ifa, unsigned int ifindex) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanoftp.h28 * @group: the group string
42 const char *owner, const char *group,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.in.h28 * @group: the group string
42 const char *owner, const char *group,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.h94 struct key group; member in struct:udev_rule
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c241 int base, int group LOCALE_PARAM_PROTO)
262 if (group)
329 if (group)
H A Dunistd.in.h52 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
185 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
191 extern int lchown (char const *file, uid_t owner, gid_t group);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c107 asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group) argument
109 return sys_chown(filename, low2highuid(user), low2highgid(group));
112 asmlinkage long sys32_lchown16(const char __user * filename, u16 user, u16 group) argument
114 return sys_lchown(filename, low2highuid(user), low2highgid(group));
117 asmlinkage long sys32_fchown16(unsigned int fd, u16 user, u16 group) argument
119 return sys_fchown(fd, low2highuid(user), low2highgid(group));
189 u16 group; local
192 group = (u16)GROUP_AT(group_info, i);
193 if (put_user(group, grouplist+i))
203 u16 group; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Ddram_init.S56 ; Assume that group 0 width is equal to group 1. This assumption
57 ; is wrong for a group 1 only hardware (such as the grand old
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dsd_ops.c270 int mmc_sd_switch(struct mmc_card *card, int mode, int group, argument
293 cmd.arg &= ~(0xF << (group * 4));
294 cmd.arg |= value << (group * 4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c241 int base, int group LOCALE_PARAM_PROTO)
262 if (group)
329 if (group)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_incomingrequests.c64 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
91 /* If someone is releasing a broadcast group name, just ignore it. */
92 if( group && !ismyip(owner_ip) )
98 * names and *don't set the group bit* !!!!!
102 if( !group && !ismyip(owner_ip) && strequal(qname, lp_workgroup()) &&
105 group release name %s from IP %s on subnet %s with no group bit set.\n",
196 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
236 if (!group) {
244 register a name that's a group nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dpassword.c381 Validate a group username entry. Return the username or NULL.
384 static char *validate_group(char *group, DATA_BLOB password,int snum) argument
389 setnetgrent(group);
405 struct group *gptr;
407 while ((gptr = (struct group *)getgrent())) {
408 if (strequal(gptr->gr_name,group))
541 DEBUG(3,("authorise_login: ACCEPTED: group username \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcnid_metad.c68 /* functions for username and group */
322 static gid_t group_to_gid ( char *group) argument
324 struct group *this_group;
327 if ( !group || strlen ( group ) < 1 ) return 0;
329 /* grab the /etc/groups record relating to group */
330 this_group = getgrnam ( group );
471 LOG(log_error, logtype_cnid, "main: bad group %s", optarg);
529 LOG(log_info, logtype_cnid, "unable to switch to group %d", gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dhypervisor.h2924 extern unsigned long sun4v_get_version(unsigned long group,
2927 extern unsigned long sun4v_set_version(unsigned long group,
2932 extern int sun4v_hvapi_register(unsigned long group, unsigned long major,
2934 extern void sun4v_hvapi_unregister(unsigned long group);
2935 extern int sun4v_hvapi_get(unsigned long group,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c69 /* functions for username and group */
327 static gid_t group_to_gid ( char *group) argument
329 struct group *this_group;
332 if ( !group || strlen ( group ) < 1 ) return 0;
334 /* grab the /etc/groups record relating to group */
335 this_group = getgrnam ( group );
480 LOG(log_error, logtype_cnid, "main: bad group %s", optarg);
539 LOG(log_info, logtype_cnid, "unable to switch to group %d", gid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py192 # Get the test-group.
195 self.group = runner.getGroup(self.groupName)
218 if (not options.silent) and (self.group.descr is not None):
219 self.log.append("'%s' group-descr: %s\n" % (self.name, self.group.descr))
374 self.group.setSchema(self.fileName, schema is not None)
388 if not self.group.schemaParsed and self.group.schemaTried:
416 self.debugMsg("loading schema: %s" % self.group.schemaFileName)
417 schema = parseSchema(self.group
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dopen.c571 static int chown_common(struct dentry * dentry, uid_t user, gid_t group) argument
593 if (group != (gid_t) -1) {
595 newattrs.ia_gid = group;
606 asmlinkage long sys_chown(const char __user * filename, uid_t user, gid_t group) argument
614 error = chown_common(nd.dentry, user, group);
621 gid_t group, int flag)
634 error = chown_common(nd.dentry, user, group);
640 asmlinkage long sys_lchown(const char __user * filename, uid_t user, gid_t group) argument
648 error = chown_common(nd.dentry, user, group);
655 asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group) argument
620 sys_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, int flag) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_curve.c84 const char *order; /* the order of the group generated by the
1001 * As the group order is not a prime this curve is not suitable
1019 * As the group order is not a prime this curve is not suitable
1125 EC_GROUP *group=NULL; local
1153 if ((group = EC_GROUP_new_curve_GFp(p, a, b, ctx)) == NULL)
1161 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL)
1168 if ((P = EC_POINT_new(group)) == NULL)
1179 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx))
1189 if (!EC_GROUP_set_generator(group, P, order, x))
1196 if (!EC_GROUP_set_seed(group, dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_owner.c141 struct group *grp;
188 struct group *grp;
246 struct group *grp;
314 struct group *grp = getgrgid(info->gid);
363 struct group *grp = getgrgid(info->gid);
416 const struct group *grp = getgrgid(info->gid_min);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dfile.c475 * sysfs_add_file_to_group - add an attribute file to a pre-existing group.
478 * @group: group name.
481 const struct attribute *attr, const char *group)
486 dir = lookup_one_len(group, kobj->dentry, strlen(group));
584 * sysfs_remove_file_from_group - remove an attribute file from a group.
587 * @group: group name.
590 const struct attribute *attr, const char *group)
480 sysfs_add_file_to_group(struct kobject *kobj, const struct attribute *attr, const char *group) argument
589 sysfs_remove_file_from_group(struct kobject *kobj, const struct attribute *attr, const char *group) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc32.c66 asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group) argument
68 return sys_chown(filename, low2highuid(user), low2highgid(group));
71 asmlinkage long sys32_lchown16(const char __user * filename, u16 user, u16 group) argument
73 return sys_lchown(filename, low2highuid(user), low2highgid(group));
76 asmlinkage long sys32_fchown16(unsigned int fd, u16 user, u16 group) argument
78 return sys_fchown(fd, low2highuid(user), low2highgid(group));
148 u16 group; local
151 group = (u16)GROUP_AT(group_info, i);
152 if (put_user(group, grouplist+i))
162 u16 group; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_linux.c192 static NSS_STATUS fill_grent(struct group *result, struct winbindd_gr *gr,
524 * NSS group functions
532 /* Rewind "file pointer" to start of ntdom group database */
549 /* Close "file pointer" for ntdom group database */
566 /* Get next entry from ntdom group database */
570 struct group *result,
624 /* Fill group membership. The offset into the extra data
625 for the group membership is the reported offset plus the
660 _nss_winbind_getgrent_r(struct group *result,
667 _nss_winbind_getgrlst_r(struct group *resul
804 _nss_winbind_initgroups_dyn(char *user, gid_t group, long int *start, long int *size, gid_t **groups, long int limit, int *errnop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftplistparser.c93 } group; member in union:__anon59
177 size_t group; member in struct:ftp_parselist_data::__anon77
314 finfo->strings.group = parser->offsets.group ?
315 str + parser->offsets.group : NULL;
586 parser->state.UNIX.sub.group = PL_UNIX_GROUP_PRESPACE;
594 switch(parser->state.UNIX.sub.group) {
599 parser->state.UNIX.sub.group = PL_UNIX_GROUP_NAME;
606 parser->offsets.group = parser->item_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c501 const EC_GROUP *group; local
505 if (x == NULL || (group = EC_KEY_get0_group(x)) == NULL)
512 if ((pub_key = EC_POINT_point2bn(group, public_key,
540 if (!EC_GROUP_get_order(group, order, NULL))
552 if (!ECPKParameters_print(bp, group, off))
806 const EC_GROUP *group; local
808 if (x == NULL || (group = EC_KEY_get0_group(x)) == NULL)
820 if (!EC_GROUP_get_order(group, order, NULL))
829 if (!ECPKParameters_print(bp, group, 4))

Completed in 400 milliseconds

1234567891011>>