/netbsd-src/sys/dev/ata/ |
H A D | wd.c | 309 struct wd_softc *wd = device_private(self); in wdattach() local 550 struct wd_softc *wd = device_private(self); wddetach() local 635 struct wd_softc *wd = wdstrategy() local 693 wdstart1(struct wd_softc * wd,struct buf * bp,struct ata_xfer * xfer) wdstart1() argument 810 struct wd_softc *wd = device_private(dev); wd_diskstart() local 882 struct wd_softc *wd = device_private(self); wdrestart() local 897 struct wd_softc *wd = device_private(self); wddone() local 1059 struct wd_softc *wd = v; wdbioretry() local 1076 struct wd_softc *wd = v; wdbiorequeue() local 1093 const struct wd_softc * const wd = wdminphys() local 1147 struct wd_softc *wd; wdopen() local 1186 struct wd_softc *wd = device_private(self); wd_firstopen() local 1222 struct wd_softc *wd = device_private(self); wd_lastclose() local 1238 struct wd_softc *wd; wdclose() local 1250 wdperror(const struct wd_softc * wd,struct ata_xfer * xfer) wdperror() argument 1292 struct wd_softc *wd = wdioctl() local 1530 struct wd_softc *wd = device_private(dev); wd_discard() local 1571 struct wd_softc *wd; wddiscard() local 1595 struct wd_softc *wd; wdsize() local 1619 struct wd_softc *wd; wddump() local 1640 struct wd_softc *wd = device_private(dev); wd_dumpblocks() local 1719 bad144intern(struct wd_softc * wd) bad144intern() argument 1742 wd_set_geometry(struct wd_softc * wd) wd_set_geometry() argument 1760 wd_get_params(struct wd_softc * wd,struct ataparams * params) wd_get_params() argument 1805 wd_getcache(struct wd_softc * wd,int * bitsp) wd_getcache() argument 1851 wd_setcache(struct wd_softc * wd,int bits) wd_setcache() argument 1891 wd_standby(struct wd_softc * wd,int flags) wd_standby() argument 1915 wd_flushcache(struct wd_softc * wd,int flags) wd_flushcache() argument 1956 wd_trim(struct wd_softc * wd,daddr_t bno,long size) wd_trim() argument 2005 struct wd_softc *wd = device_private(dev); wd_shutdown() local 2022 wi_get(struct wd_softc * wd) wi_get() argument 2209 wd_sysctl_attach(struct wd_softc * wd) wd_sysctl_attach() argument 2284 wd_sysctl_detach(struct wd_softc * wd) wd_sysctl_detach() argument 2295 struct wd_softc *wd; wddebug() local [all...] |
H A D | wdvar.h | 96 #define WD_USE_NCQ(wd) \ argument 99 #define WD_USE_NCQ_PRIO(wd) \ argument
|
/netbsd-src/sys/arch/mmeye/stand/boot/ |
H A D | wd.c | 50 wd_get_params(struct wd_softc *wd) in wd_get_params() 108 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp) in wdgetdefaultlabel() 156 wdgetdisklabel(struct wd_softc *wd) in wdgetdisklabel() 200 struct wd_softc *wd; in wdopen() local 249 struct wd_softc *wd; in wdstrategy() local
|
H A D | wdc.c | 293 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c) in wdccommandext() 339 wdc_exec_identify(struct wd_softc *wd, void *data) in wdc_exec_identify() 361 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) in wdc_exec_read()
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | wd.c | 52 wd_get_params(struct wd_softc *wd) in wd_get_params() 111 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp) in wdgetdefaultlabel() 152 wdgetdisklabel(struct wd_softc *wd) in wdgetdisklabel() 224 struct wd_softc *wd; in wdopen() local 273 struct wd_softc *wd; in wdstrategy() local
|
H A D | wdc.c | 256 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c) in wdccommandext() 302 wdc_exec_identify(struct wd_softc *wd, void *data) in wdc_exec_identify() 324 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) in wdc_exec_read()
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | wd.c | 62 wd_get_params(struct wd_softc *wd) in wd_get_params() 123 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp) in wdgetdefaultlabel() 164 wdgetdisklabel(struct wd_softc *wd) in wdgetdisklabel() 236 struct wd_softc *wd; in wdopen() local 288 struct wd_softc *wd; in wdstrategy() local
|
H A D | wdc.c | 402 wdc_exec_identify(struct wd_softc *wd, void *data) in wdc_exec_identify() 419 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) in wdc_exec_read()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | linux-inotify.c | 41 int wd; member 151 static struct watcher_list* find_watcher(uv_loop_t* loop, int wd) { in find_watcher() 257 int wd; in uv_fs_event_start() local
|
/netbsd-src/external/bsd/am-utils/dist/amq/ |
H A D | pawd.c | 226 char *wd = getcwd(path, MAXPATHLEN); in getawd() local 242 char tmp_buf[MAXPATHLEN], *wd; in main() local
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_inotify.c | 422 int wd, i, error = 0; in linux_sys_inotify_add_watch() local 616 inotify_close_wd(struct inotifyfd * ifd,int wd) inotify_close_wd() argument 671 const int wd = SCARG(uap, wd); linux_sys_inotify_rm_watch() local 739 do_kevent_to_inotify(int32_t wd,uint32_t mask,uint32_t cookie,struct inotify_entry * buf,size_t * nbuf,char * name) do_kevent_to_inotify() argument 821 get_inotify_dir_entries(int wd,bool needs_lock) get_inotify_dir_entries() argument 900 handle_write(struct inotifyfd * ifd,int wd,struct inotify_entry * buf,size_t * nbuf) handle_write() argument 976 kevent_to_inotify(struct inotifyfd * ifd,int wd,enum vtype wtype,uint32_t flags,uint32_t fflags,struct inotify_entry * buf,size_t * nbuf) kevent_to_inotify() argument [all...] |
H A D | linux_inotify.h | 80 int32_t wd; member
|
/netbsd-src/tests/compat/linux/ |
H A D | h_inotify_watch_change.c | 44 int fd, wd, targetfd; in _start() local
|
H A D | h_inotify_single_file.c | 49 int fd, wd, targetfd, buf; in _start() local
|
H A D | h_inotify_directory.c | 65 int fd, wd, targetfd; in _start() local
|
/netbsd-src/sys/dev/mca/ |
H A D | ed_mca.c | 294 struct ed_softc *wd; in edmcaopen() local 369 struct ed_softc *wd = device_lookup_private(&ed_cd, DISKUNIT(dev)); in edmcaclose() local 579 struct ed_softc *wd; in edmcasize() local
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | dump.c | 70 mp_limb_t wd, t; in mpfr_fdump() local
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | osdep-darwin.c | 75 static char wd[PATH_MAX]; in osdep_get_cwd() local
|
H A D | osdep-freebsd.c | 139 static char wd[PATH_MAX]; in osdep_get_cwd_fallback() local
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | canonicalize.c | 98 char *wd; in canonicalize_file_name() local
|
/netbsd-src/usr.bin/btkey/ |
H A D | btkey.c | 57 bool cf, cd, lf, ld, rf, rd, wf, wd, nk; in main() local
|
/netbsd-src/tests/dev/clock_subr/ |
H A D | t_clock_subr.c | 45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \ argument
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | ntp_calgps.h | 135 gpsntp_from_gpscal(TcGpsDatum *wd) { in gpsntp_from_gpscal()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/ |
H A D | inotify.d | 47 int wd; member
|
/netbsd-src/usr.bin/rwho/ |
H A D | rwho.c | 82 struct whod wd; in main() local
|