Searched refs:group (Results 151 - 175 of 534) sorted by relevance

1234567891011>>

/freebsd-11-stable/share/examples/ypldap/
H A Dypldap.conf6 provide map "group.byname"
7 provide map "group.bygid"
32 # group maps configuration (RFC 2307 posixGroup object class)
33 group filter "(objectClass=posixGroup)"
38 # memberUid returns multiple group members
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel37 f_include $BSDCFG_SHARE/usermgmt/group.subr
69 # If given a group name, operate on it and exit
91 # Anything else is a group name
H A Dgroupedit37 f_include $BSDCFG_SHARE/usermgmt/group.subr
69 # If given a group name, operate on it and exit
91 # Anything else is a group name
/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.c219 const char *user, *group; local
232 group = group_from_gid(st->st_gid, 0);
235 group = gbuf;
248 glen = MAXIMUM(strlen(group), 8);
252 (u_int)st->st_nlink, ulen, user, glen, group,
256 (u_int)st->st_nlink, ulen, user, glen, group,
/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/contrib/gcc/
H A Dread-rtl.c52 /* The group (modes or codes) to which the macro or attribute belongs. */
53 struct macro_group *group; member in struct:mapping
302 m = (struct mapping *) htab_find (macro->group->attrs, &attr);
428 struct macro_group *group; local
443 group = macro->group;
444 if (group->uses_macro_p (x, macro->index + group->num_builtins))
445 group->apply_macro (x, value);
494 struct macro_group *group; local
620 add_mapping(struct macro_group *group, htab_t table, const char *name, FILE *infile) argument
1288 find_macro(struct macro_group *group, const char *name, FILE *infile) argument
1309 read_mapping(struct macro_group *group, htab_t table, FILE *infile) argument
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_intr.c90 static void hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group);
155 he_intr_tbrq(struct hatm_softc *sc, struct hetbrq *q, u_int group) argument
157 uint32_t *tailp = &sc->hsp->group[group].tbrq_tail;
169 WRITE4(sc, HE_REGO_TBRQ_H(group), q->head << 2);
197 hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group) argument
227 if (group == 0) {
309 u_int group)
319 DBG(sc, INTR, ("%s buffer supply threshold crossed for group %u",
320 large ? "large" : "small", group));
308 he_intr_rbp(struct hatm_softc *sc, struct herbp *rbp, u_int large, u_int group) argument
415 hatm_rx_buffer(struct hatm_softc *sc, u_int group, u_int handle) argument
499 he_intr_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
[all...]
H A Dif_hatm.c732 hatm_clear_irq(struct hatm_softc *sc, u_int group) argument
734 WRITE4(sc, HE_REGO_IRQ_BASE(group), 0);
735 WRITE4(sc, HE_REGO_IRQ_HEAD(group), 0);
736 WRITE4(sc, HE_REGO_IRQ_CNTL(group), 0);
737 WRITE4(sc, HE_REGO_IRQ_DATA(group), 0);
744 hatm_init_irq(struct hatm_softc *sc, struct heirq *q, u_int group) argument
749 hatm_clear_irq(sc, group);
753 q->group = group;
763 WRITE4(sc, HE_REGO_IRQ_BASE(group),
1116 hatm_clear_rpool(struct hatm_softc *sc, u_int group, u_int large) argument
1128 hatm_init_rpool(struct hatm_softc *sc, struct herbp *q, u_int group, u_int large) argument
1156 hatm_clear_rbrq(struct hatm_softc *sc, u_int group) argument
1168 hatm_init_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
1194 hatm_clear_tbrq(struct hatm_softc *sc, u_int group) argument
1206 hatm_init_tbrq(struct hatm_softc *sc, struct hetbrq *tq, u_int group) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c143 avl_tree_t group; member in struct:ace_list
528 * user|group for the mask (the group_obj was added
620 * Set the corresponding deny for the group ace.
642 * If we just did the last group, skip acep past
1048 uid_t owner, gid_t group, boolean_t isdir)
1073 dest->a_id = group;
1088 uid_t owner, gid_t group, boolean_t isdir)
1126 error = acevals_to_aent(&list->user_obj, aent, list, owner, group,
1140 error = acevals_to_aent(vals, aent, list, owner, group,
1151 error = acevals_to_aent(&list->group_obj, aent, list, owner, group,
1047 acevals_to_aent(acevals_t *vals, aclent_t *dest, ace_list_t *list, uid_t owner, gid_t group, boolean_t isdir) argument
1087 ace_list_to_aent(ace_list_t *list, aclent_t **aclentp, int *aclcnt, uid_t owner, gid_t group, boolean_t isdir) argument
1266 ln_ace_to_aent(ace_t *ace, int n, uid_t owner, gid_t group, aclent_t **aclentp, int *aclcnt, aclent_t **dfaclentp, int *dfaclcnt, boolean_t isdir) argument
1463 convert_ace_to_aent(ace_t *acebufp, int acecnt, boolean_t isdir, uid_t owner, gid_t group, aclent_t **retaclentp, int *retaclcnt) argument
1505 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, gid_t group) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c72 const EC_GROUP *group; /* Parent EC_GROUP object */ member in struct:ec_pre_comp_st
149 static EC_PRE_COMP *ecp_nistz256_pre_comp_new(const EC_GROUP *group);
595 static int ecp_nistz256_windowed_mul(const EC_GROUP *group, argument
634 if (!BN_nnmod(mod, scalar[i], &group->order, ctx)) {
771 static int ecp_nistz256_mult_precompute(EC_GROUP *group, BN_CTX *ctx) argument
791 EC_EX_DATA_free_data(&group->extra_data, ecp_nistz256_pre_comp_dup,
795 generator = EC_GROUP_get0_generator(group);
809 if ((pre_comp = ecp_nistz256_pre_comp_new(group)) == NULL)
824 if (!EC_GROUP_get_order(group, order, ctx))
842 P = EC_POINT_new(group);
1117 ecp_nistz256_set_from_affine(EC_POINT *out, const EC_GROUP *group, const P256_POINT_AFFINE *in, BN_CTX *ctx) argument
1152 ecp_nistz256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
1405 ecp_nistz256_get_affine(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
1449 ecp_nistz256_pre_comp_new(const EC_GROUP *group) argument
1520 ecp_nistz256_window_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec_pmeth.c72 /* Key and paramgen group */
223 const EC_GROUP *group; local
224 group = EC_KEY_get0_group(eckey);
225 *keylen = (EC_GROUP_get_degree(group) + 7) / 8;
284 EC_GROUP *group; local
287 group = EC_GROUP_new_by_curve_name(p1);
288 if (group == NULL) {
294 dctx->gen_group = group;
320 if (!ec_key->group)
323 if (BN_is_one(&ec_key->group
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c58 * data caches: for every possible key, there is exactly one group
111 * an already used group to extend it.
180 /* We don't mark the initialization status for every group but initialize
184 * byte, i.e. 8 flags/byte x 32 groups/flag x 8 entries/group x 40 index
193 /* To save space in our group structure, we only use 32 bit size values
606 /* next group in the chain or NO_INDEX for the last.
608 * unused spare group */
611 /* previously group in the chain or NO_INDEX for the first */
620 /* The size of the group struct should be a power of two make sure it does
634 /* Maximum number of groups in a chain, i.e. a cache index group ca
1017 entry_group_t *group = NULL; local
1046 free_spare_group(svn_membuffer_t *cache, entry_group_t *group) argument
1067 last_group_in_chain(svn_membuffer_t *cache, entry_group_t *group) argument
1084 entry_group_t *group = &cache->directory[start_group_index]; local
1303 entry_group_t *group = &cache->directory[group_index]; local
1402 entry_group_t *group; local
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dheap.c208 ** Each allocated block is assigned a "group number".
209 ** By default, all blocks are assigned to group #1.
210 ** By convention, group #0 is for memory that is never freed.
211 ** You can use group numbers any way you want, in order to help make
352 ** group -- heap group for debugging.
359 sm_malloc_tagged(size, tag, num, group)
363 int group;
383 if (ptr != NULL && !sm_heap_register(ptr, size, tag, num, group))
403 ** group
[all...]
H A Drpool.c107 ** group -- heap group for debugging.
126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group)
131 int group;
141 return sm_malloc_tagged_x(size, file, line, group);
206 ** group -- heap group for debugging.
222 sm_rpool_malloc_tagged(rpool, size, file, line, group)
227 int group;
237 return sm_malloc_tagged(size, file, line, group);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c295 EC_GROUP *group; local
343 group = EC_GROUP_new_by_curve_name(nid);
344 if (group == NULL)
346 if (EC_KEY_set_group(eckey, group) == 0)
348 EC_GROUP_free(group);
366 group = EC_GROUP_new_by_curve_name(nid);
367 if (group == NULL)
369 if (EC_KEY_set_group(wrong_eckey, group) == 0)
371 EC_GROUP_free(group);
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c596 debugprintf("changing owner (group) or %s to %u.", mtpoint,
600 err(1, "chown %s to %u (group)", mtpoint,
636 * 'str' should be a user and group name similar to the last argument
638 * group. The user and group in 'str' may be either a [ug]id or a
640 * the uid and gid of the user and group name in 'str', respectively.
642 * In other words, this derives a user and group id from a string
646 * group name. do_mtptsetup already does, so when this feature is
653 char *user, *group; /* Result of extracton. */ local
655 struct group *g
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dgetid.c83 static struct group * gi_getgrnam(const char *);
84 static struct group * gi_getgrgid(gid_t);
103 static struct group _gr_group;
129 snprintf(grfile, sizeof(grfile), "%s/group", dir);
148 * group lookup functions
151 static struct group *
164 static struct group *
/freebsd-11-stable/contrib/top/
H A DConfigure8 set vars = (module LoadMax topn NominalTopn delay owner group mode random \
111 Group Owner $group
189 "-o" for owner, "-g" for group, and "-m" for mode. A shell script
369 set group = sys
372 is the case, then top can function just fine installed set group id to
381 should double check and use mode 2755 (set group id) if top doesn't
385 and higher top only requires set group id sys permissions.
397 echo "It looks like only group $t_group can read the memory devices."
412 set group = $t_group
418 ./getans "Group owner" group "
[all...]
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf.h131 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
133 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
170 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
171 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
178 long NCONF_get_number(CONF *conf, char *group, char *name);
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk4 # group, mode, and directories. Defaults are in brackets.
21 # BINGRP Binary group. [wheel]
41 # LIBGRP Library group. [${BINGRP}]
56 # KMODGRP Kernel and KLD group. [${BINGRP}]
66 # SHAREGRP ASCII text file group. [wheel]
75 # CONFGRP Configuration file group. [wheel]
85 # DOCGRP Documentation group. [${SHAREGRP}]
95 # INFOGRP Info group. [${SHAREGRP}]
104 # MANGRP Manual group. [${SHAREGRP}]
114 # NLSGRP National Language Support files group
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.c22 int sae_set_group(struct sae_data *sae, int group) argument
29 if (!dragonfly_suitable_group(group, 0)) {
30 wpa_printf(MSG_DEBUG, "SAE: Reject unsuitable group %d", group);
40 /* First, check if this is an ECC group */
41 tmp->ec = crypto_ec_init(group);
43 wpa_printf(MSG_DEBUG, "SAE: Selecting supported ECC group %d",
44 group);
45 sae->group = group;
800 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py109 return int(m.group(1)), int(m.group(2)), int(m.group(3))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp72 unsigned struct_group_sz = sizeof(struct group);
272 CHECK_TYPE_SIZE(group); variable
273 CHECK_SIZE_AND_OFFSET(group, gr_name);
274 CHECK_SIZE_AND_OFFSET(group, gr_passwd);
275 CHECK_SIZE_AND_OFFSET(group, gr_gid);
276 CHECK_SIZE_AND_OFFSET(group, gr_mem);
/freebsd-11-stable/sys/mips/idt/
H A Dobio.c336 int irq, thread, group, i; local
340 for (group = 2; group <= 6; group++) {
341 ipend = ICU_REG_READ(ICU_GROUP_IPEND_REG(group));
342 imask = ICU_REG_READ(ICU_GROUP_MASK_REG(group));
348 irq = IP_IRQ(group, i - 1);
353 irq = IP_IRQ(group, i - 1);
/freebsd-11-stable/tests/sys/acl/
H A Drun164 my $fh = new FileHandle("/etc/group")
165 or return [ "opening /etc/group: $!\n" ];
168 my ($group, $passwd, $gid, $users) = split /:/;
198 my ($group) = @_;
200 my $gid = getgrnam($group)
201 or return [ "sg: group $group does not exist\n" ];

Completed in 172 milliseconds

1234567891011>>