Searched refs:nsc_open (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dnsctl.h68 extern nsc_fd_t *nsc_open(char *, int, int);
84 extern nsc_fd_t *nsc_open();
/opensolaris-onvv-gate/usr/src/lib/libnsctl/common/
H A Dllib-lnsctl34 nsc_fd_t *nsc_open(char *path, int flag, int mode);
H A Dcache.c45 * Turn off ckdchk checking of nsc_open()'d volumes since we have no CKD
48 * CKD module, and having nsc_open() prevent any non-NSC_CKD_DISK open
56 nsc_open(path, flag, mode) function
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h75 nsc_fd_t *nsc_open(char *, int, void *, blind_t, int *) { } function
H A Dnsctl.h204 extern nsc_fd_t *nsc_open(char *, int, nsc_def_t *, blind_t, int *);
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c568 fd = nsc_open(size->path, NSC_CACHE | NSC_DEVICE | NSC_READ,
661 fd = nsc_open(rw->rw_path, NSC_CACHE | NSC_DEVICE | NSC_READ | ioflag,
H A Dnsctl.c542 fd = nsc_open(op->path, (op->flag & NSC_TYPES), 0, 0, &rc);
H A Dnsc_dev.c185 * nsc_open.
707 * nsc_open (char *path, int type, nsc_def_t *def, blind_t arg, int *sts)
720 nsc_open(path, type, def, arg, sts) function
/opensolaris-onvv-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c1044 if (!(sdfd = nsc_open(name[2*h], NSC_CACHE,
1058 if (!(sdfd2 = nsc_open(name[2*h+1], NSC_CACHE,
1097 if (!(sdfd = nsc_open(name[h], NSC_CACHE,
/opensolaris-onvv-gate/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);
1055 newfd = nsc_open(newbitmap,
1388 krdc->bitmapfd = nsc_open(bitmapname,
1391 krdc->bitmapfd = nsc_open(bitmapname,
H A Drdc_dev.c169 dp->id_cache_dev.bi_fd = nsc_open(pathname,
178 dp->id_raw_dev.bi_fd = nsc_open(pathname,
H A Drdc_diskq.c177 * nsc_open the diskq and attach
202 grp->diskqfd = nsc_open(diskqname,
H A Drdc_io.c1776 krdc->remote_fd = nsc_open(urdc->direct_file,
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c639 nsc_open(swfs.names[0], NSC_DEVICE, NULL, NULL, &rc)) ||
H A Dsd_bcache.c1473 nsc_open(filename, NSC_SDBC_ID|NSC_DEVICE, _sdbc_fd_def,
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c782 ip->bi_shdfd = nsc_open(shadow_vol,
786 ip->bi_shdfd = nsc_open(shadow_vol,
799 ip->bi_shdrfd = nsc_open(shadow_vol,
804 ip->bi_shdrfd = nsc_open(shadow_vol,
1228 ip->bi_bmpfd = nsc_open(uconf.bitmap_vol,
1231 ip->bi_bmpfd = nsc_open(uconf.bitmap_vol,
1618 ip->bi_mstfd = nsc_open(uconf.master_vol,
1629 ip->bi_mstrfd = nsc_open(uconf.master_vol,
3974 fd = nsc_open(overflow_vol,
3977 fd = nsc_open(uioct
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c333 * All nsc_open/nsc_close/nsc_reserve/nsc_release operations that occur
950 svp->sv_fd = nsc_open(path, (svp->sv_flag | NSC_DEVICE),
983 * Do layering if required - must happen after nsc_open().

Completed in 255 milliseconds