Searched refs:projects (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/projects/
H A DMakefile26 # cmd/projects/Makefile
29 PROG= projects
H A Dprojects.c47 static struct projlist *projects; variable in typeref:struct:projlist
76 projects = safe_malloc(sizeof (struct projlist));
81 projects->pl_next = NULL;
82 projects->pl_name = projname;
83 projects->pl_comm = projcomm;
101 if (!projects) {
102 projects = tail;
103 prev = projects;
128 for (pl = projects; pl; pl = pl->pl_next)
150 gettext("%s: no projects fo
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c124 static char *projects = NULL; /* project id's from command line */ variable
216 projects = optarg;
323 if (projects != NULL) {
324 switch (valid_project(projects, &p_ptr, mybuf,
327 errmsg(M_INVALID, projects, "project id");
331 errmsg(M_TOOBIG, "projid", projects);
335 errmsg(M_PROJ_NOTUSED, projects);
339 warningmsg(warning, projects);
497 if (projects != NULL) {
498 if (! *projects)
[all...]
H A Dusermod.c103 static char *projects = NULL; /* project ids from command line */ variable
224 projects = optarg;
483 if (projects && *projects) {
484 if (! (projlist = valid_lproject(projects)))
590 if (projects) {
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c361 int projects = 0; local
377 projects = 1;
412 if (argc > optind || (projects > 0 && zones > 0))
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c148 static table_t prj_tbl = {0, 0, NULL}; /* selected projects */
163 static list_t projects; /* list of projects */ variable
264 * Gather rss for all projects in all zones. Treat the same
1099 list_update(&projects, lwp);
1363 list_clear(&projects);
1567 list_alloc(&projects, opts.o_nbottom);
1573 list_setkeyfunc(NULL, &opts, &projects, LT_PROJECTS);
1616 list_free(&projects);
1621 list_alloc(&projects, opt
[all...]
/illumos-gate/usr/src/cmd/
H A DMakefile323 projects \
655 projects \
/illumos-gate/usr/src/man/man1/
H A DMakefile302 projects.1 \
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4890 aliases hosts services ethers profile printers projects \

Completed in 144 milliseconds