Home
last modified time | relevance | path

Searched refs:nsc_set_owner (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h99 void nsc_set_owner(nsc_fd_t *, nsc_iodev_t *) { } in nsc_set_owner() function
H A Dnsctl.h243 extern void nsc_set_owner(nsc_fd_t *, nsc_iodev_t *);
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c652 nsc_set_owner(cip->bi_fd, krdc->iodev); in _rdc_rlse_d()
654 nsc_set_owner(cip->bi_fd, NULL); in _rdc_rlse_d()
686 nsc_set_owner(rip->bi_fd, krdc->iodev); in _rdc_rlse_d()
688 nsc_set_owner(rip->bi_fd, NULL); in _rdc_rlse_d()
814 nsc_set_owner(p->bi_fd, krdc->iodev); in _rdc_rsrv_d()
848 nsc_set_owner(p->bi_fd, krdc->iodev); in _rdc_rsrv_d()
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c354 nsc_set_owner(cip->bi_fd, cip->bi_iodev);
356 nsc_set_owner(cip->bi_fd, rip->bi_iodev);
358 nsc_set_owner(cip->bi_fd, NULL);
374 nsc_set_owner(rip->bi_fd, rip->bi_iodev);
376 nsc_set_owner(rip->bi_fd, cip->bi_iodev);
378 nsc_set_owner(rip->bi_fd, NULL);
491 nsc_set_owner(p->bi_fd, p->bi_iodev); in _ii_rsrv_d()
500 nsc_set_owner(p->bi_fd, p->bi_iodev); in _ii_rsrv_d()
5460 nsc_set_owner(ip->bi_mstfd, NULL); in _ii_stopvol()
5461 nsc_set_owner(ip->bi_mstrfd, NULL); in _ii_stopvol()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c1068 nsc_set_owner(nsc_fd_t *fd, nsc_iodev_t *iodev) in nsc_set_owner() function
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c1344 nsc_set_owner(cdi->cd_rawfd, cdi->cd_iodev); in _sd_open_io()