Searched defs:rv (Results 251 - 275 of 965) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c43 uint8_t rv; local
45 rv = cpqary3_probe4LVs(cpqary3p);
47 if (CPQARY3_FAILURE == rv) {
48 return (rv);
51 rv = cpqary3_probe4Tapes(cpqary3p);
53 if (CPQARY3_FAILURE == rv) {
54 return (rv);
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c262 uint16_t rv; local
272 rv = dmfe_mii_response(dmfep);
274 return (rv);
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c96 int rv; local
106 rv = p1275_cif_handler(&ci);
109 if (rv != 0)
117 int rv; local
127 rv = p1275_cif_handler(&ci);
130 if (rv != 0)
139 int rv; local
151 rv = p1275_cif_handler(&ci);
154 return (rv);
160 int rv; local
204 int len, rv; local
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c70 int rv = 0; local
90 if ((error = msgio(fdes, ctl, data, &rv, FREAD, &pri,
104 return (rv);
113 int rv = 0; local
132 error = msgio(fdes, ctl, data, &rv, FWRITE, &pri, &realflags);
135 return (rv);
147 int rv = 0; local
156 error = msgio(fdes, ctl, data, &rv, FREAD, &pri, &flags);
164 return (rv);
172 int rv local
199 rval_t rv; local
299 int rv = 0; local
342 int rv = 0; local
376 int rv = 0; local
401 int rv = 0; local
429 rval_t rv; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_io.c259 int rv = 0; local
267 rv = -1;
271 return (rv);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c327 int rv; local
341 rv = 1;
343 rv = 0;
348 return (rv);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c166 hpi_status_t rv; local
172 rv = hxge_tx_vmac_init(hxgep);
173 if (rv != HXGE_OK)
174 return (rv);
179 rv = hpi_vmac_tx_config(handle, ENABLE, CFG_VMAC_TX_EN, 0);
181 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR;
193 hpi_status_t rv; local
199 rv = hpi_vmac_tx_config(handle, DISABLE, CFG_VMAC_TX_EN, 0);
201 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR;
213 hpi_status_t rv; local
253 hpi_status_t rv; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c177 int rv; local
208 if ((rv = ddi_intr_add_softint(ss->ei_dip, &ss->ei_admin_si_hdl,
211 "ddi_intr_add_softint() failed for adm qp, ret=%d", rv);
H A Deib_ctl.c154 int rv; local
186 if ((rv = ddi_intr_add_softint(ss->ei_dip, &vnic->vn_ctl_si_hdl,
190 vnic->vn_instance, rv);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ioctl.h65 __uint32_t rv; member in struct:__anon6420
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c235 int rv; local
247 if ((rv = sda_slot_power_on(slot)) != 0) {
248 return (rv);
261 if ((rv = sda_init_ifcond(slot)) != SDA_EOK) {
265 if (((rv = sda_init_sdio(slot)) != SDA_EOK) ||
266 ((rv = sda_init_sdmem(slot)) != SDA_EOK) ||
267 ((rv = sda_init_mmc(slot)) != SDA_EOK)) {
275 rv = SDA_ENOTSUP;
285 rv = sda_init_cmd(slot, CMD_BCAST_CID, 0, R2, slot->s_rcid);
286 if (rv !
379 int rv; local
400 int rv; local
432 int rv; local
493 int rv; local
539 int rv; local
617 sda_err_t rv; local
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c122 reg int n, rv; local
134 rv = -1;
160 rv = 0;
163 POOLMTXRETURN(p, rv);
367 reg int rv = 0; local
386 { if((rv = (*f->disc->exceptf)(f,SF_LOCKED,0,f->disc)) < 0)
387 return rv;
390 { if(rv == 0)
441 { rv = -1;
588 rv
[all...]
H A Dsfsetbuf.c137 { int rv; local
145 SFLOCK(f,local); rv = SFSYNC(f); SFOPEN(f,local);
146 if(rv < 0)
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c83 int rv; local
100 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, KM_SLEEP);
101 if (rv != 0) {
113 rv = sysevent_add_attr(&evnt_attr_list, DR_HINT, &evnt_val, KM_SLEEP);
114 if (rv != 0) {
124 rv = sysevent_attach_attributes(ev, evnt_attr_list);
125 if (rv != 0) {
135 rv = log_sysevent(ev, KM_NOSLEEP, &eid);
136 if (rv != 0) {
137 DR_DBG_ALL("generate_event: failed to log event (%d)\n", rv);
[all...]
H A Dfault_iso.c109 int rv; local
111 if ((rv = fi_init()) != 0)
112 return (rv);
114 if ((rv = mod_install(&modlinkage)) != 0)
117 return (rv);
145 int rv; local
148 rv = ds_cap_init(&cpu_cap, &cpu_ops);
149 if (rv != 0) {
150 FI_DBG(CE_CONT, "ds_cap_init failed: %d", rv);
151 return (rv);
182 int rv = 0; local
302 int rv = 0; local
[all...]
H A Dvio_util.c58 int rv; local
108 rv = vio_destroy_mblks(vmplp);
109 ASSERT(rv == 0);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_io.c281 int rv = 0; local
289 rv = -1;
293 return (rv);
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c133 int rv; local
137 rv = access(srcpath, R_OK);
138 if ((rv != 0) && (strchr(srcpath, '/') == NULL)) {
142 rv = access(srcpath, R_OK);
145 if (rv != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbptree.c111 boolean_t rv; local
115 rv = (bt->bt_begin == bt->bt_end);
117 return (rv);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c223 int rv = 0; local
233 rv = -1;
240 return (rv);
251 int rv; local
260 if ((rv = zfs_snapshot(zlibh, snapname, recursive, NULL))
270 return (rv);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c388 int rv; local
447 rfs4_compound(cap, rbp, NULL, req, cr, &rv);
450 if (rv) /* short ckt sendreply on error */
451 return (rv);
480 rfs4_compound(cap, rbp, NULL, req, cr, &rv);
483 if (rv) /* short ckt sendreply on error */
484 return (rv);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dconsole.c119 int rv; local
126 ((rv = consoles[cons]->c_in(consoles[cons])) != -1))
127 return(rv);
H A Dinterp_forth.c258 int fd, rv; local
270 rv = ficlVmEvaluate(bf_vm, "vocabulary builtins also builtins definitions");
271 if (rv != FICL_VM_STATUS_OUT_OF_TEXT) {
272 panic("error interpreting forth: %d\n", rv);
276 rv = ficlVmEvaluate(bf_vm, BUILTIN_CONSTRUCTOR);
277 if (rv != FICL_VM_STATUS_OUT_OF_TEXT) {
278 panic("error interpreting forth: %d\n", rv);
286 rv = ficlVmEvaluate(bf_vm, "forth definitions builtins");
287 if (rv != FICL_VM_STATUS_OUT_OF_TEXT) {
288 panic("error interpreting forth: %d\n", rv);
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c241 ssize_t rv; local
261 rv = ub_dev_send(sc->sc_handle, sc->sc_txbufp, sendlen);
264 printf("net_put: ub_send returned %d\n", rv);
266 if (rv == 0)
267 rv = len;
269 rv = -1;
271 return (rv);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c49 CK_RV rv; local
58 rv = FUNCLIST(session->fw_st_id)->C_GetAttributeValue(
60 if (rv != CKR_OK) {
61 return (rv);
85 rv = FUNCLIST(session->fw_st_id)->C_GetAttributeValue(
87 if (rv != CKR_OK) {
88 return (rv);
92 rv = get_master_attributes_by_type(class, subtype,
95 return (rv);
384 CK_RV rv; local
448 CK_RV rv = CKR_OK; local
[all...]

Completed in 93 milliseconds

<<11121314151617181920>>