Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_conf.c353 if (dsw == NULL) in giant_open()
369 if (dsw == NULL) in giant_fdopen()
385 if (dsw == NULL) in giant_close()
403 if (dsw == NULL) { in giant_strategy()
420 if (dsw == NULL) in giant_ioctl()
436 if (dsw == NULL) in giant_read()
452 if (dsw == NULL) in giant_write()
468 if (dsw == NULL) in giant_poll()
484 if (dsw == NULL) in giant_kqfilter()
501 if (dsw == NULL) in giant_mmap()
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c536 struct cdevsw *dsw; in devfs_allocv() local
599 if (dsw != NULL && (dsw->d_flags & D_TTY) != 0) in devfs_allocv()
685 struct cdevsw *dsw; in devfs_close() local
741 if (dsw == NULL) in devfs_close()
914 struct cdevsw *dsw; in devfs_ioctl() local
927 if (dsw == NULL) in devfs_ioctl()
993 struct cdevsw *dsw; in devfs_kqfilter_f() local
1257 struct cdevsw *dsw; in devfs_open() local
1271 if (dsw == NULL) in devfs_open()
1381 struct cdevsw *dsw; in devfs_poll_f() local
[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/expat/
H A DFREEBSD-Xlist5 *.dsw
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c8284 if (sw == dsw) in ring_dir_path()
8291 if (sw == dsw) in ring_dir_path()
8404 cl_ntoh64(dsw->n_id), dsw->i, dsw->j, dsw->k); in warn_on_routing()
8498 if (dsw->i != sw->i) { in lft_port()
8506 if (dsw->j != sw->j && next_hop_y(t, sw, dsw, &g)) in lft_port()
8509 if (dsw->k != sw->k && next_hop_z(t, sw, dsw, &g)) in lft_port()
8519 if (dsw->k != sw->k && next_hop_z(t, sw, dsw, &g)) in lft_port()
8525 if (dsw->k == sw->k) in lft_port()
8626 struct t_switch *dsw; in torus_lft() local
8641 dsw = t->sw_pool[s]; in torus_lft()
[all …]
/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()
1435 struct cdevsw *dsw; in vm_mmap() local
1440 dsw = dev_refthread(cdev, &ref); in vm_mmap()
1441 if (dsw == NULL) in vm_mmap()
1444 dsw, &foff, &object); in vm_mmap()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03660 * ports/winnt/ntp.dsw:
H A DCommitLog7456 Rename: libntp/lib/isc/win32/libisc.dsw -> libntp/lib/isc/win32/libisc.dsw
7459 Rename: lib/isc/win32/libisc.dsw -> libntp/lib/isc/win32/libisc.dsw
121765 Delete: ports/winnt/vc6/ntp.dsw
164833 ports/winnt/vc6/ntp.dsw@1.13 +0 -1
165255 ports/winnt/vc6/ntp.dsw@1.12 +4 -0
170522 ports/winnt/vc6/ntp.dsw@1.11 +0 -0
170525 ports/winnt/vc6/ntp.dsw@1.10 +0 -0
176469 ports/winnt/vc6/ntp.dsw@1.9 +7 -7
176496 ports/winnt/vc6/ntp.dsw@1.8 +0 -0
176497 Rename: ports/winnt/ntp.dsw -> ports/winnt/vc6/ntp.dsw
[all …]