Searched refs:group (Results 101 - 125 of 534) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c73 * user[:group][/login-class] user/group/login-class to run daemon as
97 * user[:group][/login-class] user/group/login-class to run daemon as
333 struct group *grp;
819 "%s/%s: %s: no such group",
1009 "%s/%s: no such group '%s', service ignored",
1677 if (arg[0] == ':') { /* :user:group:perm: */
1678 char *user, *group, *perm; local
1680 struct group *g
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspecspec.c49 struct group *gr;
/freebsd-11-stable/contrib/mtree/
H A Dspecspec.c58 struct group *gr;
/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/sbin/fsck_ffs/
H A Dmain.c237 struct group *grp;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c98 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
107 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */
109 #define ICMP6_MEMBERSHIP_REPORT 131 /* group membership report */
111 #define ICMP6_MEMBERSHIP_REDUCTION 132 /* group membership termination */
1415 u_int group, nsrcs, ngroups; local
1426 ND_PRINT((ndo,", %d group record(s)", ngroups));
1428 /* Print the group records */
1429 group = 8;
1432 if (len < group + 20) {
1436 ND_TCHECK2(bp[group
[all...]
H A Dconfigure6303 if test -f /etc/group -a ! -z "`grep '^wheel:' /etc/group`" ; then
8197 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c67 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
71 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
76 /* Find the last non-zero element of group->poly[] */
78 i < (int)OSSL_NELEM(group->poly) && group->poly[i] != 0;
92 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
94 if (group == NULL)
97 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
99 || !((group->poly[0] != 0) && (group
112 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
316 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
436 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
547 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
650 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1056 EC_GROUP *group = NULL; local
[all...]
/freebsd-11-stable/crypto/openssl/
H A DMakefile516 --owner 0 --group 0 \
/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/tcsh/
H A Dtw.init.c664 (void) setgrent(); /* Open group file */
670 * Return the next entry from the group file
676 struct group *gr;
710 * Close the group file to finish the groupname list
H A Dsh.misc.c596 struct group *
599 struct group *res;
H A Dsh.exp.c635 struct group *gr;
H A Dsh.decls.h295 extern struct group *xgetgrgid (gid_t);
H A Dsh.c460 * The security change to rlogind requires the process group of an rlogin
464 * 1. set the process group
632 struct group *gr;
1208 /* NeXT 2.0 /usr/etc/rlogind, does not set our process group! */
1231 * group specified did not belong to a process
1233 * process group and try again.
1245 * We check the process group now. If it is the same, then
1261 * need BSD process group compatibility.
1727 * Source to a unit. If onlyown it must be our file or our group or
1855 * We kill the last foreground process group
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c313 "<\"everyone\"|user|group>[,...] <perm|@setname>[,...]\n"
322 "<\"everyone\"|user|group>[,...]\n"
504 (void) fprintf(fp, gettext("\nThe {user|group}{used|quota}@ "
506 "a user or group specifier of one of these forms:\n"
2253 * -n Print numeric ID instead of user/group name.
2516 struct group *g;
2764 /* Toggle default group types */
3472 * without checking the transaction group.
4244 char who_ug_name[256]; /* user/group name */
4262 uu_avl_t *fsp_uge_avl; /* user,group,everyon
4814 boolean_t group; member in struct:allow_opts
[all...]
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetgr_test.c52 DECLARE_TEST_DATA(group)
53 DECLARE_TEST_FILE_SNAPSHOT(group)
54 DECLARE_1PASS_TEST(group)
55 DECLARE_2PASS_TEST(group)
57 static void clone_group(struct group *, struct group const *);
58 static int compare_group(struct group *, struct group *, void *);
59 static void dump_group(struct group *);
60 static void free_group(struct group *);
[all...]
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dentry.c61 "bad group name",
304 struct group *grp;
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c195 " quota -g [-hl] [-f path] [-v | -q | -r] group ...");
231 * Print out quotas for a specified group identifier.
236 struct group *grp = getgrgid(gid);
247 * Print out quotas for a specifed group name.
252 struct group *grp = getgrnam(name);
255 warnx("%s: unknown group", name);
393 type == USRQUOTA ? "user" : "group", id, qup->fsname);
615 /* Old rpc quota does not support group type */
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1121 /* Set rates mask for group addressed frames. */
2577 int ridx, chan, group; local
2579 /* Determine channel group. */
2582 group = 0;
2584 group = 1;
2586 group = 2;
2607 max = rom->ht40_max_pwr[group];
2609 max = rom->ht20_max_pwr[group];
2615 power[ridx] = base->pwr[group][ridx];
2621 cckpow = rom->cck_tx_pwr[chain][group];
[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/usb/wlan/
H A Dif_run.c1928 sc->lna[2] = val >> 8; /* channel group 2 */
1950 sc->lna[3] = val >> 8; /* channel group 3 */
1954 sc->lna[0] = val & 0xff; /* channel group 0 */
1955 sc->lna[1] = val >> 8; /* channel group 1 */
1959 DPRINTF("invalid LNA for channel group %d\n", 2);
1963 DPRINTF("invalid LNA for channel group %d\n", 3);
2263 (k->wk_flags & IEEE80211_KEY_GROUP) ? "group" : "pairwise",
2268 wcid = 0; /* NB: update WCID0 for group keys */
2316 /* install group key */
2391 /* remove group ke
3877 run_select_chan_group(struct run_softc *sc, int group) argument
4744 u_int chan, group; local
[all...]
H A Dif_rum.c2853 DPRINTFN(1, "setting group key %d for vap %d, mode %d "
2877 device_printf(sc->sc_dev, "%s: cannot set group key %d for vap %d\n",
2887 DPRINTF("%s: removing group key %d for vap %d\n", __func__,
2996 int group; local
3003 group = k >= &vap->iv_nw_keys[0] && k < &vap->iv_nw_keys[IEEE80211_WEP_NKID];
3006 group ? rum_group_key_set_cb : rum_pair_key_set_cb);
3013 int group; local
3020 group = k >= &vap->iv_nw_keys[0] && k < &vap->iv_nw_keys[IEEE80211_WEP_NKID];
3023 group ? rum_group_key_del_cb : rum_pair_key_del_cb);
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c551 struct sockaddr_in group; local
557 bzero(&group, sizeof(struct sockaddr_in));
558 group.sin_len = sizeof(struct sockaddr_in);
559 group.sin_family = AF_INET;
560 group.sin_addr = ip->ip_dst;
563 (struct sockaddr *)&group,
H A Draw_ip.c315 * XXX: If faddr was bound to multicast group,
370 * joined the group, and may have set IFF_ALLMULTI
381 struct sockaddr_in group; local
383 bzero(&group, sizeof(struct sockaddr_in));
384 group.sin_len = sizeof(struct sockaddr_in);
385 group.sin_family = AF_INET;
386 group.sin_addr = ip->ip_dst;
390 (struct sockaddr *)&group,

Completed in 267 milliseconds

1234567891011>>