| /third_party/lib/acpica/tests/templates/ |
| A D | templates.sh | 19 $ASL_COMPILER -T ALL > /dev/null 2>&1 20 $ASL_COMPILER *.asl > /dev/null 2>&1 26 $ASL_COMPILER -vt -T ALL > /dev/null 2>&1 30 $ASL_COMPILER *.asl > /dev/null 2>&1 34 $ASL_COMPILER -d *.aml > /dev/null 2>&1
|
| /third_party/uapp/dash/src/ |
| A D | mkbuiltins | 39 if ! type tempfile > /dev/null 2>&1 && ! type mktemp > /dev/null 2>&1; then 52 elif ! type tempfile > /dev/null 2>&1; then
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 367 int bus = 0, dev = 0; in usb_device_get_unique_id() local 368 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id() 369 return bus * 1000 + dev; in usb_device_get_unique_id() 373 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local 374 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id_from_name() 375 return bus * 1000 + dev; in usb_device_get_unique_id_from_name() 380 int dev = id % 1000; in usb_device_get_name_from_unique_id() local 590 struct usb_request *usb_request_new(struct usb_device *dev, in usb_request_new() argument 611 req->dev = dev; in usb_request_new() 631 res = ioctl(req->dev->fd, USBDEVFS_SUBMITURB, urb); in usb_request_queue() [all …]
|
| /third_party/ulib/musl/src/misc/ |
| A D | nftw.c | 11 dev_t dev; member 53 if ((flags & FTW_MOUNT) && h && st.st_dev != h->dev) in do_nftw() 57 new.dev = st.st_dev; in do_nftw() 69 if (h->dev == st.st_dev && h->ino == st.st_ino) in do_nftw()
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.c | 659 em_register(device_t dev) in em_register() argument 665 igb_register(device_t dev) in igb_register() argument 726 device_t dev; in em_if_attach_pre() local 731 dev = iflib_get_dev(ctx); in em_if_attach_pre() 740 adapter->dev = adapter->osdep.dev = dev; in em_if_attach_pre() 981 device_printf(dev, in em_if_attach_pre() 1704 device_t dev = iflib_get_dev(ctx); in em_if_update_admin_status() local 1841 device_t dev = iflib_get_dev(ctx); in em_identify_hardware() local 2269 device_t dev = adapter->dev; in igb_init_dmac() local 3618 device_id = pci_get_device(dev); in em_get_wakeup() [all …]
|
| A D | README.fuchsia | 7 https://github.com/freebsd/freebsd/tree/master/sys/dev/e1000
|
| A D | if_em.h | 463 device_t dev; member
|
| A D | fuchsia.c | 931 static zx_status_t e1000_bind(void* ctx, zx_device_t* dev) { in e1000_bind() argument 942 zx_status_t status = device_get_protocol(dev, ZX_PROTOCOL_PCI, &adapter->osdep.pci); in e1000_bind() 1122 if (device_add(dev, &args, &adapter->zxdev)) { in e1000_bind()
|
| A D | README | 90 cp *.[ch] /usr/src/sys/dev/em
|
| /third_party/ulib/usbhost/include/usbhost/ |
| A D | usbhost.h | 37 struct usb_device *dev; member 204 struct usb_request *usb_request_new(struct usb_device *dev, 214 struct usb_request *usb_request_wait(struct usb_device *dev, int timeoutMillis);
|
| /third_party/ulib/backtrace/ |
| A D | install-sh | 282 (dirname "$dst") 2>/dev/null || 286 X"$dst" : 'X\(/\)' \| . 2>/dev/null || 352 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 375 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
|
| A D | Makefile.in | 56 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 57 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 171 *) (install-info --version) >/dev/null 2>&1;; \
|
| /third_party/ulib/musl/src/stat/ |
| A D | mknodat.c | 4 int mknodat(int fd, const char* path, mode_t mode, dev_t dev) { in mknodat() argument
|
| /third_party/ulib/musl/include/net/ |
| A D | if_arp.h | 128 unsigned long dev; member
|
| /third_party/uapp/dash/src/funcs/ |
| A D | dirs | 50 else cd $1 > /dev/null || return
|
| A D | popd | 50 else cd $1 > /dev/null || return
|
| A D | pushd | 50 else cd $1 > /dev/null || return
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 1123 uint8_t dev = static_cast<uint8_t>(PciId->Device); in AcpiOsReadWritePciConfiguration() local 1128 pci_bdf_t addr = {bus, dev, func}; in AcpiOsReadWritePciConfiguration() 1144 st = zx_pci_cfg_pio_rw(root_resource_handle, bus, dev, func, offset, in AcpiOsReadWritePciConfiguration()
|
| /third_party/ulib/musl/stubs/ |
| A D | iostubs.c | 439 static int stub_mknod(const char* path, mode_t mode, dev_t dev) { in stub_mknod() argument
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 724 echo "$CFLAGS $EXTRA_CFLAGS" | grep '\-O' >/dev/null || deoptimize="yes" 1330 hpsk=[`cat /proc/meminfo 2>/dev/null | \ 1368 … echo "${with_version}" | grep ['^[0-9]\+\.[0-9]\+\.[0-9]\+-[0-9]\+-g[0-9a-f]\+$'] 2>&1 1>/dev/null 1375 …"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/null`" = "xtrue" ; … 1384 …root}"; git describe --long --abbrev=40 --match="${pattern}") > "${objroot}VERSION.tmp" 2>/dev/null 1940 cp /dev/null "${f}"
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 809 - broken redirection attempt to /dev/null in configure script
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 623 just /dev/mem (which may not exist) and /sys/firmware/acpi/tables. Lv
|