/src/include/ |
grp.h | 47 #define _PATH_GROUP "/etc/group" 50 struct group { struct 51 __aconst char *gr_name; /* group name */ 52 __aconst char *gr_passwd; /* group password */ 53 gid_t gr_gid; /* group id */ 54 __aconst char *__aconst *gr_mem; /* group members */ 58 struct group *getgrgid(gid_t); 59 struct group *getgrnam(const char *); 62 int getgrgid_r(gid_t, struct group *, char *, size_t, 63 struct group **); [all...] |
grp.h | 47 #define _PATH_GROUP "/etc/group" 50 struct group { struct 51 __aconst char *gr_name; /* group name */ 52 __aconst char *gr_passwd; /* group password */ 53 gid_t gr_gid; /* group id */ 54 __aconst char *__aconst *gr_mem; /* group members */ 58 struct group *getgrgid(gid_t); 59 struct group *getgrnam(const char *); 62 int getgrgid_r(gid_t, struct group *, char *, size_t, 63 struct group **); [all...] |
/src/sys/compat/linux32/common/ |
linux32_ioctl.c | 74 int group; local in function:linux32_sys_ioctl 77 group = LINUX32_IOCGROUP((int)SCARG(uap, com)); 81 SCARG(uap, com), (char)group, SCARG_P32(uap, data)); 84 switch(group) { 117 switch (group) { 154 printf("Not yet implemented ioctl group \'%c\'\n", group);
|
linux32_ioctl.c | 74 int group; local in function:linux32_sys_ioctl 77 group = LINUX32_IOCGROUP((int)SCARG(uap, com)); 81 SCARG(uap, com), (char)group, SCARG_P32(uap, data)); 84 switch(group) { 117 switch (group) { 154 printf("Not yet implemented ioctl group \'%c\'\n", group);
|
/src/usr.sbin/user/ |
Makefile | 15 LINKS+= ${BINDIR}/user ${BINDIR}/group 24 MAN+= group.8 groupadd.8 groupdel.8 groupmod.8 groupinfo.8 27 # this target checks the built-in default group, and, if it doesn't exist, 29 default-group: 30 @ln -fs ${.OBJDIR}/user ${.OBJDIR}/group; \ 32 ${TOOL_AWK} '/^group/ { print $$2 }'`; \ 33 if ${.OBJDIR}/group info -e $$defgrp; then \ 34 defgid=`${.OBJDIR}/group info $$defgrp | \ 39 ${.OBJDIR}/group info -e $$defgid || break; \ 45 ${.OBJDIR}/group info -e $$defgid || break; [all...] |
Makefile | 15 LINKS+= ${BINDIR}/user ${BINDIR}/group 24 MAN+= group.8 groupadd.8 groupdel.8 groupmod.8 groupinfo.8 27 # this target checks the built-in default group, and, if it doesn't exist, 29 default-group: 30 @ln -fs ${.OBJDIR}/user ${.OBJDIR}/group; \ 32 ${TOOL_AWK} '/^group/ { print $$2 }'`; \ 33 if ${.OBJDIR}/group info -e $$defgrp; then \ 34 defgid=`${.OBJDIR}/group info $$defgrp | \ 39 ${.OBJDIR}/group info -e $$defgid || break; \ 45 ${.OBJDIR}/group info -e $$defgid || break; [all...] |
/src/etc/ |
nsswitch.conf | 10 group: compat key 22 # group: compat, dns, files, nis
|
nsswitch.conf | 10 group: compat key 22 # group: compat, dns, files, nis
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
M0203.h | 27 u8 group; member in struct:nvbios_M0203E
|
M0203.h | 27 u8 group; member in struct:nvbios_M0203E
|
/src/share/examples/emul/ultrix/etc/ |
svc.conf | 15 group=local # /etc/group: native and Ultrix are compatible key
|
svc.conf | 15 group=local # /etc/group: native and Ultrix are compatible key
|
/src/usr.sbin/chroot/ |
chroot.c | 82 getgroup(const char *group) 85 struct group *gp; 87 if ((gp = getgrnam(group)) != NULL) 90 if (getnum(group, &num) == -1) 91 errx(1, "no such group `%s'", group); 115 char *group; /* group to switch to ... */ local in function:main 116 char *grouplist; /* group list to switch to ... */ 124 group = NULL [all...] |
chroot.c | 82 getgroup(const char *group) 85 struct group *gp; 87 if ((gp = getgrnam(group)) != NULL) 90 if (getnum(group, &num) == -1) 91 errx(1, "no such group `%s'", group); 115 char *group; /* group to switch to ... */ local in function:main 116 char *grouplist; /* group list to switch to ... */ 124 group = NULL [all...] |
/src/usr.sbin/sdpd/ |
main.c | 52 static bool drop_root (char const *user, char const *group); 67 char const *user = "_sdpd", *group = "_sdpd"; local in function:main 83 case 'G': /* super group */ 87 case 'g': /* group */ 88 group = optarg; 137 if ((user != NULL || group != NULL) && !drop_root(user, group)) 156 drop_root(char const *user, char const *group) 183 if (group != NULL) { 184 gid = strtol(group, &ep, 10) [all...] |
main.c | 52 static bool drop_root (char const *user, char const *group); 67 char const *user = "_sdpd", *group = "_sdpd"; local in function:main 83 case 'G': /* super group */ 87 case 'g': /* group */ 88 group = optarg; 137 if ((user != NULL || group != NULL) && !drop_root(user, group)) 156 drop_root(char const *user, char const *group) 183 if (group != NULL) { 184 gid = strtol(group, &ep, 10) [all...] |
/src/lib/libpam/modules/pam_group/ |
pam_group.c | 70 const char *group, *user; local in function:pam_sm_authenticate 74 struct group *grp, grres; 98 /* get regulating group */ 99 if ((group = openpam_get_option(pamh, "group")) == NULL) 100 group = "wheel"; 101 if (getgrnam_r(group, &grres, grbuf, sizeof(grbuf), &grp) != 0 || 105 /* check if the group is empty */ 121 "%s: You are not listed in the correct secondary group" 122 " (%s) to %s %s.", getprogname(), group, getprogname() [all...] |
pam_group.c | 70 const char *group, *user; local in function:pam_sm_authenticate 74 struct group *grp, grres; 98 /* get regulating group */ 99 if ((group = openpam_get_option(pamh, "group")) == NULL) 100 group = "wheel"; 101 if (getgrnam_r(group, &grres, grbuf, sizeof(grbuf), &grp) != 0 || 105 /* check if the group is empty */ 121 "%s: You are not listed in the correct secondary group" 122 " (%s) to %s %s.", getprogname(), group, getprogname() [all...] |
/src/sys/arch/arm/marvell/ |
mv78xx0.c | 139 const size_t group = irqbase / 32; local in function:mv78xx0_pic_unblock_irqs 141 write_mlmbreg(MV78XX0_ICI_IRQIMR(group), 142 read_mlmbreg(MV78XX0_ICI_IRQIMR(group)) | irq_mask); 149 const size_t group = irqbase / 32; local in function:mv78xx0_pic_block_irqs 151 write_mlmbreg(MV78XX0_ICI_IRQIMR(group), 152 read_mlmbreg(MV78XX0_ICI_IRQIMR(group)) & ~irq_mask);
|
mv78xx0.c | 139 const size_t group = irqbase / 32; local in function:mv78xx0_pic_unblock_irqs 141 write_mlmbreg(MV78XX0_ICI_IRQIMR(group), 142 read_mlmbreg(MV78XX0_ICI_IRQIMR(group)) | irq_mask); 149 const size_t group = irqbase / 32; local in function:mv78xx0_pic_block_irqs 151 write_mlmbreg(MV78XX0_ICI_IRQIMR(group), 152 read_mlmbreg(MV78XX0_ICI_IRQIMR(group)) & ~irq_mask);
|
/src/bin/ls/ |
ls.h | 79 char *group; member in struct:__anon33ec9f980208
|
ls.h | 79 char *group; member in struct:__anon33ec9f980208
|
/src/bin/pax/ |
gen_subs.c | 115 const char *user, *group; local in function:ls_list 140 group = group_from_gid(sbp->st_gid, 0); 143 UT_NAMESIZE, user ? user : "", UT_GRPSIZE, group ? group : "");
|
/src/lib/libpam/modules/pam_login_access/ |
login_access.c | 57 /* login_access - match username/group and host/tty with access control file */ 164 /* netgroup_match - match group against machine or user */ 167 netgroup_match(const char *group __unused, 179 struct group grres, *group; local in function:user_match 186 * the token is a group that contains the username. 193 } else if (getgrnam_r(tok, &grres, grbuf, sizeof(grbuf), &group) == 0 && 194 group != NULL) {/* try group membership */ 195 for (i = 0; group->gr_mem[i]; i++ [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
gvt.c | 140 struct attribute_group *group; local in function:intel_gvt_init_vgpu_type_groups 145 group = kzalloc(sizeof(struct attribute_group), GFP_KERNEL); 146 if (WARN_ON(!group)) 149 group->name = type->name; 150 group->attrs = gvt_type_attrs; 151 gvt_vgpu_type_groups[i] = group; 158 group = gvt_vgpu_type_groups[j]; 159 kfree(group); 168 struct attribute_group *group; local in function:intel_gvt_cleanup_vgpu_type_groups 171 group = gvt_vgpu_type_groups[i] [all...] |