Home
last modified time | relevance | path

Searched refs:rc1 (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/cmd/initpkg/
H A Drc1.sh77 if [ -d /etc/rc1.d ]; then
78 for f in /etc/rc1.d/K*; do
94 if [ -d /etc/rc1.d ]; then
95 for f in /etc/rc1.d/S*; do
H A DMakefile27 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
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1839 int rc1, rc2; in _rdc_read() local
1841 rc1 = rc2 = 0; in _rdc_read()
1860 rc1 = nsc_read(h->rdc_bufp, pos, len, flag); in _rdc_read()
1863 if (remote || !RDC_SUCCESS(rc1)) { in _rdc_read()
1869 else if (!RDC_SUCCESS(rc1) && !RDC_SUCCESS(rc2)) in _rdc_read()
1870 h->rdc_bufh.sb_error = rc1; in _rdc_read()
2181 int rc1, rc2; in _rdc_write() local
2232 rc1 = rc2 = 0; in _rdc_write()
2319 rc1 = nsc_alloc_abuf(pos, len, 0, &p->rdc_abufp); in _rdc_write()
2321 if (!RDC_SUCCESS(rc1)) { in _rdc_write()
[all …]
H A Drdc_diskq.c1904 int rc, rc1, rc2; in rdc_diskq_unqueue() local
2056 rc1 = nsc_alloc_abuf(qhead + 1, iohdr->dat.len, 0, &abuf); in rdc_diskq_unqueue()
2060 if (!RDC_SUCCESS(rc) || !RDC_SUCCESS(rc1)) { /* uh-oh */ in rdc_diskq_unqueue()
H A Drdc_io.c4154 int rc, rc1; in _rdc_resume() local
4298 if ((rc1 = add_to_group(krdc, options, RDC_CMD_RESUME)) != 0) { in _rdc_resume()
4299 if (rc1 == RDC_EQNOADD) { /* something went wrong with queue */ in _rdc_resume()
4441 if ((rc1 == RDC_EQNOADD) || in _rdc_resume()
/titanic_44/usr/src/cmd/sgs/m4/common/
H A Dm4y_xpg4.y91 static int peek3(char c1, int rc1, char c2, int rc2, int rc3);
169 peek3(char c1, int rc1, char c2, int rc2, int rc3) in peek3() argument
174 return (rc1); in peek3()
/titanic_44/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c494 int rc1; in main() local
496 rc = rc1 = -1; in main()
531 rc1 = list("hosts", ldapfilter, ldapattribute, in main()
536 if (rc == -1 && rc1 == -1) { in main()
541 } else if (rc != 0 && rc1 != 0) { in main()
545 rc = rc1; in main()
/titanic_44/usr/src/cmd/tip/
H A Dremcap.c94 int rc1, rc2; in tgetent() local
103 if ((rc1 = getent(bp, name, cp, len)) != 1) in tgetent()
107 if (rc1 != 1 && rc2 != 1) in tgetent()
111 if (rc1 == 1) in tgetent()
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c314 cmd_evdisp_t rc, rc1; in cmd_ue_train() local
324 rc1 = cmd_xxcu_initial(hdl, ep, nvl, class, clcode, CMD_XR_HDLR_NOP); in cmd_ue_train()
325 if (rc1 != 0) in cmd_ue_train()
328 clcode, rc1); in cmd_ue_train()
462 cmd_evdisp_t rc, rc1; in cmd_fb_train() local
472 rc1 = cmd_xxcu_initial(hdl, ep, nvl, class, clcode, CMD_XR_HDLR_NOP); in cmd_fb_train()
473 if (rc1 != 0) in cmd_fb_train()
476 clcode, rc1); in cmd_fb_train()
/titanic_44/usr/src/cmd/cmd-inet/etc/init.d/
H A DMakefile40 DIRS= $(INITD) $(ROOTETC)/rc0.d $(ROOTETC)/rcS.d $(ROOTETC)/rc1.d \
56 @for dir in rc0.d rcS.d rc1.d; do \
/titanic_44/usr/src/lib/libast/common/uwin/
H A Derf.c237 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+
/titanic_44/usr/src/cmd/initpkg/init.d/
H A DMakefile46 ROOTETCRC1D= $(ROOTETC)/rc1.d
H A DREADME70 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*
/titanic_44/usr/src/cmd/print/
H A DMakefile.sp41 ROOTRC1_D= $(ROOTETC)/rc1.d
/titanic_44/exception_lists/
H A Dclosed-bins3 ./etc/rc1.d
4 ./etc/rc1.d/K52llc2
/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2393 int rc, rc1; in perform_update() local
2477 rc1 = __ns_ldap_self_gssapi_config(&config); in perform_update()
2478 if (rc1 == NS_LDAP_SUCCESS) { in perform_update()
2480 rc1 = __ns_ldap_check_all_preq(0, 0, 0, config, &error); in perform_update()
2482 if (rc1 != NS_LDAP_SUCCESS) { in perform_update()
2485 rc1); in perform_update()
2486 exit(rc1); in perform_update()
2491 rc1); in perform_update()
2492 exit(rc1); in perform_update()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-network-ppp.mf39 dir path=etc/rc1.d group=sys
80 hardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd
H A Dsystem-network-http-cache-accelerator.mf43 dir path=etc/rc1.d group=sys
92 hardlink path=etc/rc1.d/K34ncalogd target=../../etc/init.d/ncalogd
/titanic_44/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c740 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()
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_svc.c524 int rc1; in lsarpc_s_GetConnectedUser() local
549 rc1 = NDR_MSTRING(mxa, user->ui_account, in lsarpc_s_GetConnectedUser()
554 if (rc1 == -1 || rc2 == -1) in lsarpc_s_GetConnectedUser()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c191 int rc1, rc2; in smb_session_request() local
223 rc1 = netbios_name_isvalid(called_name, 0); in smb_session_request()
226 if (rc1 == 0 || rc2 == 0) { in smb_session_request()
/titanic_44/usr/src/lib/libidmap/common/
H A Didmap_api.c2269 idmap_retcode rc1, rc2; in idmap_flush() local
2271 rc1 = _idmap_clnt_call(IDMAP_FLUSH, in idmap_flush()
2275 if (rc1 != IDMAP_SUCCESS) in idmap_flush()
2276 return (rc1); in idmap_flush()
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c788 int bus_range[2], rc = PCICFG_FAILURE, rc1, max_devs = 0; in pcicfg_configure_ntbridge() local
979 rc1 = ndi_devi_offline(new_device, 0); in pcicfg_configure_ntbridge()
980 DEBUG1("pcicfg: now unloading the ntbridge driver. rc1=%d\n", rc1); in pcicfg_configure_ntbridge()
981 if (rc1 != NDI_SUCCESS) { in pcicfg_configure_ntbridge()
/titanic_44/usr/src/uts/sun4/io/
H A Dpcicfg.c909 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()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1790 picl_errno_t rc, rc1; in update_loc_state() local
1833 if ((rc1 = ptree_get_propval_by_name(locp->locnodeh, in update_loc_state()
1837 return (rc1); in update_loc_state()

12