Searched refs:group (Results 101 - 125 of 196) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetlink.h111 __u32 group, int allocation);
112 extern void netlink_set_err(struct sock *ssk, __u32 pid, __u32 group, int code);
H A Dscc.h207 unsigned char group; /* Group ID for AX.25 TX interlocking */ member in struct:scc_kiss
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_owner.c56 struct group *grp;
141 struct group *grp = getgrgid(info->gid);
H A Dlibipt_owner.c71 struct group *grp;
170 struct group *grp = getgrgid(info->gid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetlink.h111 __u32 group, int allocation);
112 extern void netlink_set_err(struct sock *ssk, __u32 pid, __u32 group, int code);
H A Dscc.h207 unsigned char group; /* Group ID for AX.25 TX interlocking */ member in struct:scc_kiss
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dldm.h111 u32 group; member in struct:frag
185 u32 group; member in struct:vblk_head
H A Dldm.c1271 int rec, num, group; local
1276 group = BE32 (data + 0x08);
1286 if (f->group == group)
1296 f->group = group;
1305 f->map &= 0x7F; /* Mark the group as broken */
1361 ldm_error ("VBLK group %d is incomplete (0x%02x).",
1362 f->group, f->map);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2fs.h494 dgrp_t group,
505 extern errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
624 dgrp_t group,
821 int group);
826 dgrp_t group,
988 extern blk_t ext2fs_group_first_block(ext2_filsys fs, dgrp_t group);
989 extern blk_t ext2fs_group_last_block(ext2_filsys fs, dgrp_t group);
1148 * Return the group # of a block
1157 * Return the group # of an inode number
1165 * Return the first block (inclusive) in a group
1167 ext2fs_group_first_block(ext2_filsys fs, dgrp_t group) argument
1176 ext2fs_group_last_block(ext2_filsys fs, dgrp_t group) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
H A Dnmbd_winsserver.c50 /* if it's a group, it can be a normal or a special one */
450 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
508 * Check that the group bits for the refreshing name and the
512 if((namerec != NULL) && ((group && !NAME_GROUP(namerec)) || (!group && NAME_GROUP(namerec))) ) {
513 DEBUG(3,("wins_process_name_refresh_request: Name %s group bit = %s \
514 does not match group bit in WINS for this name.\n", nmb_namestr(question), group ? "True" : "False" ));
521 * addresses. If not - fail the refresh. Do the same for group names with a type of 0x1c.
522 * Just return success for unique 0x1d refreshes. For normal group name
1080 BOOL group = (nb_flags & NB_GROUP) ? True : False; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dpassword.c350 Validate a group username entry. Return the username or NULL.
353 static char *validate_group(char *group, DATA_BLOB password,int snum) argument
358 setnetgrent(group);
374 struct group *gptr;
376 while ((gptr = (struct group *)getgrent())) {
377 if (strequal(gptr->gr_name,group))
504 DEBUG(3,("authorise_login: ACCEPTED: group username \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dopen.c527 static int chown_common(struct dentry * dentry, uid_t user, gid_t group) argument
546 if (group == (gid_t) -1)
547 group = inode->i_gid;
550 newattrs.ia_gid = group;
553 * If the user or group of a non-directory has been changed by a
569 * Likewise, if the user or group of a non-directory has been changed
570 * by a non-root user, remove the setgid bit UNLESS there is no group
587 asmlinkage long sys_chown(const char * filename, uid_t user, gid_t group) argument
594 error = chown_common(nd.dentry, user, group);
600 asmlinkage long sys_lchown(const char * filename, uid_t user, gid_t group) argument
614 sys_fchown(unsigned int fd, uid_t user, gid_t group) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A Dat-expand.pl35 "#. %g <group> integer\n",
86 $msg =~ s/\@g/group/g;
/asus-wl-520gu-7.0.1.45/src/router/samba/
H A DMakefile82 cd $(INSTALLDIR)/etc && ln -sf /tmp/group group
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dballoc.c29 * blocks groups. Each group contains 1 bitmap block for blocks, 1 bitmap
32 * The file system contains group descriptors which are located after the
104 * this group. The IO will be retried next time.
113 * load_block_bitmap loads the block bitmap for a blocks group
194 * Load the block bitmap for a given block group. First of all do a couple
198 * Return the slot number of the group in the superblock bitmap cache's on
203 * differentiating between a group for which we have never performed a bitmap
204 * IO request, and a group for which the last bitmap read request failed.
221 * Or can we do a fast lookup based on a loaded group on a filesystem
230 * If not, then do a full lookup for this block group
885 ext3_group_sparse(int group) argument
899 ext3_bg_has_super(struct super_block *sb, int group) argument
916 ext3_bg_num_gdb(struct super_block *sb, int group) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_error.c403 uint32_t group = BRIDGE_IRR_MULTI_CLR; local
406 group |= BRIDGE_IRR_PCI_GRP_CLR;
408 group |= BRIDGE_IRR_SSRAM_GRP_CLR;
410 group |= BRIDGE_IRR_LLP_GRP_CLR;
412 group |= BRIDGE_IRR_REQ_DSP_GRP_CLR;
414 group |= BRIDGE_IRR_RESP_BUF_GRP_CLR;
416 group |= BRIDGE_IRR_CRP_GRP_CLR;
418 return group;
1412 * a group of interrupts. If while handling this error,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/groupdb/
H A Dmapping.c43 dump the mapping group mapping to a text file
45 char *decode_sid_name_use(fstring group, enum SID_NAME_USE name_use) argument
54 fstrcpy(group_type,"Domain group");
60 fstrcpy(group_type,"Local group");
63 fstrcpy(group_type,"Builtin group");
77 fstrcpy(group, group_type);
126 Open the group mapping tdb.
139 DEBUG(0,("Failed to open group mapping database\n"));
180 DEBUG(0,("failed to initialize group mapping"));
211 DEBUG(0,("failed to initialize group mappin
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dpdb_sql.c247 config_value_read(data, "group sid column",
388 config_value_write(location, "group sid column",
H A Dpassdb.c640 Converts NT group RID to a UNIX gid.
653 you must do a call to the group mapping first.
676 Decides if a RID is a user or group RID.
682 * such that it can be identified as either a user, group etc
759 DEBUG(5,("local_lookup_sid: mapped group %s to gid %u\n", map.nt_name, (unsigned int)map.gid));
761 DEBUG(5,("local_lookup_sid: mapped group %s to no unix gid. Returning name.\n", map.nt_name));
794 struct group *gr;
796 DEBUG(5, ("assuming RID %u is a group\n", (unsigned)rid));
811 DEBUG(5,("local_lookup_sid: found group %s for rid %u\n", name,
832 struct group *gr
1196 GROUP_MAP group; local
1240 GROUP_MAP group; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw.c441 fstring group; local
474 fstrcpy(group, server_n);
475 p = strchr_m(group,'#');
479 slprintf(s,sizeof(s)-1,"MASTER_%s", group);
481 if (!find_master_ip(group, &sip)) {
485 fstrcpy(group, inet_ntoa(sip));
486 server_n = group;
1131 int smbw_chown(const char *fname, uid_t owner, gid_t group) argument
H A Dwrapped.c327 int chown(char *name,uid_t owner, gid_t group) argument
330 return smbw_chown(name, owner, group);
333 return real_chown(name, owner, group);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Drtnetlink.c118 int rtnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo) argument
122 NETLINK_CB(skb).dst_groups = group;
125 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dhtab.c222 /* Exact = 0 - modify any entry in group */
236 /* Must find space in primary group */
668 * 0x00000000xxxxxxxx : Entry found in primary group, slot x
669 * 0x80000000xxxxxxxx : Entry found in secondary group, slot x
714 * the AVPN, hash group, and valid bits. By doing it this way,
961 * Output: hsss, where h = hash group, sss = slot within that group
1164 if (slot == -1) { /* No available entry found in either group */
1200 * Input : hpte_group: PTE index of the first entry in a group
1201 * Output: offset within the group o
1210 unsigned long vsid, group, pi, pi_high; local
[all...]

Completed in 146 milliseconds

12345678