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

1234567891011>>

/freebsd-11-stable/lib/libutil/
H A Dlibutil.h168 int gr_copy(int __ffd, int _tfd, const struct group *_gr,
169 struct group *_old_gr);
170 struct group *
171 gr_dup(const struct group *_gr);
172 struct group *
173 gr_add(const struct group *_gr, const char *_newmember);
174 int gr_equal(const struct group *_gr1, const struct group *_gr2);
178 char *gr_make(const struct group *_gr);
180 struct group *
[all...]
/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/tools/tools/mctest/
H A Dmctest.cc66 cout << "mctest [-r] -M clients -m client number -i interface -g multicast group -s packet size -n number -t inter-packet gap\n";
88 // @param group ///< multicast group
96 int sink(char *interface, struct in_addr *group, int pkt_size, int number, argument
108 if (group == NULL) {
109 group = &lgroup;
110 if (inet_pton(AF_INET, DEFAULT_GROUP, group) < 1)
134 mreq.imr_multiaddr.s_addr = group->s_addr;
149 local.sin_addr.s_addr = group->s_addr;
291 // @param group ///< multicas
299 source(char *interface, struct in_addr *group, int pkt_size, int number, int gap, int clients, short base_port) argument
454 struct in_addr *group = NULL; ///< the multicast group address local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
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/netbsd-tests/usr.bin/id/
H A Dpwgr.c29 * This file implements replacements for all user/group-related functions
30 * called by id(1). It provides fake but deterministic user and group
32 * User root, uid 0, primary group 0 (wheel).
33 * User test, uid 100, primary group 100 (users), secondary group 0 (wheel).
46 struct group GrEntry;
86 struct group *
89 struct group *g = &GrEntry;
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-punycode-examples.py70 desc = m.group(1)
75 codes.extend(string.split(m.group(1), ' '))
79 cases.append([codes, m.group(1), desc])
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_iofic.c140 * return the offset of the unmask register for a given group
145 int group)
147 al_assert(al_udma_iofic_level_and_group_valid(level, group));
148 return al_iofic_unmask_offset_get(al_udma_iofic_reg_base_get(regs, level), group);
151 /** @} end of UDMA group */
142 al_udma_iofic_unmask_offset_get( struct unit_regs __iomem *regs, enum al_udma_iofic_level level, int group) argument
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.h58 int group; member in struct:sae_data
64 int sae_set_group(struct sae_data *sae, int group);
78 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h48 sm_strdup_tagged_x __P((const char *str, char *file, int line, int group));
58 # define sm_strdup_tagged_x(str, file, line, group) \
59 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)
/freebsd-11-stable/bin/ls/
H A Dls.h86 char *group; member in struct:__anon5
/freebsd-11-stable/contrib/gdb/gdb/
H A Dreggroups.h43 /* Create a new local register group. */
47 /* Add a register group (with attribute values) to the pre-defined list. */
48 extern void reggroup_add (struct gdbarch *gdbarch, struct reggroup *group);
50 /* Register group attributes. */
55 returns the first group. Pass in a group, returns the next group,
56 or NULL when the last group is reached. */
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c79 int alpine_serdes_resource_get(uint32_t group, bus_space_tag_t *tag,
85 int alpine_serdes_resource_get(uint32_t group, bus_space_tag_t *tag,
285 alpine_serdes_resource_get(uint32_t group, bus_space_tag_t *tag, bus_addr_t *baddr) argument
291 if (group >= SERDES_NUM_GROUPS)
294 if (baddr_mapped[group]) {
296 *baddr = baddr_mapped[group];
305 al_devmap_pa + serdes_base + group * SERDES_GROUP_SIZE,
306 (SERDES_NUM_GROUPS - group) * SERDES_GROUP_SIZE, 0, baddr);
310 baddr_mapped[group] = *baddr;
/freebsd-11-stable/sys/mips/idt/
H A Didtreg.h139 #define ICU_GROUP_MASK_REG(group) \
140 (ICU_IMASK2 + ((((group) - 2) * ICU_GROUP_REG_OFFSET)))
141 #define ICU_GROUP_IPEND_REG(group) \
142 (ICU_IPEND2 + ((((group) - 2) * ICU_GROUP_REG_OFFSET)))
/freebsd-11-stable/usr.sbin/pw/tests/
H A DMakefile28 ${PACKAGE}FILES+= group
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf47 # directory to allow only members of a group to use sockets. This way, it is
53 # want to allow non-root users to use the control interface, add a new group
54 # and change this value to match with that group. Add users that should have
55 # control interface access to this group. If this variable is commented out or
56 # not included in the configuration file, group will not be changed from the
59 # When configuring both the directory and group, use following format:
62 # (group can be either group name or gid)
97 # key_mgmt, pairwise, group, proto variables
384 # By default (if this parameter is not set), the mandatory group 1
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c174 /* The group of references between that reuse may occur. */
180 struct mem_ref *refs; /* References in the group. */
181 struct mem_ref_group *next; /* Next group of references. */
196 struct mem_ref_group *group; /* The group of references it belongs to. */ member in struct:mem_ref
204 struct mem_ref *next; /* The next reference in the group. */
214 fprintf (file, " group %p (base ", (void *) ref->group);
215 print_generic_expr (file, ref->group->base, TDF_SLIM);
217 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ref->group
236 struct mem_ref_group *group; local
263 record_ref(struct mem_ref_group *group, tree stmt, tree mem, HOST_WIDE_INT delta, bool write_p) argument
687 prune_group_by_reuse(struct mem_ref_group *group) argument
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dsourcefilter.c52 * Advanced (Full-state) multicast group membership APIs [RFC3678]
141 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
156 if (!IN_MULTICAST(ntohl(group.s_addr)) ||
171 tmpgroup.sin.sin_addr = group;
211 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
229 if (!IN_MULTICAST(ntohl(group.s_addr)) ||
244 tmpgroup.sin.sin_addr = group;
276 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
289 psu = (sockunion_t *)group;
333 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getgrent.c76 struct group *gr;
80 * Loop over the group database. The first
120 atf_tc_set_md_var(tc, "descr", "Test consistency of the group db");
126 struct group *gr, *gr1, *gr2;
171 atf_tc_fail("group database is inconsistent");
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
68 SET_AND_CLEAR1(group); \
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c220 bucket, and take the smaller of our rate limit and the group
228 if (bev->rate_limiting->group) {
230 bev->rate_limiting->group;
236 * group. */
295 if (bev->rate_limiting->group) {
296 LOCK_GROUP(bev->rate_limiting->group);
297 bev->rate_limiting->group->rate_limit.read_limit -= bytes;
298 bev->rate_limiting->group->total_read += bytes;
299 if (bev->rate_limiting->group->rate_limit.read_limit <= 0) {
300 bev_group_suspend_reading_(bev->rate_limiting->group);
446 bev_group_random_element_(struct bufferevent_rate_limit_group *group) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py36 t = float(m.group(1))
42 return m.group(0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.h40 uint32_t deny2; /* deny mask for bits not in group */
42 uint32_t group; /* allow mask matching mode */ member in struct:trivial_acl
57 uid_t owner, gid_t group);
/freebsd-11-stable/libexec/mknetid/
H A Dparse_group.c50 static struct group _gr_group;
60 struct group *
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ioctl.h39 #define SVR4_IOC(inout,group,num,len) \
40 (inout | ((len & 0xff) << 16) | ((group) << 8) | (num))
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd37 f_include $BSDCFG_SHARE/usermgmt/group.subr
68 # Add a group
71 # environment variable $group (handle $VAR_GROUP).

Completed in 194 milliseconds

1234567891011>>