Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 25 of 164) sorted by relevance

1234567

/openbsd/sys/dev/ata/
H A Dwd.c182 strlcpy(wd->drvp->drive_name, wd->sc_dev.dv_xname, in wdattach()
215 wdc_probe_caps(wd->drvp, &wd->sc_params); in wdattach()
219 wd->sc_multi = wd->sc_params.atap_multi & 0xff; in wdattach()
320 wd->sc_dk.dk_name = wd->sc_dev.dv_xname; in wdattach()
325 disk_attach(&wd->sc_dev, &wd->sc_dk); in wdattach()
326 wd->sc_wdc_bio.lp = wd->sc_dk.dk_label; in wdattach()
354 wd_get_params(wd, at_poll, &wd->sc_params); in wdactivate()
490 wd->sc_wdc_bio.wd = wd; in __wdstart()
493 switch (wdc_ata_bio(wd->drvp, &wd->sc_wdc_bio)) { in __wdstart()
648 wd_get_params(wd, AT_WAIT, &wd->sc_params); in wdopen()
[all …]
H A Dfiles.ata10 device wd: disk
11 attach wd at ata
12 file dev/ata/wd.c wd needs-flag
13 file dev/ata/ata_wdc.c wd & wdc_base
H A Data_wdc.c114 struct wd_softc wd; in wd_hibernate_io() member
120 struct wd_softc *real_wd, *wd = &my->wd; in wd_hibernate_io() local
156 bcopy(real_wd, &my->wd, sizeof my->wd); in wd_hibernate_io()
157 ata_bio = &wd->sc_wdc_bio; in wd_hibernate_io()
158 ata_bio->wd = wd; /* fixup ata_bio->wd */ in wd_hibernate_io()
159 wd in wd_hibernate_io()
[all...]
/openbsd/sys/arch/octeon/dev/
H A Doctcf.c155 bus_space_read_2(wd->sc_iot, wd->sc_ioh, reg & 0x6)
157 bus_space_write_2(wd->sc_iot, wd->sc_ioh, reg & 0x6, val)
212 if (octcf_get_params(wd, &wd->sc_params) != 0) { in octcfattach()
235 wd->sc_dev.dv_xname, wd->sc_params.atap_multi & 0xff); in octcfattach()
256 wd->sc_dk.dk_name = wd->sc_dev.dv_xname; in octcfattach()
260 disk_attach(&wd->sc_dev, &wd->sc_dk); in octcfattach()
323 octcfstart(wd); in octcfstrategy()
335 if (wd != NULL) in octcfstrategy()
367 wd->sc_bp = bp; in _octcfstart()
377 octcfdone(wd); in _octcfstart()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td32 bits<5> wd;
45 bits<5> wd;
58 bits<5> wd;
71 bits<5> wd;
84 bits<5> wd;
95 bits<5> wd;
106 bits<5> wd;
117 bits<5> wd;
129 bits<5> wd;
142 bits<5> wd;
[all …]
H A DMipsMSAInstrInfo.td1187 string Constraints = "$wd = $wd_in";
1233 string Constraints = "$wd = $wd_in";
1348 string Constraints = "$wd = $wd_in";
1371 string Constraints = "$wd = $wd_in";
1384 string Constraints = "$wd = $wd_in";
1397 string Constraints = "$wd = $wd_in";
1433 string Constraints = "$wd = $wd_in";
1442 string Constraints = "$wd = $wd_in";
1453 string Constraints = "$wd = $wd_in";
2894 let Constraints = "$wd_in = $wd";
[all …]
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst2.C10 int wd, ht; member
15 { wd = ht = -1; } in QSize()
18 { wd = w; ht = h; } in QSize()
21 { return QSize(s1.wd+s2.wd, s1.ht+s2.ht); }
37 if (s.wd != 100 || s.ht != 200) in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Du77-test.f58 character ctim*25, line*80, lognam*20, wd*1000, line2*80, variable
130 wd = 'blahblahblah'
131 call getenv ('LOGNAME', wd)
132 write (6,*) 'Login name (GETENV of LOGNAME): ', wd(:lenstr (wd))
242 i = getcwd(wd)
247 write (6,*) 'Current directory is "'//wd(:lenstr(wd))//'"'
255 i=hostnm(wd)
260 write (6,*) 'Host name is ', wd(:lenstr(wd))
/openbsd/regress/lib/libpthread/cwd/
H A Dcwd.c48 char wd[PATH_MAX]; in main() local
51 ASSERT(path = getcwd(wd, sizeof wd)); in main()
53 ASSERT(path = getwd(wd)); in main()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dstat.c16 char *wd; local
17 wd = xgetwd ();
18 rs = stat (wd, buffer);
19 free (wd);
/openbsd/gnu/usr.bin/perl/t/op/
H A Dmagic.t288 chomp($wd = `pwd`);
289 $wd =~ s#/t$##;
290 $wd =~ /(.*)/; $wd = $1; # untaint
292 $wd = Cygwin::win_to_posix_path(Cygwin::posix_to_win_path($wd, 1));
296 $wd = Cwd::sys_cwd();
299 $wd = '.';
305 $script = "$wd/show-shebang";
307 chomp($wd = `cd`);
308 $wd =~ s|\\|/|g;
309 $perl = "$wd/perl.exe";
[all …]
/openbsd/gnu/usr.bin/perl/t/io/
H A Dfs.t20 $wd = `cd`;
23 $wd = `show default`;
28 $wd = `sh -c pwd`;
31 $wd = `pwd`;
33 chomp($wd);
35 die "Can't get current working directory" if(!$wd);
42 $wd =~ m#$Config{afsroot}/#
287 chdir $wd || die "Can't cd back to '$wd' ($!)";
410 chdir $wd || die "Can't cd back to $wd";
/openbsd/sys/arch/hppa/hppa/
H A Dconf.c51 bdev_decl(wd);
52 cdev_decl(wd);
71 bdev_disk_init(NWD,wd), /* 8: ST506 drive */
170 cdev_disk_init(NWD,wd), /* 39: ST506 disk */
/openbsd/sys/arch/landisk/include/
H A Dconf.h51 bdev_decl(wd);
52 cdev_decl(wd);
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dconf.c43 bdev_decl(wd);
56 bdev_disk_init(NWD,wd), /* 5: ST506/ESDI/IDE disk */
62 cdev_decl(wd);
127 cdev_disk_init(NWD,wd), /* 17: ST506/ESDI/IDE disk */
/openbsd/sys/arch/alpha/alpha/
H A Dconf.c44 bdev_decl(wd);
58 bdev_disk_init(NWD,wd), /* 0: ST506/ESDI/IDE disk */
104 cdev_decl(wd);
169 cdev_disk_init(NWD,wd), /* 36: ST506/ESDI/IDE disk */
/openbsd/sys/arch/octeon/octeon/
H A Dconf.c57 bdev_decl(wd);
73 bdev_disk_init(NWD,wd), /* 4: ST506/ESDI/IDE disk */
116 cdev_decl(wd);
173 cdev_disk_init(NWD,wd), /* 18: ST506/ESDI/IDE disk */
/openbsd/sys/arch/loongson/loongson/
H A Dconf.c57 bdev_decl(wd);
67 bdev_disk_init(NWD,wd), /* 4: ST506/ESDI/IDE disk */
105 cdev_decl(wd);
153 cdev_disk_init(NWD,wd), /* 18: ST506/ESDI/IDE disk */
/openbsd/sys/arch/macppc/macppc/
H A Dconf.c50 bdev_decl(wd);
51 cdev_decl(wd);
56 bdev_disk_init(NWD,wd), /* 0: ST506/ESDI/IDE disk */
141 cdev_disk_init(NWD,wd), /* 11: ST506/ESDI/IDE disk */
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/t/
H A Dcount.t21 my $wd = tempdir(CLEANUP => 1);
24 my $db = tie(%h, 'GDBM_File', File::Spec->catfile($wd, 'Op_dbmx'),
H A Dopt.t21 my $wd = tempdir(CLEANUP => 1);
22 my $dbname = File::Spec->catfile($wd, 'Op_dbmx');
/openbsd/sys/arch/arm64/arm64/
H A Dconf.c43 bdev_decl(wd);
53 bdev_disk_init(NWD,wd), /* 0: ST506/ESDI/IDE disk */
78 cdev_decl(wd);
130 cdev_disk_init(NWD,wd), /* 3: ST506/ESDI/IDE disk */
/openbsd/sys/arch/riscv64/riscv64/
H A Dconf.c42 bdev_decl(wd);
51 bdev_disk_init(NWD,wd), /* 0: ST506/ESDI/IDE disk */
76 cdev_decl(wd);
126 cdev_disk_init(NWD,wd), /* 3: ST506/ESDI/IDE disk */
/openbsd/sys/arch/arm/include/
H A Dconf.h53 bdev_decl(wd);
54 cdev_decl(wd);

1234567