Home
last modified time | relevance | path

Searched refs:dev1 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/games/trek/
H A Ddamage.c52 damage(int dev1, double dam) in damage() argument
62 dev = dev1; in damage()
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dbisect.pl145 my ($dev1, $ino1) = stat 'Porting/bisect.pl';
147 my $inplace = defined $dev1 && $dev0 == $dev1 && $ino0 == $ino1;
/openbsd-src/gnu/usr.bin/perl/
H A Dinstall_lib.pl136 my ($dev1, $ino1) = stat $p1;
138 unless defined $dev1;
141 return $dev1 == $dev2 && $ino1 == $ino2;
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dcmd_hppa.c951 path_match(struct device_path *dev1, struct device_path *dev2) in path_match() argument
953 return dev1->dp_mod == dev2->dp_mod && in path_match()
954 dev1->dp_bc[0] == dev2->dp_bc[0] && in path_match()
955 dev1->dp_bc[1] == dev2->dp_bc[1] && in path_match()
956 dev1->dp_bc[2] == dev2->dp_bc[2] && in path_match()
957 dev1->dp_bc[3] == dev2->dp_bc[3] && in path_match()
958 dev1->dp_bc[4] == dev2->dp_bc[4] && in path_match()
959 dev1->dp_bc[5] == dev2->dp_bc[5]; in path_match()
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm254 my ($dev1, $ino1) = stat('/');
258 if (($dev1 != $dev2) || ($ino1 != $ino2)) {