Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 139) sorted by path

123456

/illumos-gate/
H A DCODE_OF_CONDUCT.md6 contributors and maintainers pledge to make participation in our project and
48 This Code of Conduct applies within all project spaces, including but not
58 The Code of Conduct also applies when an individual is representing the project
59 or its community in public spaces. Examples of representing a project or
60 community include using an official project e-mail address, posting via an
62 online or offline event. Representation of a project may be further defined
63 and clarified by project maintainers.
70 that is deemed necessary and appropriate to the circumstances. The project team
76 members of the project's leadership.
H A DREADME.md14 inclusion in the project, please see the [Contributing to
30 Participation in our community spaces, and in the project in general, are
32 the project you agree to abide by its terms.
/illumos-gate/exception_lists/
H A Dpackaging243 # Exception list for RCM project, included by librcm and rcm_daemon
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown30 The library is currently about 1100 lines of code. In order to use it in your project just look at …
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile28 ETC_SCRIPT= group project ttysrch mailcap mime.types
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in135 # UNIX98 project
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME33 available via the NWAM opensolaris project at
34 http://opensolaris.org/os/project/nwam. The point of this document is
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v636 This project adds DHCPv6 client-side (not server) support to
142 project are the "async operation" and the "IPC action." An async
603 must be dealt with for this project, but the plan is to include
723 this project, because it's not needed yet.
739 the "Quagga SMF Modifications" project (PSARC 2006/552), in.ndpd in
783 interface. This won't be done as part of this project, however.
1007 a fix for that will be included with this project.
1013 development will be fixed along with this project. Some of these
1090 from this daemon. When that Clearview project integrates, the
1098 This project will not fix that problem, but the DUID/IAID could be
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Dat.c146 static projid_t project; variable
170 struct project prj, *pprj; in main()
215 project = pprj->pj_projid; in main()
225 project); in main()
234 project = pprj->pj_projid; in main()
244 project); in main()
583 struct project prj, *pprj; in copy()
631 (void) printf(": project: %d\n", project); in copy()
643 project = getprojid(); in copy()
647 (void) printf(": project: %d\n", project); in copy()
[all …]
H A Dcron.c343 static int set_user_cred(const struct usr *, struct project *);
2160 struct project proj, *pproj = NULL; in ex()
3253 set_user_cred(const struct usr *u, struct project *pproj) in set_user_cred()
/illumos-gate/usr/src/cmd/getent/
H A Ddogetproject.c34 putprojent(const struct project *proj, FILE *fp) in putprojent()
77 struct project proj; in dogetproject()
78 struct project *pproj; in dogetproject()
/illumos-gate/usr/src/cmd/id/
H A Did.c254 struct project proj; in main()
/illumos-gate/usr/src/cmd/initpkg/
H A Dnscd.conf105 positive-time-to-live project 3600
106 negative-time-to-live project 5
107 keep-hot-count project 20
108 check-files project yes
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c423 struct project proj; in jp()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3652 struct project data; in genent_project()
3654 (void) memset(&data, 0, sizeof (struct project)); in genent_project()
/illumos-gate/usr/src/cmd/look/
H A Dwords18043 project
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c638 project(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in project() function
4167 { "project", NULL, "display kernel project(s)", project },
/illumos-gate/usr/src/cmd/netfiles/
H A Dnsswitch.ad72 project: files
H A Dnsswitch.conf49 project: files
H A Dnsswitch.dns64 project: files
H A Dnsswitch.files52 project: files
H A Dnsswitch.ldap66 project: files ldap
H A Dnsswitch.nis64 project: files nis
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c75 struct ps_prochandle *, struct project *);
331 struct project project; in update_running_proc() local
415 if (getprojbyid(prprojid, &project, &prbuf, in update_running_proc()
421 projname = project.pj_name; in update_running_proc()
427 if (getprojbyname(projname, &project, &prbuf, in update_running_proc()
485 error = set_ids(p, &project, passwd_entry); in update_running_proc()
512 set_ids(struct ps_prochandle *p, struct project *project, in set_ids() argument
585 if ((error = setproject_proc(project->pj_name, in set_ids()
589 error, project); in set_ids()
659 struct project prj; in match_user()
[all …]
/illumos-gate/usr/src/cmd/oamuser/inc/
H A Dusers.h84 extern int valid_project(char *, struct project *, void *buf, size_t, int *);
85 extern int valid_projname(char *, struct project *, void *buf, size_t, int *);

123456