Searched refs:grp (Results 76 - 100 of 150) sorted by relevance

123456

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_bsdauth.c29 #include <grp.h>
/openbsd-current/bin/ls/
H A Dprint.c42 #include <grp.h>
H A Dls.c44 #include <grp.h>
/openbsd-current/bin/pax/
H A Dsel_subs.c40 #include <grp.h>
51 * data structure for storing uid/grp selects (-U, -G non standard options)
/openbsd-current/sbin/dump/
H A Doptr.c41 #include <grp.h>
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c315 unsigned int grp = e2e_pipe_param[i].pipe.src.hsplit_grp; local
319 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp
322 dml_print("DML_DLG: %s: pipe[%d] is in grp %d idx %d\n",
323 __func__, j, grp, grp_idx);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c294 const struct attribute_group *grp)
297 sysfs_create_group(kobj, &grp[0]) :
298 sysfs_merge_group(kobj, &grp[1]);
293 __intel_gt_sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) argument
/openbsd-current/lib/libcrypto/ec/
H A Dec_ameth.c748 const EC_GROUP *grp; local
754 grp = EC_KEY_get0_group(pk->pkey.ec);
758 if (!EC_KEY_set_group(ecpeer, grp))
H A Dec_local.h320 int (*set_group)(EC_KEY *key, const EC_GROUP *grp);
H A Dec.h352 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
376 int (**pset_group)(EC_KEY *key, const EC_GROUP *grp),
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm272 my $grp = ${*$nntp}{'net_nntp_group'};
274 return $grp
279 $newgrp = (defined($grp) and length($grp)) ? $grp : ""
/openbsd-current/usr.bin/pkill/
H A Dpkill.c53 #include <grp.h>
/openbsd-current/regress/sys/ffs/
H A Dfstest.c39 #include <grp.h>
/openbsd-current/usr.bin/su/
H A Dsu.c37 #include <grp.h>
/openbsd-current/usr.bin/rdist/
H A Dcommon.c38 #include <grp.h>
/openbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c54 #include <grp.h>
/openbsd-current/usr.sbin/mtree/
H A Dcreate.c38 #include <grp.h>
/openbsd-current/usr.sbin/inetd/
H A Dinetd.c142 #include <grp.h>
1686 struct group *grp = NULL; local
1771 (grp = getgrnam(sep->se_group)) == NULL) {
1789 pwd->pw_gid = grp->gr_gid;
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp16 #include <grp.h>
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp20 #include <grp.h>
/openbsd-current/usr.bin/doas/
H A Ddoas.c32 #include <grp.h>
/openbsd-current/usr.sbin/snmpd/
H A Dparse.y44 #include <grp.h>
265 struct group *grp;
287 if ((grp = getgrnam(AGENTX_GROUP)) == NULL) {
292 master->axm_group = grp->gr_gid;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c1161 unsigned int grp = e2e_pipe_param[i].pipe.src.hsplit_grp; local
1165 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
1167 dml_print("DML_DLG: %s: pipe[%d] is in grp %d idx %d\n", __func__, j, grp, grp_idx);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c1074 unsigned int grp = e2e_pipe_param[i].pipe.src.hsplit_grp; local
1078 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
1080 dml_print("DML_DLG: %s: pipe[%d] is in grp %d idx %d\n", __func__, j, grp, grp_idx);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1201 unsigned int grp = e2e_pipe_param[i].pipe.src.hsplit_grp; local
1205 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp
1208 dml_print("DML_DLG: %s: pipe[%d] is in grp %d idx %d\n", __func__, j, grp, grp_idx);

Completed in 277 milliseconds

123456