Home
last modified time | relevance | path

Searched refs:nsc_open (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/head/
H A Dnsctl.h69 extern nsc_fd_t *nsc_open(char *, int, int);
/titanic_41/usr/src/lib/libnsctl/common/
H A Dmapfile-vers58 nsc_open;
H A Dllib-lnsctl34 nsc_fd_t *nsc_open(char *path, int flag, int mode);
H A Dcache.c56 nsc_open(path, flag, mode) in nsc_open() function
/titanic_41/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h75 nsc_fd_t *nsc_open(char *, int, void *, blind_t, int *) { } in nsc_open() function
H A Dnsctl.h204 extern nsc_fd_t *nsc_open(char *, int, nsc_def_t *, blind_t, int *);
/titanic_41/usr/src/lib/libunistat/common/sv/
H A Dsv.err32 SDOPEN = Error from nsc_open()
/titanic_41/usr/src/lib/libunistat/common/dsw/
H A Ddsw.err32 OPEN = nsc_open failed
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c1044 if (!(sdfd = nsc_open(name[2*h], NSC_CACHE, in sd_diag_lintmain()
1058 if (!(sdfd2 = nsc_open(name[2*h+1], NSC_CACHE, in sd_diag_lintmain()
1097 if (!(sdfd = nsc_open(name[h], NSC_CACHE, in sd_diag_lintmain()
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c568 fd = nsc_open(size->path, NSC_CACHE | NSC_DEVICE | NSC_READ, in nsc_rncio_partsize()
661 fd = nsc_open(rw->rw_path, NSC_CACHE | NSC_DEVICE | NSC_READ | ioflag, in nsc_rncio_io()
H A Dnsctl.c545 fd = nsc_open(op->path, (op->flag & NSC_TYPES), 0, 0, &rc); in _nscopen()
H A Dnsc_dev.c720 nsc_open(path, type, def, arg, sts) in nsc_open() function
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c1053 newfd = nsc_open(newbitmap, NSC_RDCHR_ID|NSC_FILE|NSC_RDWR, 0, 0, 0); in rdc_move_bitmap()
1055 newfd = nsc_open(newbitmap, in rdc_move_bitmap()
1388 krdc->bitmapfd = nsc_open(bitmapname, in rdc_open_bitmap()
1391 krdc->bitmapfd = nsc_open(bitmapname, in rdc_open_bitmap()
H A Drdc_dev.c169 dp->id_cache_dev.bi_fd = nsc_open(pathname, in rdc_idev_open()
178 dp->id_raw_dev.bi_fd = nsc_open(pathname, in rdc_idev_open()
H A Drdc_diskq.c202 grp->diskqfd = nsc_open(diskqname, in rdc_open_diskq()
H A Drdc_io.c1776 krdc->remote_fd = nsc_open(urdc->direct_file, in rdc_open_direct()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c639 nsc_open(swfs.names[0], NSC_DEVICE, NULL, NULL, &rc)) || in _sdbc_power_flush()
H A Dsd_bcache.c1473 nsc_open(filename, NSC_SDBC_ID|NSC_DEVICE, _sdbc_fd_def, in _sd_open_cd()
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c783 ip->bi_shdfd = nsc_open(shadow_vol, in ii_open_shadow()
787 ip->bi_shdfd = nsc_open(shadow_vol, in ii_open_shadow()
800 ip->bi_shdrfd = nsc_open(shadow_vol, in ii_open_shadow()
805 ip->bi_shdrfd = nsc_open(shadow_vol, in ii_open_shadow()
1229 ip->bi_bmpfd = nsc_open(uconf.bitmap_vol, in _ii_config()
1232 ip->bi_bmpfd = nsc_open(uconf.bitmap_vol, in _ii_config()
1619 ip->bi_mstfd = nsc_open(uconf.master_vol, in _ii_config()
1630 ip->bi_mstrfd = nsc_open(uconf.master_vol, in _ii_config()
3975 fd = nsc_open(overflow_vol, in _ii_ocreate()
3978 fd = nsc_open(uioctl.shadow_vol, in _ii_ocreate()
[all …]
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c952 svp->sv_fd = nsc_open(path, (svp->sv_flag | NSC_DEVICE), in sv_enable()