Searched defs:projent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dval_lprj.c53 struct project projent; local
62 switch (valid_project(ptr, &projent, mybuf, sizeof (mybuf),
79 projlist[i++] = projent.pj_projid;
83 if (projent.pj_projid == projlist[j])
88 projlist[i++] = projent.pj_projid;
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c201 print_projent(struct project *projent) argument
207 (void) fprintf(stdout, "%s\n", projent->pj_name);
208 (void) fprintf(stdout, "\tprojid : %d\n", projent->pj_projid);
209 (void) fprintf(stdout, "\tcomment: \"%s\"\n", projent->pj_comment);
212 next = projent->pj_users;
223 next = projent->pj_groups;
235 nextc = projent->pj_attr;
258 struct project projent; local
264 while (getprojent(&projent, buf, sizeof (buf)) != NULL) {
265 print_projent(&projent);
[all...]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c995 struct project projent; local
1059 if (getprojbyid(p.projid, &projent, buf,
1061 p.projname = projent.pj_name;

Completed in 65 milliseconds