Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 25 of 30) sorted by path

12

/illumos-gate/exception_lists/
H A Dclosed-bins11 ./etc/rc2.d/S40llc2
/illumos-gate/usr/src/
H A DTargetdirs162 /etc/rc2.d \
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A DMakefile38 $(ROOTETC)/rc2.d $(ROOTETC)/rc3.d
59 -$(RM) $(ROOTETC)/rc2.d/$(PPPDS)
60 $(LN) $(INITD)/$(PPPD) $(ROOTETC)/rc2.d/$(PPPDS)
/illumos-gate/usr/src/cmd/dodatadm/
H A DMakefile31 STARTDATADM= $(ROOTETC)/rc2.d/S81dodatadm.udaplt
34 RC2D= $(ROOTETC)/rc2.d
/illumos-gate/usr/src/cmd/initpkg/
H A DMakefile27 CPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall
29 TXTS= rc2.d/mk.rc2.d.sh
31 RCDIRS= rc2.d
37 SBINF= rcS mountall rc0 rc1 rc2 rc3 swapadd umountall
44 SBINETC= rcS mountall rc0 rc1 rc2 rc3 rc5 rc6 swapadd umountall
H A Drc2.sh75 if [ -d /etc/rc2.d ]; then
76 for f in /etc/rc2.d/K*; do
91 for f in /etc/rc2.d/S*; do
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DMakefile40 OTHERPROG= README.rcS README.rc2 README.rc3
46 ROOTETCRC2D= $(ROOTETC)/rc2.d
79 $(ROOTETCRC2D)/%: %.rc2
H A DREADME76 Read /etc/rc2.d/README for details. This run-level corresponds to
H A DREADME.rc236 'S' script within /etc/rc2.d/ with the argument 'start'. All start
39 scripts in /etc/rc2.d/ are logged to the file:
45 /etc/rc2.d/ with the argument 'stop'. Any warnings, errors, or output
48 /var/svc/log/rc2.log
50 Scripts in /etc/rc2.d/ may assume the following:
H A DREADME.rc338 start scripts in the directories /etc/rcS.d/ and /etc/rc2.d/ will have
/illumos-gate/usr/src/cmd/initpkg/rc2.d/
H A Dmk.rc2.d.sh33 INSDIR=${ROOT}/etc/rc2.d
/illumos-gate/usr/src/cmd/print/
H A DMakefile.sp42 ROOTRC2_D= $(ROOTETC)/rc2.d
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y_xpg4.y90 static int peek3(char c1, int rc1, char c2, int rc2, int rc3);
168 peek3(char c1, int rc1, char c2, int rc2, int rc3) in peek3() argument
177 return (rc2); in peek3()
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c91 int rc1, rc2; in tgetent() local
103 rc2 = getent(lbuf, name, cp, sizeof (lbuf)); in tgetent()
104 if (rc1 != 1 && rc2 != 1) in tgetent()
105 return (rc2); in tgetent()
106 if (rc2 == 1) { in tgetent()
/illumos-gate/usr/src/cmd/vi/
H A DMakefile46 ROOTLINK= $(ROOTETC)/rc2.d/S89PRESERVE
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derf.c238 rc2 = 6.24664954087883916855616917019e-001, variable
310 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
387 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1865 fru_errno_t rc2 in fill_in_iteration_control_bytes() local
1867 if (rc2 != FRU_SUCCESS) in fill_in_iteration_control_bytes()
1868 return (rc2); in fill_in_iteration_control_bytes()
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c2270 idmap_retcode rc1, rc2; in idmap_flush() local
2274 (xdrproc_t)xdr_idmap_retcode, (caddr_t)&rc2, TIMEOUT); in idmap_flush()
2278 return (rc2); in idmap_flush()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_svc.c526 int rc2; in lsarpc_s_GetConnectedUser() local
545 rc2 = NDR_MSTRING(mxa, user->ui_domain, in lsarpc_s_GetConnectedUser()
548 if (rc1 == -1 || rc2 == -1) in lsarpc_s_GetConnectedUser()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m189 link path=etc/rc2 target=../sbin/rc2
190 dir path=etc/rc2.d group=sys
191 file path=etc/rc2.d/README group=sys
192 hardlink path=etc/rc2.d/S20sysetup target=../../etc/init.d/sysetup
193 hardlink path=etc/rc2.d/S89PRESERVE target=../../etc/init.d/PRESERVE
508 file path=sbin/rc2 group=sys mode=0744
H A Dservice-network-uucp.p5m36 dir path=etc/rc2.d group=sys
37 hardlink path=etc/rc2.d/S70uucp target=../../etc/init.d/uucp
H A Dsystem-network-ppp.p5m52 dir path=etc/rc2.d group=sys
53 hardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd
H A Dsystem-network-udapl-udapl-tavor.p5m41 dir path=etc/rc2.d group=sys
42 hardlink path=etc/rc2.d/S81dodatadm.udaplt \
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c140 int rc, rc2; in cpr_main() local
182 rc2 = cpr_resume(sleeptype); in cpr_main()
183 if (rc2 != 0) { in cpr_main()
186 "cpr_resume returned non-zero: %d\n", rc2); in cpr_main()
187 PMD(PMD_SX, ("cpr_resume rets %x\n", rc2)) in cpr_main()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c210 int rc1, rc2; in smb_netbios_session_request() local
243 rc2 = netbios_name_isvalid(calling_name, client_name); in smb_netbios_session_request()
245 if (rc1 == 0 || rc2 == 0) { in smb_netbios_session_request()

12