Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 965) sorted by path

12345678910>>...39

/illumos-gate/usr/src/
H A DTargetdirs552 # Target directories with non-default values for owner and group must
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h202 uchar_t group [ISODCL(5, 8)]; /* 723 */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dioccom.h54 #define _IOC(inout,group,num,len) ((unsigned long) \ argument
55 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num)))
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile28 ETC_SCRIPT= group project ttysrch mailcap mime.types
H A Dproject5 group.staff:10::::
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c105 struct group *getgrnam(),*grp;
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c597 _newdac(char *file, uid_t owner, gid_t group, o_mode_t mode) in _newdac() argument
602 if (chown(file, owner, group) == -1) { in _newdac()
607 if (chown(file, owner, group) == -1) { in _newdac()
625 err = acl_strip(file, owner, group, (mode_t)mode); in _newdac()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt51 token=group:group
1750 comment=1, group ID, "gid"
1758 comment=1, group ID, "gid"
1810 comment=1, real group ID, "rgid":
1811 comment=2, effective group ID, "egid"
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c577 struct group *grp; in proc_group()
/illumos-gate/usr/src/cmd/bnu/
H A DGrades49 # User, non-user, group, non-group are
51 # id_list a list of login names or group names
H A Dgrades.c68 struct group *grp;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1814 struct group *gp; in list2file()
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c63 static struct group *gr;
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c62 static struct group *grp;
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.3.sample55 # group.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME251 group - and hence inactive (due to cable being unplugged or inability to
256 (offline*), as would be the case when the link's priority group is
281 group. The reason we watch out for these is they represent the potential
282 to change priority grouping to a more preferred group. To accommodate this,
283 WiFi links of the same or lower (more preferred) priority group will always
315 currently-active priority group - should always be able to scan, as they
383 o prioritized: where the constituent link NCUs specify priority group
408 in that priority group.
410 The current priority-group is considered failed if:
420 fail. If such links wish to be skipped, their priority group value
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME80 difference between this and the first group is that the
163 each DHCP state machine manages a group of addresses, and is
H A Ddhcpagent.dfl95 # multipathing (IPMP) group, that is not IP over InfiniBand (IPoIB), and
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1354 (localp[c]).group = item->group; in mib_item_dup()
1456 diffptr->group = tempp2->group; in mib_item_diff()
1507 diffptr->group = tempp2->group; in mib_item_diff()
1558 diffptr->group = tempp2->group; in mib_item_diff()
1596 diffptr->group = tempp2->group; in mib_item_diff()
1622 diffptr->group = tempp2->group; in mib_item_diff()
1671 diffptr->group = tempp2->group; in mib_item_diff()
1724 diffptr->group = tempp2->group; in mib_item_diff()
1791 diffptr->group = tempp2->group; in mib_item_diff()
1812 diffptr->group = tempp2->group; in mib_item_diff()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c352 struct group *g;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h138 extern struct group *gr; /* pointer to static area used by getgrent */
H A Dmain.c52 struct group *gr; /* pointer to static area used by getgrent */
H A Dserver.c307 #define protogroup() (gr ? gr->gr_name : group)
323 static char user[15], group[15]; in sendf() local
357 sprintf(group, ":%d", stb.st_gid); in sendf()
776 char *owner, *group; in recvf() local
817 group = cp; in recvf()
864 if (chog(target, owner, group, mode) == 0) in recvf()
1023 if (chog(new, owner, group, mode) < 0) { in recvf()
1186 if (*group == ':') { in chog()
1187 gid = atoi(group + 1); in chog()
1193 if ((*group == ':' && in chog()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c717 struct group *gr; in set_group()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME169 networks that require some kind of security. Task group I (Security)
170 of IEEE 802.11 working group (http://www.ieee802.org/11/) has worked
445 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
463 group=CCMP TKIP
540 group=CCMP TKIP WEP104 WEP40

12345678910>>...39