Searched refs:group (Results 326 - 350 of 534) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh130 awk -F\: '$4 == "foo" { print $1 }' ${HOME}/group
133 awk -F\: '$4 == "foo" { print $1 }' ${HOME}/group
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c596 struct group *
599 struct group *res;
/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/lld/lib/Core/
H A DResolver.cpp195 if (GroupEnd *group = dyn_cast<GroupEnd>(inputs[index].get())) {
196 // We are at the end of the current group. If one or more new
199 int size = group->getSize();
244 // in --start-group and --end-group. Only library files should
304 // go away as a group.
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c282 enum vtype type, int group, int owner, struct acl_entry *ace)
318 if (group)
281 nfsrv_buildace(struct nfsrv_descript *nd, u_char *name, int namelen, enum vtype type, int group, int owner, struct acl_entry *ace) argument
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1537 struct wpi_power_group *group = &sc->groups[n]; local
1549 /* Save TX power group information. */
1550 group->chan = rgroup.chan;
1551 group->maxpwr = rgroup.maxpwr;
1553 group->temp = (int16_t)le16toh(rgroup.temp);
1556 "power group %d: chan=%d maxpwr=%d temp=%d\n", n, group->chan,
1557 group->maxpwr, group->temp);
1560 group
3660 struct wpi_power_group *group; local
3708 wpi_get_power_index(struct wpi_softc *sc, struct wpi_power_group *group, uint8_t chan, int is_chan_5ghz, int ridx) argument
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2332 rt2860_select_chan_group(struct rt2860_softc *sc, int group) argument
2337 rt2860_mcu_bbp_write(sc, 62, 0x37 - sc->lna[group]);
2338 rt2860_mcu_bbp_write(sc, 63, 0x37 - sc->lna[group]);
2339 rt2860_mcu_bbp_write(sc, 64, 0x37 - sc->lna[group]);
2342 if (group == 0) {
2362 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P;
2371 if (group == 0) { /* 2GHz */
2390 if (group == 0)
2394 if (group == 0)
2402 if (group
4241 u_int chan, group; local
[all...]
/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/ntp/sntp/libevent/
H A Dbufferevent-internal.h57 /* On a base bufferevent: when we have emptied the group's bandwidth bucket. */
69 /** List of all members in the group */
71 /** Current limits for the group. */
75 /** True iff we don't want to read from any member of the group.until
78 /** True iff we don't want to write from any member of the group.until
82 * group for reading the last time we tried, and we should try
86 * group for writing the last time we tried, and we should try
91 /** Total number of bytes read or written in this group since last
97 /** The number of bufferevents in the group. */
100 /** The smallest number of bytes that any member of the group shoul
128 struct bufferevent_rate_limit_group *group; member in struct:bufferevent_rate_limit
[all...]
/freebsd-11-stable/bin/getfacl/
H A Dgetfacl.c76 struct group *gr;
137 /* calculate group mode */
217 printf("# file: %s\n# owner: %s\n# group: %s\n", path,
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c156 struct group *grp;
161 errx(EX_NOUSER, "unknown group '%s'", optarg);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c80 "group", 'g', arg_string, &system_group,
81 "system cache group", "group"
168 struct group *gr;
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c52 struct group *grp;
80 snprintf(str, size, "group@");
93 snprintf(str, size, "group:%d", (unsigned int)*id);
95 snprintf(str, size, "group:%s", grp->gr_name);
/freebsd-11-stable/lib/libc/rpc/
H A Dnetnamer.c151 struct group *grp;
167 /* filter out duplicate group entries */
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_node.c161 inop->inode.iso_gid = isonum_723(ap->group); /* what about 0? */
H A Diso.h196 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c103 struct group *grp;
138 warnx("%s: no such group", g->name);
182 (void)fprintf(stderr, "usage: wall [-g group] [file]\n");
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c153 warnx("separation of user and group with a period is deprecated");
237 struct group *gr;
242 gid = ((gr = getgrnam(s)) != NULL) ? gr->gr_gid : id(s, "group");
287 /* Check group membership; kernel just returns EPERM. */
297 warnx("you are not a member of group %s", gname);
310 "usage: chown [-fhvx] [-R [-H | -L | -P]] owner[:group]"
312 " chown [-fhvx] [-R [-H | -L | -P]] :group file ...");
315 "usage: chgrp [-fhvx] [-R [-H | -L | -P]] group file ...");
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c170 struct group *gr;
220 errx(1, "line %d: unknown group %s", lineno, val);
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c283 struct group *gr;
293 errx(++problems, "cannot locate daemon group");
/freebsd-11-stable/crypto/openssh/
H A Dsshpty.c192 struct group *grp;
197 /* Determine the group to make the owner of the tty. */
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c237 struct group *gr;
248 errx(EX_NOUSER, "unknown group id: %s", gname);
/freebsd-11-stable/stand/libsa/
H A Dnandfs.c52 uint32_t groups_per_desc_block; /* desc is super group */
53 uint32_t blocks_per_desc_block; /* desc is super group */
987 uint64_t group, group_offset, blocknr_in_group; local
991 group = index / mdt->entries_per_group;
993 desc_block = group / mdt->groups_per_desc_block;
994 desc_offset = group % mdt->groups_per_desc_block;
1000 /* To group offset */
/freebsd-11-stable/usr.bin/newgrp/
H A Dnewgrp.c30 * newgrp -- change to a new group
128 fprintf(stderr, "usage: newgrp [-l] [group]\n");
155 struct group *grp;
161 /* Try it as a group name, then a group id. */
165 warnx("%s: bad group name", grpname);
170 * If the user is not a member of the requested group and the group
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c156 wpa_printf(MSG_DEBUG, "AUTH: Initializing group state machine");
196 /* group mgmt */
206 /* group privacy / data frames */
305 int group = groups[wpa_s->mesh_rsn->sae_group_index]; local
307 if (group <= 0)
309 if (sae_set_group(sae, group) == 0) {
310 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d",
311 sae->group);
336 wpa_msg(wpa_s, MSG_DEBUG, "SAE: Failed to select group");

Completed in 182 milliseconds

<<11121314151617181920>>