Searched refs:dsw (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_conf.c | 349 struct cdevsw *dsw; in giant_open() local 352 dsw = dev_refthread(dev, &ref); in giant_open() 353 if (dsw == NULL) in giant_open() 356 retval = dsw->d_gianttrick->d_open(dev, oflags, devtype, td); in giant_open() 365 struct cdevsw *dsw; in giant_fdopen() local 368 dsw = dev_refthread(dev, &ref); in giant_fdopen() 369 if (dsw == NULL) in giant_fdopen() 372 retval = dsw->d_gianttrick->d_fdopen(dev, oflags, td, fp); in giant_fdopen() 381 struct cdevsw *dsw; in giant_close() local 384 dsw = dev_refthread(dev, &ref); in giant_close() [all …]
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 550 struct cdevsw *dsw; in devfs_allocv() local 612 dsw = dev->si_devsw; in devfs_allocv() 613 if (dsw != NULL && (dsw->d_flags & D_TTY) != 0) in devfs_allocv() 699 struct cdevsw *dsw; in devfs_close() local 754 dsw = dev_refthread(dev, &ref); in devfs_close() 755 if (dsw == NULL) in devfs_close() 767 } else if (dsw->d_flags & D_TRACKCLOSE) { in devfs_close() 780 error = dsw->d_close(dev, ap->a_fflag | dflags, S_IFCHR, td); in devfs_close() 928 struct cdevsw *dsw; in devfs_ioctl() local 940 dsw = devvn_refthread(vp, &dev, &ref); in devfs_ioctl() [all …]
|
| H A D | devfs_rule.c | 537 struct cdevsw *dsw; in devfs_rule_match() local 556 dsw = dev_refthread(dev, &ref); in devfs_rule_match() 557 if (dsw == NULL) in devfs_rule_match() 559 if ((dsw->d_flags & dr->dr_dswflags) == 0) { in devfs_rule_match()
|
| /freebsd/sys/dev/ntsync/ |
| H A D | linux_ntsync.c | 128 struct cdevsw *dsw; in linux_ntsync_cdev_ioctl() local 140 dsw = dev_refthread(dev, &ref); in linux_ntsync_cdev_ioctl() 141 if (dsw == NULL) in linux_ntsync_cdev_ioctl() 143 if (dsw != &ntsync_cdevsw) { in linux_ntsync_cdev_ioctl() 148 error = dsw->d_ioctl(dev, cmd, data, 0, td); in linux_ntsync_cdev_ioctl()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_torus.c | 8260 struct t_switch *ssw, struct t_switch *dsw) in ring_dir_path() argument 8267 d = ring_dir_idx(ssw->i, dsw->i, t->x_sz); in ring_dir_path() 8270 d = ring_dir_idx(ssw->j, dsw->j, t->y_sz); in ring_dir_path() 8273 d = ring_dir_idx(ssw->k, dsw->k, t->z_sz); in ring_dir_path() 8284 if (sw == dsw) in ring_dir_path() 8291 if (sw == dsw) in ring_dir_path() 8311 struct t_switch *ssw, struct t_switch *dsw, in next_hop_path() argument 8324 tsw = t->sw[dsw->i][ssw->j][ssw->k]; in next_hop_path() 8327 tsw = t->sw[ssw->i][dsw->j][ssw->k]; in next_hop_path() 8330 tsw = t->sw[ssw->i][ssw->j][dsw->k]; in next_hop_path() [all …]
|
| /freebsd/contrib/expat/ |
| H A D | FREEBSD-Xlist | 5 *.dsw
|
| /freebsd/sys/vm/ |
| H A D | vm_mmap.c | 1413 vm_prot_t *maxprotp, int *flagsp, struct cdev *cdev, struct cdevsw *dsw, in vm_mmap_cdev() argument 1421 if (dsw->d_flags & D_MMAP_ANON) { in vm_mmap_cdev() 1457 error = dsw->d_mmap_single(cdev, foff, objsize, objp, (int)prot); in vm_mmap_cdev() 1492 struct cdevsw *dsw; in vm_mmap() local 1497 dsw = dev_refthread(cdev, &ref); in vm_mmap() 1498 if (dsw == NULL) in vm_mmap() 1501 dsw, &foff, &object); in vm_mmap()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 3660 * ports/winnt/ntp.dsw:
|
| H A D | CommitLog | 7455 libntp/lib/isc/win32/libisc.dsw@1.3 +0 -0 7456 Rename: libntp/lib/isc/win32/libisc.dsw -> libntp/lib/isc/win32/libisc.dsw 7458 libntp/lib/isc/win32/libisc.dsw@1.2 +0 -0 7459 Rename: lib/isc/win32/libisc.dsw -> libntp/lib/isc/win32/libisc.dsw [all...] |