Searched refs:open (Results 226 - 240 of 240) sorted by relevance

12345678910

/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c348 // TODO: refcount the base device and call stop if no instances are open
727 .open = hid_open_device,
/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-lib.cpp364 return fbl::unique_fd(open(fvm_path, O_RDWR));
H A Ddevice-partitioner.cpp165 // Attempts to open and overwrite the first block of the underlying
173 ERROR("Warning: Could not open partition to wipe: %s\n",
273 fbl::unique_fd fd(open(gpt_path.c_str(), O_RDWR));
275 ERROR("Failed to open GPT\n");
471 ERROR("Couldn't open partition\n");
494 ERROR("Couldn't open partition\n");
/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c99 int fd = open(dev, O_RDWR);
/fuchsia/zircon/system/uapp/hidtouch/
H A Dmain.c468 printf("failed to open framebuffer: %d (%s)\n", status, err);
501 printf("failed to open %s: %d\n", DEV_INPUT, errno);
518 touchfd = open(devname, O_RDONLY);
520 printf("failed to open %s: %d\n", devname, errno);
/fuchsia/zircon/system/ulib/blktest/
H A Dblktest.cpp37 int fd = open(blkdev_path, O_RDWR);
41 ASSERT_GE(fd, 0, "Could not open block device");
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c330 // Attempt to read the description from open
626 // Synchronously (non-pipelined) open an object
846 .open = zxrio_open,
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dstream-base.cpp26 .open = nullptr,
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test.cpp290 const int existing_file_fd = open(existing_file_path.c_str(), O_CREAT);
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c107 int hl_oc; /* Row had open comment at end in last syntax highlight
125 char *filename; /* Currently open filename */
428 /* If the previous line has an open comment, this line starts
429 * with an open comment state. */
532 /* Propagate syntax change to the next row if the open commen
850 int fd = open(E.filename,O_RDWR|O_CREAT,0644);
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp297 int fd = open(libname, O_RDONLY);
299 log(ERROR, "devcoord: cannot open driver '%s'\n", libname);
1069 if ((fd = open(fwdirs[n], O_RDONLY, O_DIRECTORY)) < 0) {
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp763 int32_t dc_fd = open("/dev/class/display-controller/000", O_RDWR);
765 fprintf(stderr, "failed to open display controller\n");
1049 fprintf(stderr, "failed to open %s: %d\n", DEV_INPUT, errno);
1065 int fd = open(devname, O_RDONLY);
1067 fprintf(stderr, "failed to open %s: %d\n", devname, errno);
/fuchsia/zircon/system/dev/ethernet/ethernet/
H A Dethernet.c1085 // to encourage any open instances to close
1106 .open = eth0_open,
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc.c585 // The poll thread will be waiting on this completion if no instances are open.
899 .open = xdc_open,
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c1401 mfd = open(filename, O_RDONLY);

Completed in 139 milliseconds

12345678910