Searched refs:group (Results 126 - 150 of 196) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rpc_samsync.c336 /* User and group sid */
413 struct group *grp;
491 DEBUG(0, ("Primary group of %s has no mapping!\n",
496 DEBUG(0, ("Could not find unix group %lu for user %s (group SID=%s)\n",
519 struct group *grp = NULL;
528 /* add the group to the mapping table */
542 /* No group found from mapping, find it from its name. */
545 /* No appropriate group found, create one */
547 d_printf("Creating unix group
[all...]
H A Deditreg.c435 sid_t *owner, *group; member in struct:sec_desc_s
949 nt_delete_sid(sec_desc->group);
1291 if (!sid_string_to_sid(&tmp->group, "S-1-5-18")) goto error;
1924 tmp->group = dup_sid((sid_t *)((char *)sec_desc + IVAL(&sec_desc->group_off)));
1925 if (!tmp->group) {
2678 if (sd->group) size += sid_size(sd->group);
2778 * that first, then the owner, then the group SID. So, we do it that way
2795 /* Self relative, DACL pres, owner and group not defaulted */
2819 /* Now the owner and group SID
[all...]
H A Dnet_rpc.c892 * Basic usage function for 'net rpc group'
992 fstring group, desc; local
994 unistr2_to_ascii(group, &(&ctr.sam.info3->str[i])->uni_grp_name, sizeof(group)-1);
999 group, desc);
1001 printf("%s\n", group);
1147 d_printf("Could not find group %s\n", argv[0]);
1152 d_printf("%s is not a domain group\n", argv[0]);
1207 * 'net rpc group' entrypoint.
2489 d_printf(" net rpc group \
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dhush.c197 struct pipe *group; /* if non-NULL, first in group or subshell */ member in struct:child_prog
198 int subshell; /* flag, non-zero if group must be forked */
211 pid_t pgrp; /* process group ID for the job */
1098 } else if (child->group) {
1099 debug_printf("runtime nesting to group\n");
1101 rcode = run_list_real(child->group);
1247 * we belong to the foreground process group associated with
1301 if (pi->num_progs == 1 && child->group && child->subshell == 0) {
1306 rcode = run_list_real(child->group);
[all...]
H A Dutility.c911 /* returns a gid given a group name */
914 struct group *mygroup;
918 error_msg_and_die("unknown group name: %s", name);
937 void my_getgrgid(char *group, long gid) argument
939 struct group *mygroup;
943 sprintf(group, "%-8ld ", (long)gid);
945 strcpy(group, mygroup->gr_name);
952 struct group *mygroup;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DLPRng.spec277 - change group back to lp, which is what printtool expects
280 - change default group to 'daemon' to match 6.2
314 - patch to allow autoconf to choose which user/group to run as
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dmke2fs.c101 "[-o creator-os]\n\t[-g blocks-per-group] [-L volume-label] "
223 int group; local
230 * The primary superblock and group descriptors *must* be
237 "superblock/group descriptor area bad.\n"), i);
248 * superblocks and/or group descriptors. If so, issue a
261 _("Warning: the backup superblock/group descriptors at block %u contain\n"
265 group = ext2fs_group_of_blk(fs, group_block+j);
266 fs->group_desc[group].bg_free_blocks_count++;
568 int group; local
572 group
[all...]
H A Ddumpe2fs.c74 static void print_free (unsigned long group, char * bitmap, argument
81 offset += group * nbytes;
H A Dtune2fs.c99 "[-g group]\n"
239 int group; local
243 group = ext2fs_group_of_blk(fs, block);
244 fs->group_desc[group].bg_free_blocks_count++;
478 * the block group descriptors out.
550 struct group * gr;
619 _("bad gid/group name - %s"),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext2_fs.h139 __u16 acle_tag; /* User or group identity */
146 * Structure of a blocks group descriptor
161 * Macro-instructions used to manage group descriptors
310 #define EXT2_MOUNT_GRPID 0x0004 /* Create files with directory's group */
348 __u32 s_blocks_per_group; /* # Blocks per group */
349 __u32 s_frags_per_group; /* # Fragments per group */
350 __u32 s_inodes_per_group; /* # Inodes per group */
380 __u16 s_block_group_nr; /* block group # of this superblock */
478 * Default values for user and/or group using reserved blocks
549 extern int ext2_bg_has_super(struct super_block *sb, int group);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext2_fs.h139 __u16 acle_tag; /* User or group identity */
146 * Structure of a blocks group descriptor
161 * Macro-instructions used to manage group descriptors
310 #define EXT2_MOUNT_GRPID 0x0004 /* Create files with directory's group */
348 __u32 s_blocks_per_group; /* # Blocks per group */
349 __u32 s_frags_per_group; /* # Fragments per group */
350 __u32 s_inodes_per_group; /* # Inodes per group */
380 __u16 s_block_group_nr; /* block group # of this superblock */
478 * Default values for user and/or group using reserved blocks
549 extern int ext2_bg_has_super(struct super_block *sb, int group);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/simple/
H A Dsmb.conf118 ; the staff group
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Drealcalls.h42 #define real_chown(fn, owner, group) (syscall(SYS_chown,(fn),(owner),(group)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Daf_netlink.c494 u32 group, int allocation)
510 !(sk->protinfo.af_netlink->groups&group))
545 void netlink_set_err(struct sock *ssk, u32 pid, u32 group, int code) argument
556 !(sk->protinfo.af_netlink->groups&group))
493 netlink_broadcast(struct sock *ssk, struct sk_buff *skb, u32 pid, u32 group, int allocation) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dirq.h290 unsigned int group,int pos,int priority);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dirq.h290 unsigned int group,int pos,int priority);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dlibbb.h156 /* These parse entries in /etc/passwd and /etc/group. This is desirable
162 extern void my_getgrgid(char *group, long gid);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmessage.c25 * %g <group> integer
67 * @g group
155 N_("<The group descriptor inode>"), /* 7 */
407 printf("%d", ctx->group);
H A Dpass1.c74 dgrp_t group, void * priv_data);
990 * group descriptors are going to be written during a
1023 * glock group, call process_inodes.
1027 dgrp_t group, void * priv_data)
1038 if ((ctx->progress)(ctx, 1, group+1,
1677 sprintf(problem, "is the superblock in group %d", i);
1682 sprintf(problem, "is in the group descriptors "
1683 "of group %d", i);
1687 sprintf(problem, "is the block bitmap of group %d", i);
1691 sprintf(problem, "is the inode bitmap of group
1025 scan_callback(ext2_filsys fs, ext2_inode_scan scan EXT2FS_ATTR((unused)), dgrp_t group, void * priv_data) argument
2021 new_table_block(e2fsck_t ctx, blk_t first_block, int group, const char *name, int num, blk_t *new_block) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dlibsmbclient.h1034 * @param group I have not idea?
1038 * of the file, and is not zero; or the owner or group
1046 * @todo How do we abstract owner and group uid and gid?
1049 int smbc_chown(const char *url, uid_t owner, gid_t group);
1113 * security descriptor (i.e. owner, group, and access control list)
1130 * group
1131 * group+
1166 * The owner and group specify the owner and group sids for
1169 * 'group
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnamequery.c602 DEBUG(0,("getlmhostsent: group flag in lmhosts ignored (obsolete)\n"));
810 group of WINS servers. goto the next group */
1177 BOOL find_master_ip(const char *group, struct in_addr *master_ip) argument
1183 DEBUG(5,("find_master_ip(%s): netbios is disabled\n", group));
1187 if (internal_resolve_name(group, 0x1D, &ip_list, &count, lp_name_resolve_order())) {
1192 if(internal_resolve_name(group, 0x1B, &ip_list, &count, lp_name_resolve_order())) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_core.c2788 * Query one scalar group value or a whole scalar group.
2791 int group, int field, void *buf, int buflen)
2793 u16 opblk[] = { 1, 0, I2O_PARAMS_FIELD_GET, group, 1, field };
2797 if (field == -1) /* whole group */
2811 * Set a scalar group value or a whole group.
2814 int group, int field, void *buf, int buflen)
2830 opblk[3] = group;
2832 if(field == -1) { /* whole group */
2790 i2o_query_scalar(struct i2o_controller *iop, int tid, int group, int field, void *buf, int buflen) argument
2813 i2o_set_scalar(struct i2o_controller *iop, int tid, int group, int field, void *buf, int buflen) argument
2868 i2o_query_table(int oper, struct i2o_controller *iop, int tid, int group, int fieldcount, void *ibuf, int ibuflen, void *resblk, int reslen) argument
2901 i2o_clear_table(struct i2o_controller *iop, int tid, int group) argument
2918 i2o_row_add_table(struct i2o_controller *iop, int tid, int group, int fieldcount, void *buf, int buflen) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c291 Determine whether we are in the specified group.
294 BOOL in_group(gid_t group, gid_t current_gid, int ngroups, const gid_t *groups) argument
298 if (group == current_gid)
302 if (group == groups[i])
1302 Convert a gid into a group name.
1308 struct group *grp;
1342 Convert a name to a gid_t if possible. Return -1 if not a group.
1347 struct group *grp;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_samr_nt.c840 makes a SAM_ENTRY / UNISTR2* structure from a group list.
878 Get the group entries - similar to get_sampwd_entries().
987 /* the domain group array is being allocated in the function below */
1408 * in clear: it prevents to reply to domain\group: yes
1409 * when only builtin\group exists.
1868 0x201, /* group rid */
2692 struct group *grp;
2697 DEBUG(2,("Could not get gid for primary group of "
2705 DEBUG(2,("Could not find primary group %lu for "
2713 DEBUG(2,("Could not set primary group fo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dscc.c1095 grp1 = scc->kiss.group;
1100 grp2 = scc2->kiss.group;
1145 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) )
1325 case PARAM_GROUP: scc->kiss.group=arg; break;
1396 case PARAM_GROUP: return CAST(scc->kiss.group);
2060 K(idletime), K(maxdefer), K(tx_inhibit), K(group));

Completed in 179 milliseconds

12345678