Searched refs:group (Results 1 - 25 of 534) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1452 struct group *grent;
H A Dcmdline.c165 * We're parsing a group of POSIX-style single-character options.
168 /* Peel next option off of a group of short options. */
171 /* End of this group; recurse to get next option. */
287 * <username|uid> - Override user but not group
288 * <username>: - Override both, group is user's default group
289 * <uid>: - Override user but not group
291 * :<groupname|gid> - Override group but not user
316 return ("Invalid empty user/group spec");
319 * Split spec into [user][:.][group]
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c1125 * if first chr is '@', check group membership
1129 struct group *grp;
1137 * Check user's default group
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh66 # Prime file.merged so we don't blat the owner/group id's
654 install -p -o root -g wheel -m 0644 ${SOURCEDIR}/etc/group ${TEMPROOT}/etc;} ||
739 echo " installs all files with the same user, group and modes that"
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c125 #define CE_SIGNALGROUP 0x0080 /* Signal a process-group instead of a single */
185 const char *sw_pidtype; /* "daemon" or "process group" */
1064 char *cp, *errline, *group; local
1067 struct group *grp;
1170 if ((group = strchr(q, ':')) != NULL ||
1171 (group = strrchr(q, '.')) != NULL) {
1172 *group++ = '\0';
1185 q = group;
1190 "error in config file; unknown group:\n%s",
1406 * syslog pid-file will not be for a process-group)
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c1450 struct group *grp;
4658 struct group *grp;
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c49 /* login_access - match username/group and host/tty with access control file */
149 /* netgroup_match - match group against machine or user */
152 netgroup_match(const char *group, const char *machine, const char *user) argument
171 if (innetgr(group, machine, user, domain) == 1)
176 /* group_match - match a group against one token */
181 struct group *group; local
189 if ((group = getgrnam(tok)) == NULL) {
193 syslog(LOG_NOTICE, "group not found: %s", username);
204 if (grouplist[i] == group
[all...]
/freebsd-11-stable/sys/dev/ena/
H A Dena.c3875 ENA_WARN(NULL, aenq_e->aenq_common_desc.group != ENA_ADMIN_NOTIFICATION,
3876 "Invalid group(%x) expected %x\n", aenq_e->aenq_common_desc.group,
3893 * This handler will called for unknown event group or unimplemented handlers
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.c1232 /* group(I) - destination pool to search */
1242 ipf_dstlist_select_node(fin, group, addr, pfdp)
1244 void *group;
1251 ippool_dst_t *d = group;
H A Dfil.c2578 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead)));
2646 char group[FR_GROUPLEN]; local
2655 bcopy(fin->fin_group, group, FR_GROUPLEN);
2663 bcopy(group, fin->fin_group, FR_GROUPLEN);
3481 /* Returns: frgroup_t * - NULL = group not found, else pointer to group */
3483 /* group(I) - group name to search for */
3484 /* unit(I) - device to which this group belongs */
3487 /* to where to add the next (last) group o
4532 char *group; local
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c1231 /* group(I) - destination pool to search */
1241 ipf_dstlist_select_node(fin, group, addr, pfdp)
1243 void *group;
1250 ippool_dst_t *d = group;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y76 %type <opt> direction dstip dstport every group interface
124 | group { $$ = $1; }
183 group: IPM_GROUP '=' YY_NUMBER { $$ = new_opt(IPM_GROUP); label
259 { "group", IPM_GROUP },
533 verbose(8, "-- group mismatch\n");
873 char group[FR_GROUPLEN+1];
875 strncpy(group, a->ac_group, FR_GROUPLEN);
876 group[FR_GROUPLEN] = '\0';
877 printf("%sgroup = %s", coma, group);
H A Dipfstat.c784 printlivelist(fiop, out, set, fp, group, comment)
788 char *group, *comment;
804 if (group != NULL)
805 strncpy(rule.iri_group, group, FR_GROUPLEN);
904 group, "# callfunc: ");
915 static void printdeadlist(fiop, out, set, fp, group, comment)
919 char *group, *comment;
1009 printdeadlist(fiop, out, set, fb.fr_data, group,
H A Dipfcomp.c443 static void emitGroup(num, dir, v, fr, group, incount, outcount)
447 char *group;
466 if (strncmp(egroup, group, FR_GROUPLEN)) {
482 strncpy(egroup, group, FR_GROUPLEN);
506 if (strncmp(g->fg_name, group, FR_GROUPLEN) != 0)
512 * Output the array of pointers to rules for this group.
517 group, incount);
536 group, outcount);
567 (dir == 0) ? "in" : "out", group);
747 dir ? "out" : "in", group, nu
1241 char *group; local
[all...]
H A Dipf_y.y313 with keep head group
472 group: | IPFY_GROUP groupname { DOALL(setgroup(&fr, $2); \ label
1782 { "group", IPFY_GROUP },
/freebsd-11-stable/contrib/tzdata/
H A DMakefile463 GNUTARFLAGS= --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name
/freebsd-11-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1068 uint16_t group; member in struct:ena_admin_aenq_common_desc
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c2102 * return the handler that is relevant to the specific event group
2105 u16 group)
2109 if ((group < ENA_MAX_HANDLERS) && aenq_handlers->handlers[group])
2110 return aenq_handlers->handlers[group];
2146 aenq_common->group,
2152 aenq_common->group);
2104 ena_com_get_specific_aenq_cb(struct ena_com_dev *ena_dev, u16 group) argument
/freebsd-11-stable/tools/tools/decioctl/
H A Ddecioctl.c50 int group, i; local
54 printf(" command : dir group num len name\n");
81 group = IOCGROUP(cmd);
82 if (isprint(group))
83 printf(" '%c' ", group);
85 printf(" 0x%02x", group);
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c581 static struct cpu_group group[MAXCPU * MAX_CACHE_LEVELS + 1]; variable in typeref:struct:cpu_group
648 return (&group[curr]);
656 top = &group[0];
710 top = &group[0];
712 top->cg_child = child = &group[1];
731 top = &group[0];
732 l2g = &group[1];
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c2265 "Redundancy group created or modified") },
2268 "Redundancy group deleted") },
3512 * The top 3 bits of an opcode are the group code. The next 5 bits
8218 scsi_cmd->group = 0;
8240 scsi_cmd->group = 0;
8623 scsi_cmd->group = 0;
H A Dscsi_sg.c1012 int group; local
1014 group = (cmd >> 5) & 0x7;
1015 return (len[group]);
/freebsd-11-stable/
H A DMakefile.inc17 # -DDB_FROM_SRC use the user/group databases in src/etc instead of
902 # using the user/group database in the source tree.
944 @if ! `find / -prune -group ${gid} >/dev/null 2>&1`; then \
945 echo "ERROR: Required ${gid} group is missing, see /usr/src/UPDATING."; \
/freebsd-11-stable/sys/conf/
H A Dkmod.mk23 # KMODGRP Module file group. [${BINGRP}]
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9475 u8 group[0x4]; member in struct:mlx5_ifc_ets_tcn_config_reg_bits

Completed in 332 milliseconds

1234567891011>>