Home
last modified time | relevance | path

Searched refs:write (Results 5601 - 5625 of 10427) sorted by relevance

1...<<221222223224225226227228229230>>...418

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c451 size = write(fd, buf, test_payload_size); in chunked_sendfile()
704 EXPECT_GE(write(p[1], mem_send, send_len), 0); in TEST_F()
722 EXPECT_EQ(write(p[1], mem_send, 8000), 8000); in TEST_F()
724 EXPECT_EQ(write(p2[1], mem_send + 8000, 8000), 8000); in TEST_F()
745 EXPECT_GE(write(p[1], mem_send, send_len), send_len); in TEST_F()
1359 ASSERT_EQ(write(fd, buf, file_sz), file_sz); in test_mutliproc()
1770 /* Now write the rest, and it should all pop out of the other end. */ in TEST_F()
1809 /* Now write the rest, and it should all pop out of the other end. */ in TEST_F()
1865 EXPECT_EQ(write(p[1], &token, 1), 1); /* Barrier #1 */ in TEST_F()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py675 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
676 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
697 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
700 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
701 mk_file.write("\n")
715 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
716 mk_file.write("\t%s\n\n" % cmd)
2570 "File": "$(IntDir)$(ProjectName).write.1.tlog",
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py673 mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n')
674 mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n')
695 mk_file.write("all: %s\n" % " ".join(first_outputs_cyg))
698 mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od)
699 mk_file.write("\n")
713 mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs)))
714 mk_file.write("\t%s\n\n" % cmd)
2562 "File": "$(IntDir)$(ProjectName).write.1.tlog",
/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp108 write(eventQueueFd_[1], &count, sizeof(count)); in WakeUp()
113 write(pendingEventQueueFd_.Get(), &count, sizeof(count)); in WakeUp()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp53 constexpr uint32_t SHORT_WEIGHT = 8; // the ostream placeholder for a word when write memory info to file
331 HIVIEW_LOGI("write general statis itics finished"); in DumpGeneralInfo()
365 HIVIEW_LOGI("process %{public}s write detail statisitics finished", userMonitorInfo->GetProcessName().c_str()); in DumpDetailInfo()
390 HIVIEW_LOGI("process %{public}s write stack statisitics finished", userMonitorInfo->GetProcessName().c_str()); in DumpStackInfo()
462 ssize_t watchdogWrite = write(writeFd, generalMessage.c_str(), generalMessageSize); in ForkProcessToDumpExtraInfo()
464 HIVIEW_LOGE("write get extra info realtime failed, errno is %{public}d", errno); in ForkProcessToDumpExtraInfo()
508 ssize_t watchdogWrite = write(writeFd, userMemMessage.c_str(), userMemMessageSize); in DumpUserMemInfoToSmapsFile()
510 HIVIEW_LOGE("write to smaps file failed, errno is %{public}d", errno); in DumpUserMemInfoToSmapsFile()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp207 write(fd, buf, strnlen(buf, BUF_SIZE_512)); in AddStopReason()
223 write(fd, buf, strnlen(buf, BUF_SIZE_512)); in AddSeparator()
/base/update/packaging_tools/
H A Dutils.py243 f_w.write(zf_obj.read(name))
409 file_obj.write(part_json.encode())
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_osal.h362 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); member
409 int (*write)(const char *buf, int size, long *offset, void *private_data); member
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dpkt_builder.py312 fp.write(version_bin)
388 fp.write(cert_key_bin)
391 if (sign_alg != 0x3F): #only need write ver file in secure boot mode.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h857 #define lwip_write write
1370 * If O_NONBLOCK is not set and if there is data on the module's write queue, close()
1826 * write()
1890 * write()
1971 * write() \n
2032 * @li The write() function shall fail if:
2057 * @li The write() function may fail if:
2161 * sufficiently small write()).
2173 * space is available for write (though a large write ma
2496 #define write global() macro
[all...]
/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-bt.c570 .write = bluesleep_write_proc_lpm,
576 .write = bluesleep_write_proc_btwrite,
629 /* read/write proc entries */ in rfkill_rk_probe()
637 /* read/write proc entries */ in rfkill_rk_probe()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dsdmmc_vendor_storage.c80 static int emmc_vendor_ops(u8 *buffer, u32 addr, u32 n_sec, int write) in emmc_vendor_ops() argument
85 ret = rk_emmc_transfer(buffer + i * 0x200, addr + i, 0x200, write); in emmc_vendor_ops()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dsdmmc_vendor_storage.c80 static int emmc_vendor_ops(u8 *buffer, u32 addr, u32 n_sec, int write) in emmc_vendor_ops() argument
85 ret = rk_emmc_transfer(buffer + i * 512, addr + i, 512, write); in emmc_vendor_ops()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Defivars.c295 * Generic read/write functions that call the specific functions of
550 attr->write = efivar_create; in create_efivars_bin_attributes()
561 attr->write = efivar_delete; in create_efivars_bin_attributes()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsram242x.S81 str r10, [r0] @ write dll_status and return counter
177 str r1, [r2] @ write out new SDRC_DLLA_CTRL
H A Dsram243x.S81 str r10, [r0] @ write dll_status and return counter
177 str r1, [r2] @ write out new SDRC_DLLA_CTRL
/kernel/linux/linux-5.10/block/
H A Dmq-deadline.c32 static const int writes_starved = 2; /* max times reads can starve a write */
48 * next in sort order. read, write or both are NULL
217 * Look for a write request that can be dispatched, that is one with in deadline_fifo_request()
253 * Look for a write request that can be dispatched, that is one with in deadline_next_request()
269 * read/write expire, fifo_batch, etc
299 * data direction (read / write) in __dd_dispatch_request()
495 * This may be a requeue of a write request that has locked its in dd_insert_request()
556 * For zoned block devices, write unlock the target zone of
557 * completed write requests. Do this while holding the zone lock
563 * dispatching requests if all the queued requests are write request
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S441 fmovel %d3,%FPCR |write new FPCR
442 asrl #1,%d0 |write correct PTENxx table
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dtraps.c937 bool write = esr & KASAN_ESR_WRITE; in kasan_handler() local
942 kasan_report(addr, size, write, pc); in kasan_handler()
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H A Dls7a_irq.c466 .write = kvm_ls7a_ioapic_write,
498 .write = kvm_ls7a_ioapic_alias_write,
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhead.S241 add r4, r4, #4 @ we only write the bottom word
501 mcr p15, 0, r0, c1, c0, 0 @ write control reg
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregcache.c160 !map->cache_ops->write || in regcache_init()
273 return map->cache_ops->write(map, reg, value); in regcache_write()
369 dev_err(map->dev, "Failed to write %x = %x: %d\n", in regcache_sync()
517 * on resume, regcache_sync() knows to write out all non-default values
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Di8254.c299 * AMD SVM AVIC accelerates EOI write and does not trap. in kvm_pit_set_reinject()
457 pr_debug("write addr is 0x%x, len is %d, val is 0x%x\n", in pit_ioport_write()
651 .write = pit_ioport_write,
656 .write = speaker_ioport_write,
/kernel/linux/linux-5.10/drivers/net/dsa/qca/
H A Dar9331.c229 dev_err_ratelimited(priv->dev, "PHY write error: %i\n", ret); in ar9331_sw_mbus_write()
284 mbus->write = ar9331_sw_mbus_write; in ar9331_sw_mbus_init()
515 dev_err(priv->dev, "can't write interrupt status\n"); in ar9331_sw_irq()
654 * that regmap will always write the page on first use. in ar9331_mdio_read()
711 dev_err_ratelimited(&sbus->dev, "Bus error. Failed to write register.\n"); in ar9331_mdio_write()
798 .write = ar9331_sw_bus_write,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_i210.c219 * @words: number of words to write
262 hw_dbg("Shadow RAM write EEWR timed out\n"); in igb_write_nvm_srwr()
275 * @words: number of words to write
295 * to write in bursts than synchronizing access for each word. in igb_write_nvm_srwr_i210()
590 /* Do not use hw->nvm.ops.write, hw->nvm.ops.read in igb_update_nvm_checksum_i210()
725 * __igb_access_xmdio_reg - Read/write XMDIO register
729 * @data: pointer to value to read/write from/to the XMDIO address
730 * @read: boolean flag to indicate read or write
806 nvm->ops.write = igb_write_nvm_srwr_i210; in igb_init_nvm_params_i210()
812 nvm->ops.write in igb_init_nvm_params_i210()
[all...]

Completed in 43 milliseconds

1...<<221222223224225226227228229230>>...418