Searched refs:project (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libproject/common/
H A Dllib-lproject28 #include <project.h>
36 struct ps_prochandle *, struct project *);
H A Dgetprojent.c31 #include <project.h>
53 static int ismember(struct project *, const char *, gid_t, int);
79 struct project *
80 _getprojent(struct project *result, void *buffer, size_t buflen)
86 return ((struct project *)NSS_XbyY_FINI(&arg));
89 struct project *
90 _fgetprojent(FILE *f, struct project *result, void *buffer, size_t buflen)
97 return ((struct project *)NSS_XbyY_FINI(&arg));
100 struct project *
101 _getprojbyid(projid_t projid, struct project *resul
377 struct project *project = ent; local
[all...]
H A Dproject_walk.c31 #include <project.h>
H A Dsetproject.c31 #include <project.h>
215 if (strncmp(ctl_name, "project.", strlen("project.")) == 0) {
516 * There was a project.pool entry, and the pool it refers to
588 * Changes the assigned project, task and resource pool of a stopped target
591 * We may not have access to the project table if our target process is in
595 * a pre-validated project structure in proj (whose name matches project_name)
597 * member of the target project.
599 * Callers of this function should always provide a pre-validated project
606 pid_t pid, struct ps_prochandle *Pr, struct project *pro
[all...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Dtasksys.c38 #include <project.h>
41 settaskid(projid_t project, uint_t flags) argument
45 while ((newtaskid = syscall(SYS_tasksys, 0, project, flags, NULL, 0))
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs42 settaskid(project, flags)
43 projid_t project
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs5 * Project.xs contains XS wrappers for the project database maniplulation
11 #include <project.h>
23 * Convert and save a struct project on the perl XS return stack.
25 * the name of the project and in a list context it returns a 6-element list
30 pushret_project(const struct project *proj)
65 pwalk_cb(const projid_t project, void *walk_data)
72 PUSHs(sv_2mortal(newSViv(project)));
159 struct project proj, *projp;
179 struct project proj, *projp;
193 struct project pro
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_tasksys.c36 #include <project.h>
132 pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags) argument
140 return (settaskid(project, flags));
150 adp->arg_value = project;
154 adp->arg_size = sizeof (project);
H A Dlibproc.h322 extern taskid_t pr_settaskid(struct ps_prochandle *Pr, projid_t project,
H A Dllib-lproc329 taskid_t pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dman.t75 gcc - GNU project C and C++ compiler
82 gcc \- GNU project C and C++ compiler
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetprojent.c26 #include <project.h>
33 return (_nss_nis_lookup(be, argp, 0, "project.byname",
42 return (_nss_nis_lookup(be, argp, 0, "project.byprojid", projstr, 0));
61 "project.byname"));
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprojent.c26 #include <project.h>
65 sizeof (struct project),
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.h281 char *project; /* NULL for no change */ member in struct:method_context
282 char *resource_pool; /* NULL for project default */
H A Dlibrestart.c45 #include <project.h>
2372 * no project entry
2376 * ERANGE - the project id is out of range
2378 * E2BIG - the project entry was too big
2387 struct project proj, *pp;
2391 /* Don't change project for root services */
2392 cip->project = NULL;
2427 cip->project = strdup(str);
2428 return (cip->project != NULL ? 0 : ENOMEM);
2457 cip->project
[all...]
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c37 #include <project.h>
331 struct project proj;
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c28 #include <project.h>
53 * _nss_ldap_proj2str is the data marshalling method for the project getXbyY
175 * getbyname gets a project entry by name. This function constructs an ldap
178 * entry and marshal the data results into struct project for the frontend
196 * getbyprojid gets a project entry by number. This function constructs an ldap
199 * entry and marshal the data results into struct project for the frontend
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c39 #include <project.h>
51 #define PROJECT "project="
226 struct project proj, *pproj;
448 /* Initialize the user's project */
480 "pam_unix_cred: no default project for user %s", user);
483 dgettext(TEXT_DOMAIN, "No default project!"));
496 "pam_unix_cred: project \"%s\" resource "
507 "project \"%s\": %m", user, proj.pj_name);
511 "Could not join default project"));
524 "pam_unix_cred: project \"
[all...]
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py461 def project(self): member in class:Rti
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml569 * These interfaces are project private and will change without
570 * notice as needed for the Solaris Audit project.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm35 on CPAN), copy it into your project, adjust your project to use it,
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc70 #include <project.h>
1416 taskid_t settaskid(projid_t project, uint_t flags);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c35 #include <project.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm779 This project was originated by Nick Ing-Simmons and later maintained
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c49 #include <project.h>
88 strcmp(service, "project") == 0 ||
113 else if (strcmp(service, "project") == 0)
1857 * Conversion: project
1858 * Input format: struct project
1870 struct project *ptr;
1887 ptr = (struct project *)data;

Completed in 78 milliseconds

12