/illumos-gate/usr/src/cmd/initpkg/ |
H A D | Makefile | 27 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 D | rc2.sh | 75 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 D | Makefile | 40 OTHERPROG= README.rcS README.rc2 README.rc3 46 ROOTETCRC2D= $(ROOTETC)/rc2.d 79 $(ROOTETCRC2D)/%: %.rc2
|
H A D | README.rc2 | 36 '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 D | README.rc3 | 38 start scripts in the directories /etc/rcS.d/ and /etc/rc2.d/ will have
|
H A D | README | 76 Read /etc/rc2.d/README for details. This run-level corresponds to
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/ |
H A D | Makefile | 38 $(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/tip/ |
H A D | remcap.c | 91 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/sgs/m4/common/ |
H A D | m4y_xpg4.y | 90 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/dodatadm/ |
H A D | Makefile | 31 STARTDATADM= $(ROOTETC)/rc2.d/S81dodatadm.udaplt 34 RC2D= $(ROOTETC)/rc2.d
|
/illumos-gate/usr/src/uts/common/ipp/meters/ |
H A D | tswtclddi.c | 110 int rc, rc2; in tswtcl_create_action() local 247 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); in tswtcl_create_action() 248 ASSERT(rc2 == 0); in tswtcl_create_action() 254 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); in tswtcl_create_action() 255 ASSERT(rc2 == 0); in tswtcl_create_action() 256 rc2 = ipp_action_unref(aid, cfg_parms->yellow_action, flags); in tswtcl_create_action() 257 ASSERT(rc2 == 0); in tswtcl_create_action()
|
H A D | tokenmtddi.c | 130 int rc, rc2; in tokenmt_create_action() local 344 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); in tokenmt_create_action() 345 ASSERT(rc2 == 0); in tokenmt_create_action() 354 rc2 = ipp_action_unref(aid, cfg_parms->red_action, in tokenmt_create_action() 356 ASSERT(rc2 == 0); in tokenmt_create_action() 357 rc2 = ipp_action_unref(aid, cfg_parms->green_action, in tokenmt_create_action() 359 ASSERT(rc2 == 0); in tokenmt_create_action()
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_main.c | 140 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/contrib/ast/src/lib/libast/uwin/ |
H A D | erf.c | 238 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/cmd/initpkg/rc2.d/ |
H A D | mk.rc2.d.sh | 33 INSDIR=${ROOT}/etc/rc2.d
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-network-udapl-udapl-tavor.p5m | 41 dir path=etc/rc2.d group=sys 42 hardlink path=etc/rc2.d/S81dodatadm.udaplt \
|
H A D | system-network-ppp.p5m | 52 dir path=etc/rc2.d group=sys 53 hardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd
|
H A D | service-network-uucp.p5m | 36 dir path=etc/rc2.d group=sys 37 hardlink path=etc/rc2.d/S70uucp target=../../etc/init.d/uucp
|
/illumos-gate/usr/src/cmd/vi/ |
H A D | Makefile | 46 ROOTLINK= $(ROOTETC)/rc2.d/S89PRESERVE
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 567 ibt_status_t rc2; in umad_init_driver_info() local 626 rc2 = ibt_detach(info->info_clnt_hdl); in umad_init_driver_info() 627 if (rc2 != IBT_SUCCESS) { in umad_init_driver_info() 629 "umad_init_driver_info: ibt_detach failed: %d\n", rc2); in umad_init_driver_info() 1888 int rc, rc2; in umad_write() local 2070 rc2 = ibmf_free_msg(agent->agent_reg->ibmf_reg_handle, in umad_write() 2072 ASSERT(rc2 == IBMF_SUCCESS); in umad_write() 2088 rc2 = ibmf_free_msg(agent->agent_reg->ibmf_reg_handle, in umad_write() 2090 ASSERT(rc2 == IBMF_SUCCESS); in umad_write()
|
/illumos-gate/usr/src/cmd/print/ |
H A D | Makefile.sp | 42 ROOTRC2_D= $(ROOTETC)/rc2.d
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session.c | 210 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()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | lsar_svc.c | 526 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/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 959 int rc, rc2; in ata_disk_ioctl() local 1119 rc2 = ata_queue_cmd(ata_disk_id_update, NULL, in ata_disk_ioctl() 1121 if (rc2 != TRUE) { in ata_disk_ioctl() 1147 rc2 = ata_queue_cmd( in ata_disk_ioctl() 1153 if (rc2 != TRUE) { in ata_disk_ioctl()
|
/illumos-gate/exception_lists/ |
H A D | closed-bins | 11 ./etc/rc2.d/S40llc2
|