Home
last modified time | relevance | path

Searched refs:sb_fd (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c92 h->sb_fd = fd; in nsc_alloc_handle()
104 return ((*h->sb_fd->sf_aio->free_h)(h, h->sb_fd->sf_cd)); in nsc_free_handle()
135 h->sb_fd = (nsc_fd_t *)io; /* note overloaded field */ in nsc_alloc_abuf()
178 (*ptr)->sb_fd = fd; in nsc_alloc_buf()
215 return ((*h->sb_fd->sf_aio->read)(h, pos, len, flag)); in nsc_read()
226 return ((*h->sb_fd->sf_aio->write)(h, pos, len, flag)); in nsc_write()
237 return ((*h->sb_fd->sf_aio->zero)(h, pos, len, flag)); in nsc_zero()
252 if (h1->sb_fd && h2->sb_fd) { in nsc_copy()
254 (nsc_io_t *)h1->sb_fd : h1->sb_fd->sf_aio; in nsc_copy()
257 (nsc_io_t *)h2->sb_fd : h2->sb_fd->sf_aio; in nsc_copy()
[all …]
H A Dnsc_disk.h62 #define db_fd db_buf.sb_fd
H A Dnsc_ncallio.c321 nsc_iodev_t *iodev = h->bufh.sb_fd->sf_iodev; in nsc_wait_ncio()
366 h->bufh.sb_fd && !(h->bufh.sb_flag & NSC_ABUF)) { in nsc_ncio_freeb()
367 iodev = h->bufh.sb_fd->sf_iodev; in nsc_ncio_freeb()
/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl.h261 nsc_fd_t *sb_fd; /* File descriptor */ member
/titanic_50/usr/src/cmd/ldap/common/
H A Dldaptest.c376 if ( (ld->ld_sb.sb_fd = open( copyfname, O_WRONLY | O_CREAT, in main()
/titanic_50/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c470 buf->rdc_bufh.sb_fd, buf->rdc_bufh.sb_vec); in rdc_buf()
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c2041 mdb_printf("sb_fd: 0x%p\n", bh->sb_fd); in nsc_buf()
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2705 bh.bh_buf.sb_fd, bh.bh_fba_pos, bh.bh_fba_len, bh.bh_flag); in sdbc_handles()