Searched refs:group (Results 76 - 100 of 534) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2062 /* NB: group addressed frames are done at 11bg rates for now */
2072 /* Set rates mask for group addressed frames. */
2253 * First 4 slots for group keys,
4578 int ridx, chan, group; local
4580 /* Determine channel group. */
4583 group = 0;
4585 group = 1;
4587 group = 2;
4608 max = rom->ht40_max_pwr[group];
4610 max = rom->ht20_max_pwr[group];
4677 int ridx, chan, group; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp126 char const *group = va_arg(args, char const *); local
127 KMP_WARNING(IttUnknownGroup, var, group);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h318 __itt_group_id group; member in struct:___itt_api_info_20101001
327 __itt_group_id group; member in struct:___itt_api_info
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, argument
52 Group(group) {}
H A DMCSectionELF.h54 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
57 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h821 #define __sanitizer_syscall_pre_chown(filename, user, group) \
823 (long)(group))
824 #define __sanitizer_syscall_post_chown(res, filename, user, group) \
826 (long)(group))
827 #define __sanitizer_syscall_pre_lchown(filename, user, group) \
829 (long)(group))
830 #define __sanitizer_syscall_post_lchown(res, filename, user, group) \
832 (long)(group))
833 #define __sanitizer_syscall_pre_fchown(fd, user, group) \
834 __sanitizer_syscall_pre_impl_fchown((long)(fd), (long)(user), (long)(group))
[all...]
/freebsd-11-stable/stand/lua/
H A Dconfig.lua182 -- group, then a single-word value capture group. This is our kludge for Lua
187 -- capture group, but the difference is that the full-line comment pattern will
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c72 /// Every Record group is part of index_stream.groups tree.
75 /// Number of Blocks in this Stream before this group.
92 /// is records[last].unpadded_sum in the last Record group of
455 // thus at least one group.
459 // Amount of memory needed per group.
674 // There is space in the last group at least for one Record.
677 // We need to allocate a new group.
691 // Set the start offsets of this group.
696 // Add the new group to the Stream.
700 // Add the new Record to the group
982 const index_group *group = iter->internal[ITER_GROUP].p; local
1111 const index_group *group = NULL; local
1224 const index_group *group = index_tree_locate(&stream->groups, target); local
[all...]
/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh91 echo " -g default login group"
529 # Reads user's login group. Can be used in both interactive and batch
530 # modes. The specified value can be a group name or its numeric id.
532 # a default login group has not been set. The pw(8) command
533 # will then provide a login group with the same name as the username.
540 echo -n "Login group [${ulogingroup:-$username}]: "
546 # Pw(8) will use the username as login group if it's left empty
560 [ -z "$fflag" ] && echo -n "Login group is $_group. Invite $username"
677 # The case where group = user is handled elsewhere, so
683 if ! ${PWCMD} show group
[all...]
/freebsd-11-stable/usr.bin/diff/tests/
H A Ddiff_test.sh98 atf_check -o file:$(atf_get_srcdir)/group-format.out -s eq:1 \
99 diff --changed-group-format='<<<<<<< (local)
/freebsd-11-stable/lib/libc/gen/
H A Dgetgrent.c81 int __gr_parse_entry(char *, size_t, struct group *, char *, size_t,
90 static struct group *getgr(int (*)(union key, struct group *, char *, size_t,
91 struct group **), union key);
92 static int wrap_getgrnam_r(union key, struct group *, char *, size_t,
93 struct group **);
94 static int wrap_getgrgid_r(union key, struct group *, char *, size_t,
95 struct group **);
96 static int wrap_getgrent_r(union key, struct group *, char *, size_t,
97 struct group **);
366 NSS_MP_CACHE_HANDLING(group); variable
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c384 struct group *grp;
404 * We need to auto-create a group with the user's name. We
406 * bit first see if we can create a group with gid==uid so we
407 * can keep the user and group ids in sync. We purposely do
409 * user's name dups an existing group, then the group add
554 struct group *grp = GETGRGID(pwd->pw_gid);
638 /* See if the name is valid as a userid or group. */
640 showtype = "userid/group name";
856 struct group *g
989 char group[MAXLOGNAME]; local
1099 validate_grname(struct userconf *cnf, char *group) argument
[all...]
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c149 CMDFUNC(chgroup); /* Change group */
184 { "chgrp", "Change group of current inode to GROUP", 2, 2, FL_WR, chgroup },
473 * sblock.fs_ipg holds a number of inodes per cylinder group.
474 * Calculate a highest inode number for a given cylinder group.
477 /* Read cylinder group. */
481 * Get a highest used inode number for a given cylinder group.
1097 struct group *grp;
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c83 static int p_egid; /* Effective group id. */
84 static int p_rgid; /* Real group id. */
169 fprintf(stderr, "\t-f <gid|group> : effective group\n");
170 fprintf(stderr, "\t-g <gid|group> : real group\n");
627 struct group *grp;
713 /* Try actual group name. */
724 /* Try actual group name. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c1259 * dnode and user/group accounting objects).
1530 uint64_t user, uint64_t group, boolean_t subtract)
1538 userquota_update_cache(&cache->uqc_group_deltas, group, delta);
1648 * If a dirty record for transaction group that is syncing can't
1692 uint64_t *group = NULL; local
1737 group = &dn->dn_oldgid;
1740 group = &dn->dn_newgid;
1748 user, group);
1529 do_userquota_update(userquota_cache_t *cache, uint64_t used, uint64_t flags, uint64_t user, uint64_t group, boolean_t subtract) argument
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk324 # Ignore -Wl,--start-group/-Wl,--end-group as it might be required in the
326 _LDADD_CANONICALIZED= ${LDADD:N:R:T:C;^lib(.*)$;-l\1;g:N-Wl,--[es]*-group}
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c1040 "'%s' has an invalid user/group name"),
2958 /* Figure out the property type ({user|group}{quota|space}) */
3045 * It's a user/group name (eg "user") that needs to be
3057 struct group *gr;
3064 /* It's a user/group ID (eg "12345"). */
4093 * group.
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dflow_table.h45 struct mlx5_flow_table_group *group);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c211 char *group; /* group to switch to */ variable
215 struct group *gr;
700 * Map group name/number to group ID
707 if (isdigit((unsigned char)*group)) {
708 sw_gid = (gid_t)strtoul(group, &endp, 0);
713 if ((gr = getgrnam(group)) != NULL) {
717 msyslog(LOG_ERR, "Cannot find group `%s'", group);
[all...]
H A Dcmd_args.c138 group = strrchr(user, ':');
139 if (group != NULL) {
142 *group++ = '\0'; /* get rid of the ':' */
143 len = group - user;
144 group = estrdup(group);
/freebsd-11-stable/contrib/ntp/include/
H A Dntpd.h276 extern char *sys_groupname; /* group name */
277 extern char *group_name; /* group name */
567 extern char *group; /* group to switch to */
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c1901 struct group *grp;
/freebsd-11-stable/etc/periodic/daily/
H A D200.backup-passwd21 elif [ ! -f /etc/group ]
23 echo '$daily_backup_passwd_enable" is set but /etc/group' \
31 echo "Backup passwd and group files:"
50 if [ ! -f $bak/group.bak ]
53 echo "no $bak/group.bak"
54 cp -p /etc/group $bak/group.bak || rc=3
57 if ! cmp -s $bak/group.bak /etc/group
60 echo "$host group diff
[all...]
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh526 # preserving the owner, group, and permissions from a specified
689 diff --changed-group-format='<<<<<<< (local)
1746 PREWORLD_FILES="etc/master.passwd etc/group"
/freebsd-11-stable/sbin/newfs/
H A Dmkfs.c71 * make file system for cylinder-group style file systems
322 * Calculate the number of blocks to put into each cylinder group.
325 * group. The first goal is to have at least enough data blocks
326 * in each cylinder group to meet the density requirement. Once
329 * pack as many blocks into each cylinder group map as will fit.
332 * can put into each cylinder group. If this is too big, we reduce
378 * Start packing more blocks into the cylinder group until
381 * For UFS1 inodes per cylinder group are stored in an int16_t
401 * Check to be sure that the last cylinder group has enough blocks
403 * per cylinder group whic
[all...]

Completed in 269 milliseconds

1234567891011>>