Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_conf.c349 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 Ddevfs_vnops.c536 struct cdevsw *dsw; in devfs_allocv() local
598 dsw = dev->si_devsw; in devfs_allocv()
599 if (dsw != NULL && (dsw->d_flags & D_TTY) != 0) in devfs_allocv()
685 struct cdevsw *dsw; in devfs_close() local
740 dsw = dev_refthread(dev, &ref); in devfs_close()
741 if (dsw == NULL) in devfs_close()
753 } else if (dsw->d_flags & D_TRACKCLOSE) { in devfs_close()
766 error = dsw->d_close(dev, ap->a_fflag | dflags, S_IFCHR, td); in devfs_close()
914 struct cdevsw *dsw; in devfs_ioctl() local
926 dsw = devvn_refthread(vp, &dev, &ref); in devfs_ioctl()
[all …]
H A Ddevfs_rule.c537 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/contrib/ofed/opensm/opensm/
H A Dosm_torus.c8260 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 DFREEBSD-Xlist5 *.dsw
/freebsd/sys/vm/
H A Dvm_mmap.c1362 vm_prot_t *maxprotp, int *flagsp, struct cdev *cdev, struct cdevsw *dsw, in vm_mmap_cdev() argument
1370 if (dsw->d_flags & D_MMAP_ANON) { in vm_mmap_cdev()
1403 error = dsw->d_mmap_single(cdev, foff, objsize, objp, (int)prot); in vm_mmap_cdev()
1438 struct cdevsw *dsw; in vm_mmap() local
1443 dsw = dev_refthread(cdev, &ref); in vm_mmap()
1444 if (dsw == NULL) in vm_mmap()
1447 dsw, &foff, &object); in vm_mmap()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03660 * ports/winnt/ntp.dsw:
H A DCommitLog7455 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...]