/illumos-gate/usr/src/cmd/initpkg/ |
H A D | rc1.sh | 76 if [ -d /etc/rc1.d ]; then 77 for f in /etc/rc1.d/K*; do 93 if [ -d /etc/rc1.d ]; then 94 for f in /etc/rc1.d/S*; do
|
H A D | Makefile | 27 CPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall 37 SBINF= rcS mountall rc0 rc1 rc2 rc3 swapadd umountall 44 SBINETC= rcS mountall rc0 rc1 rc2 rc3 rc5 rc6 swapadd umountall
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/ |
H A D | Makefile | 37 DIRS= $(INITD) $(ROOTETC)/rc0.d $(ROOTETC)/rcS.d $(ROOTETC)/rc1.d \ 55 -$(RM) $(ROOTETC)/rc1.d/$(PPPDK) 56 $(LN) $(INITD)/$(PPPD) $(ROOTETC)/rc1.d/$(PPPDK)
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 493 int rc1; in main() local 495 rc = rc1 = -1; in main() 530 rc1 = list("hosts", ldapfilter, ldapattribute, in main() 535 if (rc == -1 && rc1 == -1) { in main() 540 } else if (rc != 0 && rc1 != 0) { in main() 544 rc = rc1; in main()
|
/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 173 return (rc1); in peek3()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | remcap.c | 91 int rc1, rc2; in tgetent() local 100 if ((rc1 = getent(bp, name, cp, len)) != 1) in tgetent() 104 if (rc1 != 1 && rc2 != 1) in tgetent() 108 if (rc1 == 1) in tgetent()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | erf.c | 237 rc1 = 1.28735722546372485255126993930e-005, 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/init.d/ |
H A D | Makefile | 45 ROOTETCRC1D= $(ROOTETC)/rc1.d
|
H A D | README | 70 If the system was in a higher run-level, all /etc/rc1.d/K* scripts 71 are run. Regardless of the previous run-level, all /etc/rc1.d/S*
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 2397 int rc, rc1; in perform_update() local 2481 rc1 = __ns_ldap_self_gssapi_config(&config); in perform_update() 2482 if (rc1 == NS_LDAP_SUCCESS) { in perform_update() 2484 rc1 = __ns_ldap_check_all_preq(0, 0, 0, config, &error); in perform_update() 2486 if (rc1 != NS_LDAP_SUCCESS) { in perform_update() 2489 rc1); in perform_update() 2490 exit(rc1); in perform_update() 2495 rc1); in perform_update() 2496 exit(rc1); in perform_update()
|
/illumos-gate/usr/src/cmd/print/ |
H A D | Makefile.sp | 41 ROOTRC1_D= $(ROOTETC)/rc1.d
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 740 idmap_retcode retcode, rc1; in nldap_lookup_batch() local 909 rc1 = lookup_name2sid(state->cache, in nldap_lookup_batch() 916 if (rc1 == IDMAP_ERR_NOTFOUND) { in nldap_lookup_batch() 920 res->retcode = rc1; in nldap_lookup_batch()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-network-ppp.p5m | 50 dir path=etc/rc1.d group=sys 51 hardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd
|
H A D | SUNWcs.p5m | 187 link path=etc/rc1 target=../sbin/rc1 188 dir path=etc/rc1.d group=sys 507 file path=sbin/rc1 group=sys mode=0744
|
/illumos-gate/exception_lists/ |
H A D | closed-bins | 3 ./etc/rc1.d 4 ./etc/rc1.d/K52llc2
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | Makefile | 1 VERSION=0.6.1-rc1-il-6
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session.c | 210 int rc1, rc2; in smb_netbios_session_request() local 242 rc1 = netbios_name_isvalid(called_name, 0); 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 | 525 int rc1; in lsarpc_s_GetConnectedUser() local 543 rc1 = NDR_MSTRING(mxa, user->ui_account, in lsarpc_s_GetConnectedUser() 548 if (rc1 == -1 || rc2 == -1) in lsarpc_s_GetConnectedUser()
|
/illumos-gate/usr/src/tools/smatch/ |
H A D | Makefile | 23 SPARSE_VERSION = 0.6.1-rc1-il-7
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 2270 idmap_retcode rc1, rc2; in idmap_flush() local 2272 rc1 = _idmap_clnt_call(IDMAP_FLUSH, in idmap_flush() 2276 if (rc1 != IDMAP_SUCCESS) in idmap_flush() 2277 return (rc1); in idmap_flush()
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 816 int bus_range[2], rc = PCICFG_FAILURE, rc1, max_devs = 0; in pcicfg_configure_ntbridge() local 1007 rc1 = ndi_devi_offline(new_device, 0); in pcicfg_configure_ntbridge() 1008 DEBUG1("pcicfg: now unloading the ntbridge driver. rc1=%d\n", rc1); in pcicfg_configure_ntbridge() 1009 if (rc1 != NDI_SUCCESS) { in pcicfg_configure_ntbridge()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 909 int bus_range[2], rc = PCICFG_FAILURE, rc1, max_devs = 0; in pcicfg_configure_ntbridge() local 1117 rc1 = ndi_devi_offline(new_device, NDI_NO_EVENT); in pcicfg_configure_ntbridge() 1118 DEBUG1("pcicfg: now unloading the ntbridge driver. rc1=%d\n", rc1); in pcicfg_configure_ntbridge() 1119 if (rc1 != NDI_SUCCESS) { in pcicfg_configure_ntbridge()
|
/illumos-gate/usr/src/ |
H A D | Targetdirs | 161 /etc/rc1.d \
|