Home
last modified time | relevance | path

Searched refs:open (Results 8026 - 8050 of 8207) sorted by relevance

1...<<321322323324325326327328329

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c757 f = open(buf, O_RDONLY); in wext_get_phy_name()
759 wpa_printf(MSG_DEBUG, "Could not open file %s: %s", in wext_get_phy_name()
2083 * them to select between open/restricted WEP encrypted (open = allow in wpa_driver_wext_auth_alg_fallback()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex529 % are not treated as environments; they don't open a group. (The
1042 % So open here the files we need to have open while reading the input.
3028 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
4336 % The \closeout helps reduce unnecessary open files; the limit on the
5968 % We open the .toc file for writing here instead of at @setfilename (or
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c1128 obj->efile.fd = open(obj->path, O_RDONLY); in bpf_object__elf_init()
1134 pr_warn("elf: failed to open %s: %s\n", obj->path, cp); in bpf_object__elf_init()
1142 pr_warn("elf: failed to open %s as ELF file: %s\n", obj->path, elf_errmsg(-1)); in bpf_object__elf_init()
1675 pr_warn("failed to open system Kconfig\n"); in bpf_object__read_kconfig_file()
1703 pr_warn("failed to open in-memory Kconfig: %d\n", err); in bpf_object__read_kconfig_mem()
3632 pr_warn("failed to open %s: %d. No procfs support?\n", file, in bpf_get_map_info_from_fdinfo()
3677 new_fd = open("/", O_RDONLY | O_CLOEXEC); in bpf_map__reuse_fd()
7135 pr_warn("failed to open /proc/kallsyms: %d\n", err); in bpf_object__read_kallsyms_file()
9209 pr_warn("failed to open link at %s: %d\n", path, fd); in bpf_link__open()
9349 pr_debug("failed to open ' in parse_uint_from_file()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c1327 obj->efile.fd = open(obj->path, O_RDONLY | O_CLOEXEC); in bpf_object__elf_init()
1333 pr_warn("elf: failed to open %s: %s\n", obj->path, cp); in bpf_object__elf_init()
1341 pr_warn("elf: failed to open %s as ELF file: %s\n", obj->path, elf_errmsg(-1)); in bpf_object__elf_init()
1992 pr_warn("failed to open system Kconfig\n"); in bpf_object__read_kconfig_file()
2020 pr_warn("failed to open in-memory Kconfig: %d\n", err); in bpf_object__read_kconfig_mem()
4378 pr_warn("failed to open %s: %d. No procfs support?\n", file, in bpf_get_map_info_from_fdinfo()
7534 pr_warn("failed to open /proc/kallsyms: %d\n", err); in libbpf_kallsyms_parse()
9993 pr_warn("failed to open link at %s: %d\n", path, fd); in bpf_link__open()
10204 pr_debug("failed to open '%s': %s\n", file, in parse_uint_from_file()
10311 fd = open(fil in append_to_file()
[all...]
/third_party/backends/backend/
H A Dumax_pp_low.c465 file = open (devices[i], O_RDWR); in sanei_parport_find_device()
618 fd = open (name, O_RDWR | O_NOCTTY | O_NONBLOCK); in sanei_umax_pp_initPort()
797 fd = open (name, O_RDONLY); in sanei_umax_pp_initPort()
9393 DBG (0, "could not open %s for writing\n", titre); in Dump()
9419 DBG (0, "could not open %s for writing\n", titre); in DumpNB()
9449 DBG (0, "could not open %s for writing\n", titre); in DumpRVB()
9486 DBG (0, "could not open %s for writing\n", titre); in DumpRGB()
10335 /* open output file */ in sanei_umax_pp_scan()
10339 DBG (0, "Failed to open 'out.pnm', giving up....\n"); in sanei_umax_pp_scan()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp638 - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened.
4144 // No window should be open at the beginning of the frame. in NewFrame()
6439 // Close anything that is open in End()
8260 // Return true if any popup is open at the current BeginPopup() level of the popup stack in IsPopupOpen()
8272 // Return true if the popup is open anywhere in the popup stack in IsPopupOpen()
8280 // Return true if the popup is open at the current BeginPopup() level of the popup stack (this is the most-common query) in IsPopupOpen()
8316 // Mark popup as open (toggle toward open state).
8319 // One open popu
11920 bool open = TreeNode(label, "%s", buf); DebugNodeTabBar() local
11977 const bool open = TreeNodeEx(label, tree_node_flags, "%s '%s'%s", label, window->Name, is_active ? "" : " *Inactive*"); DebugNodeWindow() local
[all...]
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c1452 // delay posting reads until we're fully open in hw_open()
2699 net->open = hw_open;
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c2887 .open = __fops##_open, \
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c605 .open = bpf_map_mmap_open,
640 /* set default open/close callbacks */ in bpf_map_mmap()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3308 .open = __fops ## _open, \
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_main.c137 .open = drbd_open,
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c140 .open = idt77252_open,
2148 printk("%s: trying to open a CBR VC with cell rate = 0\n", in idt77252_init_cbr()
2432 printk("%s: can't alloc vc in open()\n", card->name); in idt77252_open()
H A Diphase.c1396 /* Also keep a list of open rx vcs so that we can attach them with
1412 printk(KERN_CRIT DEV_LABEL "(itf %d): VCI %d already open\n",
2704 IF_EVENT(printk("iphase open: unspec part\n");)
2709 IF_EVENT(printk(DEV_LABEL "(itf %d): open %d.%d\n",
2743 IF_EVENT(printk("ia open returning\n");)
3152 .open = ia_open,
H A Dnicstar.c159 .open = ns_open,
1271 /* NOTE: You are not allowed to modify an open connection's QOS. To change in ns_open()
1283 ("nicstar%d: trying to open a CBR vc with cell rate = 0 \n", in ns_open()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtusb.c1957 bt_dev_err(hdev, "failed to open Intel firmware file: %s (%d)", in btusb_setup_intel_get_fw()
1966 bt_dev_err(hdev, "failed to open default fw file: %s", in btusb_setup_intel_get_fw()
2143 * from the controller. If it fails to open the matching firmware in btusb_setup_intel()
2144 * patch file, it tries to open the default firmware patch file. in btusb_setup_intel()
4125 hdev->open = btusb_open; in btusb_probe()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c611 * If device is open, postpone until it is closed.
2420 * This is the same as closing all open files for the port.
2511 /* 1st open on this device, init hardware */ in mgslpc_open()
2783 .open = mgslpc_open,
3885 /* return error if TTY interface open */ in hdlcdev_attach()
3983 /* generic HDLC layer open processing */ in hdlcdev_open()
4079 /* return error if TTY interface open */ in hdlcdev_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c59x.c632 open:1, member
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c748 fd = open("/dev/zero", O_RDONLY); in TEST_SIGNAL()
2181 /* Tracer should skip the open syscall, resulting in ESRCH. */ in TEST_F()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c3593 input_dev->open = hidpp_input_open; in hidpp_allocate_input()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-common.c2630 coda_dbg(1, ctx, "open instance (%p)\n", ctx); in coda_open()
2759 .open = coda_open,
/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c129 /* A tun_file connects an open character device to a tuntap netdevice. It
1035 /* Net device open. */
3522 .open = tun_chr_open,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c1410 * sd_open - open a scsi disk device
1411 * @bdev: Block device of the scsi disk to open
1449 * If the drive is empty, just let the open fail. in sd_open()
1456 * If the device has the write protect tab set, have the open fail in sd_open()
1467 * open actually succeeded. in sd_open()
1900 .open = sd_open,
3583 * in case multiple processes open a /dev/sd... node concurrently. in scsi_disk_release()
H A Dmegaraid.c100 .open = megadev_open,
2949 * is a valid open.
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dmain.c3257 * cxlflash_chr_open() - character device open handler
3261 * Only users with admin privileges are allowed to open the character device.
3589 .open = cxlflash_chr_open,
/kernel/linux/linux-5.10/drivers/tty/
H A Dcyclades.c458 /* there is an open port for this data */ in cyy_chip_rx()
1533 interrupts should be enabled as soon as the first open in cy_open()
2783 * No need to wake up processes in open wait, since they in cy_set_termios()
3989 .open = cy_open,

Completed in 160 milliseconds

1...<<321322323324325326327328329