Searched refs:_buf (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/bus/virtio/
H A Ddevice.cpp88 zx_status_t Device::CopyDeviceConfig(void* _buf, size_t len) const { argument
89 assert(_buf);
92 backend_->DeviceConfigRead(i, static_cast<uint8_t*>(_buf) + i);
H A Ddevice.h74 zx_status_t CopyDeviceConfig(void* _buf, size_t len) const;
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dlookup_serv.c75 unsigned char _buf[1032]; local
76 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf);
H A Dresolvconf.c10 unsigned char _buf[256]; local
20 f = __fopen_rb_ca("/etc/resolv.conf", &_f, _buf, sizeof _buf);

Completed in 33 milliseconds