Searched refs:did (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi_pci.c80 uint16_t did; member in struct:bwi_dev
102 uint16_t did, vid; local
104 did = pci_get_device(dev);
108 if (b->did == did && b->vid == vid) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/3com/dev/xl/
H A Dif_xl.c1070 uint16_t did; local
1081 did = pci_get_device(dev);
1084 if (did == TC_DEVICEID_HURRICANE_555)
1086 if (did == TC_DEVICEID_HURRICANE_556 ||
1087 did == TC_DEVICEID_HURRICANE_556B)
1091 if (did == TC_DEVICEID_HURRICANE_555 ||
1092 did == TC_DEVICEID_HURRICANE_556)
1094 if (did == TC_DEVICEID_HURRICANE_556B)
1097 if (did == TC_DEVICEID_HURRICANE_575B ||
1098 did
[all...]
/haiku-fatelf/src/bin/findutils/find/
H A Dfind.c2033 struct dir_id did;
2071 did.dev = dir_ids[dir_curr-1].dev;
2072 did.ino = dir_ids[dir_curr-1].ino;
2076 did.dev = starting_stat_buf.st_dev;
2077 did.ino = starting_stat_buf.st_ino;
2012 struct dir_id did; local
/haiku-fatelf/src/bin/rcs/
H A Drcstest99 test ! -f a.c || { echo "#ci did not remove working file"; exit 1; }
103 test -f a.c || { echo '#co' $l did not create working file; exit 1; }
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom570x/dev/bge/
H A Dif_bge.c2282 uint16_t did, vid; local
2286 did = pci_get_device(dev);
2288 if ((vid == t->bge_vid) && (did == t->bge_did)) {
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex503 % Back up by the size of the box, whether we did a page break or not.
2316 % 1pt) as it did when we hard-coded it.
4413 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex177 % we did was a \nobreak, we don't want to insert more space.
646 % Back up by the size of the box, whether we did a page break or not.
3307 % as it did when we hard-coded it.
6333 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex254 % we did was a \nobreak, we don't want to insert more space.
773 % Back up by the size of the box, whether we did a page break or not.
3652 % as it did when we hard-coded it.
6898 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex632 % Back up by the size of the box, whether we did a page break or not.
3139 % as it did when we hard-coded it.
5961 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
H A Dtermcap.src10097 # "What I did was change leave the terminal cursor keys set to Normal
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex259 % we did was a \nobreak, we don't want to insert more space.
796 % Back up by the size of the box, whether we did a page break or not.
4087 % as it did when we hard-coded it.
7449 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1402 # Suppress compiler output if we already did a PIC compilation.
6569 $ECHO "*** because a test_compile did reveal that the linker did not use it for"
6612 $ECHO "*** because a test_compile did reveal that the linker did not use this one"
6688 $ECHO "*** because I did check the linker path looking for a file starting"
6742 $ECHO "*** because I did check the linker path looking for a file starting"
/haiku-fatelf/src/bin/bash/
H A Dconfigure113 # We did not find ourselves, most probably we were run as `sh COMMAND'
25295 /* fl will be 1 if dup2 did not reset the close-on-exec flag. */
30307 # We did not find ourselves, most probably we were run as `sh COMMAND'
30722 # If the user did not use the arguments to specify the items to instantiate,
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure107 # We did not find ourselves, most probably we were run as `sh COMMAND'
28516 /* Linux added linkat in 2.6.16, but did not add AT_SYMLINK_FOLLOW
[all...]

Completed in 712 milliseconds