Home
last modified time | relevance | path

Searched defs:project (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/head/
H A Dproject.h46 struct project { struct
47 char *pj_name; /* name of the project */ argument
48 projid_t pj_projid; /* numerical project id */ argument
49 char *pj_comment; /* project description */ argument
50 char **pj_users; /* vector of pointers to project user names */ argument
51 char **pj_groups; /* vector of pointers to project group names */ argument
52 char *pj_attr; /* project attributes string */ argument
/titanic_44/usr/src/cmd/oamuser/lib/
H A Dvproj.c47 valid_project(char *project, struct project *pptr, void *buf, size_t len, in valid_project()
H A Dvprojname.c43 valid_projname(char *project, struct project *pptr, void *buf, size_t blen, in valid_projname()
/titanic_44/usr/src/lib/libc/port/sys/
H A Dtasksys.c41 settaskid(projid_t project, uint_t flags) in settaskid()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs66 pwalk_cb(const projid_t project, void *walk_data) in pwalk_cb()
/titanic_44/usr/src/lib/libproc/common/
H A Dpr_tasksys.c132 pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags) in pr_settaskid()
/titanic_44/usr/src/cmd/newtask/
H A Dnewtask.c330 struct project project; in update_running_proc() local
511 set_ids(struct ps_prochandle *p, struct project *project, in set_ids()
/titanic_44/usr/src/uts/common/sys/
H A Dcpucaps_impl.h86 #define PROJECT_IS_CAPPED(project) \ argument
/titanic_44/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_project.c109 project_walk_all(int(*cb)(const struct project *, void *), void *walk_data) in project_walk_all()
/titanic_44/usr/src/cmd/ypcmd/net_files/
H A DMakefile455 project: project.time target
/titanic_44/usr/src/lib/libproject/common/
H A Dgetprojent.c380 struct project *project = ent; in str2project() local
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.h278 char *project; /* NULL for no change */ member
/titanic_44/usr/src/cmd/cron/
H A Dat.c144 static projid_t project; variable
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c434 project(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in project() function