Home
last modified time | relevance | path

Searched refs:geterror (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c384 error = geterror(secbp); in hs_check_root_dirent()
493 error = geterror(secbp); in get_cont_area()
531 error = geterror(secbp); in get_cont_area()
H A Dhsfs_vfsops.c537 error = geterror(bp); in compute_cdrom_id()
1013 error = geterror(secbp); in hs_findhsvol()
1053 error = geterror(secbp); in hs_findhsvol()
1147 error = geterror(secbp); in hs_findisovol()
1212 error = geterror(secbp); in hs_findisovol()
1227 error = geterror(secbp); in hs_findisovol()
H A Dhsfs_node.c732 error = geterror(secbp); in hs_remakenode()
1416 error = geterror(secbp); in hs_filldirent()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c340 error = geterror(bp); in pc_makedirentry()
357 error = geterror(bp); in pc_makedirentry()
374 error = geterror(bp); in pc_makedirentry()
454 error = geterror(slot.sl_bp); in pc_dirremove()
761 error = geterror(slot.sl_bp); in pc_rename()
805 error = geterror(bp); in pc_rename()
880 error = geterror(bp); in pc_dirfixdotdot()
1221 error = geterror(bp); in pc_remove_long_fn()
1248 error = geterror(bp); in pc_remove_long_fn()
H A Dpc_vfsops.c1085 error = geterror(bp); in pc_syncfat()
1094 error = geterror(bp); in pc_syncfat()
1211 error = geterror(bp); in pcfs_vget()
1348 error = geterror(bp); in pc_writefat()
2486 if (error = geterror(bp)) in pc_getfattype()
2508 if (error = geterror(bp)) in pc_getfattype()
H A Dpc_alloc.c484 error = geterror(bp); in pc_alloccluster()
H A Dpc_node.c560 error = geterror(bp); in pc_nodeupdate()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c660 err = geterror(bp); in bmap_write()
699 err = geterror(bp); in bmap_write()
789 err = geterror(nbp); in bmap_write()
849 err = geterror(bp); in bmap_write()
889 err = geterror(bp); in bmap_write()
1398 err = geterror(bp); in bmap_set_bn()
H A Dufs_snap.c302 if ((error = geterror(cgbp)) != 0) { in ufs_snap_find_candidates()
H A Dufs_filio.c465 geterror(ufsvfsp->vfs_bufp)) { in ufs_fioffs()
H A Dufs_subr.c1290 error = geterror(bp); in ufs_construct_si()
1426 error = geterror(bp); in ufs_putsummaryinfo()
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c473 fdb->fd_len, fdb->fd_state, geterror(bp))); in fdb_iodone()
486 if (error = geterror(bp)) { in fdb_iodone()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c995 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock()
1023 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock()
1031 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock()
1389 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock()
1444 if ((error = geterror(secbp)) != 0) { in ud_validate_and_fill_superblock()
1881 if (geterror(bp) != 0) { in ud_get_lbsize()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1369 rv = geterror(bp); in bd_dump()
1784 rv = geterror(bp); in bd_tg_rdwr()
1792 rv = geterror(bp); in bd_tg_rdwr()
2132 (*dc->dkc_callback)(dc->dkc_cookie, geterror(bp)); in bd_flush_write_cache_done()
2157 rv = geterror(bp); in bd_flush_write_cache()
2177 rv = geterror(bp); in bd_flush_write_cache()
2217 rv = geterror(bp); in bd_free_space_cb()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h358 int geterror(struct buf *);
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c704 while (geterror(bp) == 0 && pktp->cp_byteleft != 0) { in dadk_dump()
990 (*dkc->dkc_callback)(dkc->dkc_cookie, geterror(bp)); in dadk_flushdone()
1281 if (geterror(bp) == 0) { in dadk_ioretry()
1552 if (geterror(bp) == 0 && pktp->cp_byteleft != 0) { in dadk_iodone()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c179 zio->io_error = (geterror(bp) != 0 ? EIO : 0); in vdev_file_io_intr()
H A Dvdev_disk.c862 zio->io_error = (geterror(bp) != 0 ? EIO : 0); in vdev_disk_io_intr()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c674 geterror(struct buf *bp) in geterror() function
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c999 if (geterror(bp) == 0) in ses_start()
1001 err = geterror(bp); in ses_start()
H A Dst.c1671 ASSERT(geterror(un->un_rqs_bp) == 0); in st_doattach()
6513 status = geterror(bp); in st_start()
6770 bp->b_flags, geterror(bp)); in st_runout()
8971 ASSERT(geterror(allocbp) == 0); in st_make_cmd()
9791 if (geterror(bp) == 0) in st_intr()
9805 if (geterror(bp) == 0) { in st_intr()
11300 get_error = geterror(bp); in st_decode_sense()
11705 if (geterror(bp) != EIO) { in st_set_state()
11736 if (geterror(bp) == EIO) { in st_set_state()
11751 if (geterror(bp) == EIO) { in st_set_state()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c855 error = geterror(snapbuf); in snap_getchunk()
1597 if ((error = geterror(oldbp)) != 0) { in fssnap_translate()
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c1232 error = geterror(bp); in biowait()
1274 geterror(struct buf *bp) in geterror() function
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2972 geterror(bp)); in dcddump()
2981 "retrying\n", geterror(bp)); in dcddump()
2988 "giving up.\n", geterror(bp)); in dcddump()
3514 (*dkc->dkc_callback)(dkc->dkc_cookie, geterror(bp)); in dcdflushdone()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1213 (void *)bp, bp->b_bcount, bp->b_resid, geterror(bp), in ugen_strategy()
1219 if (geterror(bp) == 0) { in ugen_strategy()
2388 if (geterror(bp) == 0) { in ugen_epx_req()

12