Home
last modified time | relevance | path

Searched refs:value (Results 18251 - 18275 of 29815) sorted by relevance

1...<<731732733734735736737738739740>>...1193

/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c696 int8_t radix, value; in TestMisc() member
732 if(u_digit(data[i].c, data[i].radix)!=data[i].value) { in TestMisc()
737 data[i].value); in TestMisc()
971 uint32_t value; in unicodeDataLineFn() local
1005 value=strtoul(fields[3][0], &end, 10); in unicodeDataLineFn()
1010 if(value>255) { in unicodeDataLineFn()
1011 log_err("error in UnicodeData.txt: combining class %lu out of range\n", value); in unicodeDataLineFn()
1015 if(value!=u_getCombiningClass(c) || value!=(uint32_t)u_getIntPropertyValue(c, UCHAR_CANONICAL_COMBINING_CLASS)) { in unicodeDataLineFn()
1016 log_err("error: u_getCombiningClass(U+%04lx)==%hu instead of %lu\n", c, u_getCombiningClass(c), value); in unicodeDataLineFn()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1645 * Maximum value for YEAR field wrong.
1703 int32_t value = max+1; in test4147269() local
1704 calendar->set((UCalendarDateFields)field, value); in test4147269()
1713 ", value: " + value + " (max = " + max +")"); in test4147269()
3007 failure(status, "set hour value in calendar"); in TestT11632()
3017 assertEquals("correct datetime displayed for hour value", UnicodeString("1970-01-25T21:00:00"), dstr); in TestT11632()
3021 failure(status, "set hour value in calendar"); in TestT11632()
3028 assertEquals("correct datetime displayed for hour value", UnicodeString("1970-01-13T12:00:00"), dstr); in TestT11632()
3112 int32_t value in VerifyGetStayInBound() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc932 EXPECT_EQ(func_sem->WorkgroupSize()[0].value, 1u); in TEST_F()
933 EXPECT_EQ(func_sem->WorkgroupSize()[1].value, 1u); in TEST_F()
934 EXPECT_EQ(func_sem->WorkgroupSize()[2].value, 1u); in TEST_F()
952 EXPECT_EQ(func_sem->WorkgroupSize()[0].value, 8u); in TEST_F()
953 EXPECT_EQ(func_sem->WorkgroupSize()[1].value, 2u); in TEST_F()
954 EXPECT_EQ(func_sem->WorkgroupSize()[2].value, 3u); in TEST_F()
978 EXPECT_EQ(func_sem->WorkgroupSize()[0].value, 16u); in TEST_F()
979 EXPECT_EQ(func_sem->WorkgroupSize()[1].value, 8u); in TEST_F()
980 EXPECT_EQ(func_sem->WorkgroupSize()[2].value, 2u); in TEST_F()
1004 EXPECT_EQ(func_sem->WorkgroupSize()[0].value, in TEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c562 * and driver needs to keep old sequence_temp value. in atomisp_isr()
1146 0 && ctrl.value == ATOMISP_FLASH_MODE_TORCH) { in atomisp_buf_done()
1149 == 0 && ctrl.value > 0) { in atomisp_buf_done()
1861 ctrl.value = FLASH_TIMEOUT; in atomisp_setup_flash()
2144 __s32 *value) in atomisp_gdc_cac()
2147 *value = asd->params.gdc_cac_en; in atomisp_gdc_cac()
2151 asd->params.gdc_cac_en = !!*value; in atomisp_gdc_cac()
2166 __s32 *value) in atomisp_low_light()
2169 *value = asd->params.low_light; in atomisp_low_light()
2173 asd->params.low_light = (*value ! in atomisp_low_light()
2143 atomisp_gdc_cac(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_gdc_cac() argument
2165 atomisp_low_light(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_low_light() argument
4525 atomisp_bad_pixel(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_bad_pixel() argument
4561 atomisp_video_stable(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_video_stable() argument
4575 atomisp_fixed_pattern(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_fixed_pattern() argument
4703 atomisp_false_color(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_false_color() argument
4792 atomisp_digital_zoom(struct atomisp_sub_device *asd, int flag, __s32 *value) atomisp_digital_zoom() argument
6582 int value = *exp_id; atomisp_exp_id_capture() local
6603 int value = *exp_id; atomisp_exp_id_unlock() local
6624 bool value; atomisp_enable_dz_capt_pipe() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1475 ObjectSlot value) override {
1479 VisitPointer(host, value);
1518 inline virtual void RecordMigratedSlot(HeapObject host, MaybeObject value, in RecordMigratedSlot() argument
1520 if (value->IsStrongOrWeak()) { in RecordMigratedSlot()
1521 BasicMemoryChunk* p = BasicMemoryChunk::FromAddress(value.ptr()); in RecordMigratedSlot()
1929 // The pointer compression cage base value used for decompression of all
1944 // we can shortcut and use the precomputed size value passed to the visitor.
2069 // Drain current_ephemerons and push ephemerons where key and value are still in ProcessEphemerons()
2072 if (ProcessEphemeron(ephemeron.key, ephemeron.value)) { in ProcessEphemerons()
2088 // before) and push ephemerons where key and value ar in ProcessEphemerons()
2166 HeapObject value = it->second; ProcessEphemeronsLinear() local
2278 ProcessEphemeron(HeapObject key, HeapObject value) ProcessEphemeron() argument
2955 Object value = table.ValueAt(i); ClearWeakCollections() local
2988 HeapObject value; ClearWeakReferences() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h175 switch (type.value()) { in ChangeEndiannessLoad()
215 switch (type.value()) { in ChangeEndiannessLoad()
232 switch (type.value()) { in ChangeEndiannessStore()
267 switch (type.value()) { in ChangeEndiannessStore()
418 void LiftoffAssembler::LoadConstant(LiftoffRegister reg, WasmValue value, in LoadConstant() argument
420 switch (value.type().kind()) { in LoadConstant()
422 TurboAssembler::li(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant()
425 TurboAssembler::li(reg.gp(), Operand(value.to_i64(), rmode)); in LoadConstant()
429 value.to_f32_boxed().get_bits()); in LoadConstant()
433 value in LoadConstant()
656 AtomicBinop(LiftoffAssembler* lasm, Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type, Binop op) AtomicBinop() argument
824 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument
831 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument
838 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument
845 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument
852 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument
859 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument
1021 Spill(int offset, WasmValue value) Spill() argument
1633 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dnan.h58 /* Number of octents in master rank value. */
495 /* Last movement mask and shift value */
513 /* set to value to uint32 */
1210 #define NAN_DEV_ELE_MAPID_CTRL_SET(_mapid_field, value) \
1212 (_mapid_field) |= ((value << NAN_DEV_ELE_MAPID_CTRL_SHIFT) & \
1220 #define NAN_DEV_ELE_MAPID_SET(_mapid_field, value) \
1222 (_mapid_field) |= ((value << NAN_DEV_ELE_MAPID_SHIFT) & \
1234 #define NAN_SCHED_ENTRY_MAPID_SET(_mapid_field, value) \
1236 (_mapid_field) |= ((value << NAN_SCHED_ENTRY_MAPID_SHIFT) & \
1262 #define NAN_NDC_SET_PROPOSED_FLAG(_attr, value) \
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h886 * statistic block, and in such cases this value is ignored.
887 * This value must not be zero.
1174 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */
1338 MSSShift = 16, /* MSS value position */
1339 MSSMask = 0x7FFU, /* MSS value 11 bits */
1766 #define MSS_MAX 0x07ffu /* MSS value */
1798 void rtl8168_mdio_write(struct rtl8168_private *tp, u16 RegAddr, u16 value);
1799 void rtl8168_mdio_prot_write(struct rtl8168_private *tp, u32 RegAddr, u32 value);
1800 void rtl8168_mdio_prot_direct_write_phy_ocp(struct rtl8168_private *tp, u32 RegAddr, u32 value);
1804 void rtl8168_ephy_write(struct rtl8168_private *tp, int RegAddr, int value);
[all...]
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp138 const char *value = reinterpret_cast<const char *>(rawData); in FuzzWpaInterfaceSetNetwork() local
141 interface->SetNetwork(interface, ifName, networkId, name, value); in FuzzWpaInterfaceSetNetwork()
226 char value[32] = {0}; in FuzzWpaInterfaceGetNetwork() local
228 interface->GetNetwork(interface, ifName, networkId, "ssid", value, 32); in FuzzWpaInterfaceGetNetwork()
711 const char *value = reinterpret_cast<const char *>(rawData); in FuzzWpaInterfaceP2pSetGroupConfig() local
713 interface->P2pSetGroupConfig(interface, ifName, networkId, name, value); in FuzzWpaInterfaceP2pSetGroupConfig()
869 char value[32] = {0}; in FuzzWpaInterfaceP2pGetGroupConfig() local
872 interface->P2pGetGroupConfig(interface, ifName, networkId, param, value, valueLen); in FuzzWpaInterfaceP2pGetGroupConfig()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dds.c744 void ldom_set_var(const char *var, const char *value) in ldom_set_var() argument
785 if (strlen(var) + strlen(value) + 2 > in ldom_set_var()
790 strlen(var) + strlen(value) + 2, in ldom_set_var()
791 sizeof(pkt) - sizeof(pkt.header), var, value); in ldom_set_var()
802 strcpy(p, value); in ldom_set_var()
803 p += strlen(value) + 1; in ldom_set_var()
834 dp->id, var, value, in ldom_set_var()
839 var, value); in ldom_set_var()
/kernel/linux/linux-5.10/drivers/char/
H A Dsonypi.c510 static int sonypi_ec_write(u8 addr, u8 value) in sonypi_ec_write() argument
514 return ec_write(addr, value); in sonypi_ec_write()
521 outb_p(value, SONYPI_DATA_IOPORT); in sonypi_ec_write()
526 static int sonypi_ec_read(u8 addr, u8 *value) in sonypi_ec_read() argument
530 return ec_read(addr, value); in sonypi_ec_read()
537 *value = inb_p(SONYPI_DATA_IOPORT); in sonypi_ec_read()
541 static int ec_read16(u8 addr, u16 *value) in ec_read16() argument
548 *value = val_lb | (val_hb << 8); in ec_read16()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c216 #define sysfs_show_32bit_prop(buffer, offs, name, value) \
217 sysfs_show_gen_prop(buffer, offs, "%s %u\n", name, value)
218 #define sysfs_show_64bit_prop(buffer, offs, name, value) \
219 sysfs_show_gen_prop(buffer, offs, "%s %llu\n", name, value)
220 #define sysfs_show_32bit_val(buffer, offs, value) \
221 sysfs_show_gen_prop(buffer, offs, "%u\n", value)
222 #define sysfs_show_str_val(buffer, offs, value) \
223 sysfs_show_gen_prop(buffer, offs, "%s\n", value)
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dbcm_sf2.c458 * value: "internal" to help flag them before MDIO probing in bcm_sf2_identify_ports()
1017 u8 value) in bcm_sf2_core_write8()
1021 core_writel(priv, value, SF2_PAGE_REG_MKADDR(page, reg)); in bcm_sf2_core_write8()
1027 u16 value) in bcm_sf2_core_write16()
1031 core_writel(priv, value, SF2_PAGE_REG_MKADDR(page, reg)); in bcm_sf2_core_write16()
1037 u32 value) in bcm_sf2_core_write32()
1041 core_writel(priv, value, SF2_PAGE_REG_MKADDR(page, reg)); in bcm_sf2_core_write32()
1047 u64 value) in bcm_sf2_core_write64()
1051 core_writeq(priv, value, SF2_PAGE_REG_MKADDR(page, reg)); in bcm_sf2_core_write64()
1016 bcm_sf2_core_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) bcm_sf2_core_write8() argument
1026 bcm_sf2_core_write16(struct b53_device *dev, u8 page, u8 reg, u16 value) bcm_sf2_core_write16() argument
1036 bcm_sf2_core_write32(struct b53_device *dev, u8 page, u8 reg, u32 value) bcm_sf2_core_write32() argument
1046 bcm_sf2_core_write64(struct b53_device *dev, u8 page, u8 reg, u64 value) bcm_sf2_core_write64() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dds.c744 void ldom_set_var(const char *var, const char *value) in ldom_set_var() argument
785 if (strlen(var) + strlen(value) + 2 > in ldom_set_var()
790 strlen(var) + strlen(value) + 2, in ldom_set_var()
791 sizeof(pkt) - sizeof(pkt.header), var, value); in ldom_set_var()
802 strcpy(p, value); in ldom_set_var()
803 p += strlen(value) + 1; in ldom_set_var()
834 dp->id, var, value, in ldom_set_var()
839 var, value); in ldom_set_var()
/kernel/linux/linux-5.10/drivers/media/pci/dm1105/
H A Ddm1105.c361 #define dm_writeb(reg, value) outb((value), (dm_io_mem(reg)))
364 #define dm_writew(reg, value) outw((value), (dm_io_mem(reg)))
367 #define dm_writel(reg, value) outl((value), (dm_io_mem(reg)))
369 #define dm_andorl(reg, mask, value) \
371 ((value) & (mask)), (dm_io_mem(reg)))
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-csid.c446 u32 value; in csid_isr() local
448 value = readl_relaxed(csid->base + CAMSS_CSID_IRQ_STATUS(ver)); in csid_isr()
449 writel_relaxed(value, csid->base + CAMSS_CSID_IRQ_CLEAR_CMD(ver)); in csid_isr()
451 if ((value >> 11) & 0x1) in csid_isr()
1017 * @value: desired test pattern mode
1021 static int csid_set_test_pattern(struct csid_device *csid, s32 value) in csid_set_test_pattern() argument
1026 if (value && media_entity_remote_pad(&csid->pads[MSM_CSID_PAD_SINK])) in csid_set_test_pattern()
1029 tg->enabled = !!value; in csid_set_test_pattern()
1031 switch (value) { in csid_set_test_pattern()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c278 u32 value) in qlcnic_82xx_set_saved_state()
282 hdr->saved_state[index] = value; in qlcnic_82xx_set_saved_state()
308 void qlcnic_82xx_set_sys_info(void *t_hdr, int idx, u32 value) in qlcnic_82xx_set_sys_info() argument
312 hdr->sys_info[idx] = value; in qlcnic_82xx_set_sys_info()
330 u32 value) in qlcnic_83xx_set_saved_state()
334 hdr->saved_state[index] = value; in qlcnic_83xx_set_saved_state()
363 void qlcnic_83xx_set_sys_info(void *t_hdr, int idx, u32 value) in qlcnic_83xx_set_sys_info() argument
367 hdr->sys_info[idx] = value; in qlcnic_83xx_set_sys_info()
277 qlcnic_82xx_set_saved_state(void *t_hdr, u32 index, u32 value) qlcnic_82xx_set_saved_state() argument
329 qlcnic_83xx_set_saved_state(void *t_hdr, u32 index, u32 value) qlcnic_83xx_set_saved_state() argument
/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb.c318 u32 value; in tegra_xusb_lane_program() local
325 value = padctl_readl(padctl, soc->offset); in tegra_xusb_lane_program()
326 value &= ~(soc->mask << soc->shift); in tegra_xusb_lane_program()
327 value |= lane->function << soc->shift; in tegra_xusb_lane_program()
328 padctl_writel(padctl, value, soc->offset); in tegra_xusb_lane_program()
724 dev_err(&port->dev, "invalid value %s for \"mode\"\n", in tegra_xusb_usb2_port_parse_dt()
933 u32 value; in tegra_xusb_usb3_port_parse_dt() local
936 err = of_property_read_u32(np, "nvidia,usb2-companion", &value); in tegra_xusb_usb3_port_parse_dt()
942 usb3->port = value; in tegra_xusb_usb3_port_parse_dt()
/kernel/linux/linux-5.10/drivers/soundwire/
H A Dbus.c408 int sdw_write_no_pm(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write_no_pm() argument
410 return sdw_nwrite_no_pm(slave, addr, 1, &value); in sdw_write_no_pm()
434 sdw_bwrite_no_pm(struct sdw_bus *bus, u16 dev_num, u32 addr, u8 value) in sdw_bwrite_no_pm() argument
440 SDW_MSG_FLAG_WRITE, &value); in sdw_bwrite_no_pm()
466 int sdw_bwrite_no_pm_unlocked(struct sdw_bus *bus, u16 dev_num, u32 addr, u8 value) in sdw_bwrite_no_pm_unlocked() argument
472 SDW_MSG_FLAG_WRITE, &value); in sdw_bwrite_no_pm_unlocked()
579 * @value: Register value
581 int sdw_write(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write() argument
583 return sdw_nwrite(slave, addr, 1, &value); in sdw_write()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Drtsx_card.c980 u8 mask, value; in card_share_mode() local
985 value = CARD_SHARE_48_SD; in card_share_mode()
987 value = CARD_SHARE_48_MS; in card_share_mode()
989 value = CARD_SHARE_48_XD; in card_share_mode()
996 value = CARD_SHARE_BAROSSA_SD; in card_share_mode()
998 value = CARD_SHARE_BAROSSA_MS; in card_share_mode()
1000 value = CARD_SHARE_BAROSSA_XD; in card_share_mode()
1008 retval = rtsx_write_register(chip, CARD_SHARE_MODE, mask, value); in card_share_mode()
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_unlabeled.c53 * and addresses of unlabeled packets to a user specified secid value for the
223 * @secid: LSM secid value for entry
228 * a negative value is returned.
263 * @secid: LSM secid value for entry
268 * a negative value is returned.
356 * @secid: LSM secid value for the entry
728 * @value: desired value
732 * Set the value of the unlabeled accept flag to @value
735 netlbl_unlabel_acceptflg_set(u8 value, struct netlbl_audit *audit_info) netlbl_unlabel_acceptflg_set() argument
811 u8 value; netlbl_unlabel_accept() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs35l34.c603 unsigned int value; in cs35l34_dai_set_sysclk() local
607 value = CS35L34_MCLK_RATE_5P6448; in cs35l34_dai_set_sysclk()
611 value = CS35L34_MCLK_RATE_6P0000; in cs35l34_dai_set_sysclk()
615 value = CS35L34_MCLK_RATE_6P1440; in cs35l34_dai_set_sysclk()
619 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_5P6448; in cs35l34_dai_set_sysclk()
623 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_6P0000; in cs35l34_dai_set_sysclk()
627 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_6P1440; in cs35l34_dai_set_sysclk()
636 CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_MASK, value); in cs35l34_dai_set_sysclk()
H A Dtscs42xx.c275 memcpy(ucontrol->value.bytes.data, in coeff_ram_get()
300 ucontrol->value.bytes.data, params->max); in coeff_ram_put()
1225 unsigned int value; in tscs42xx_set_dai_bclk_ratio() local
1230 value = RV_DACSR_DBCM_32; in tscs42xx_set_dai_bclk_ratio()
1233 value = RV_DACSR_DBCM_40; in tscs42xx_set_dai_bclk_ratio()
1236 value = RV_DACSR_DBCM_64; in tscs42xx_set_dai_bclk_ratio()
1244 R_DACSR, RM_DACSR_DBCM, value); in tscs42xx_set_dai_bclk_ratio()
1251 R_ADCSR, RM_ADCSR_ABCM, value); in tscs42xx_set_dai_bclk_ratio()
/kernel/linux/linux-5.10/sound/sparc/
H A Damd7930.c57 MODULE_PARM_DESC(index, "Index value for Sun AMD7930 soundcard.");
411 * the 0th being "infinity" (the magic value 9008). The remaining
776 uinfo->value.integer.min = 0; in snd_amd7930_info_volume()
777 uinfo->value.integer.max = 255; in snd_amd7930_info_volume()
801 ucontrol->value.integer.value[0] = *swval; in snd_amd7930_get_volume()
828 if (*swval != ucontrol->value.integer.value[0]) { in snd_amd7930_put_volume()
829 *swval = ucontrol->value.integer.value[ in snd_amd7930_put_volume()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_client.c847 void *value, size_t o_size, int *ret) in hmdfs_update_getxattr_ret()
857 memcpy(value, resp->value, size); in hmdfs_update_getxattr_ret()
863 const char *name, void *value, size_t size) in hmdfs_send_getxattr()
893 hmdfs_update_getxattr_ret(sm.out_buf, value, size, &ret); in hmdfs_send_getxattr()
902 const char *name, const void *value, in hmdfs_send_setxattr()
927 if (!value) in hmdfs_send_setxattr()
930 memcpy(req->buf + path_len + name_len + 2, value, size); in hmdfs_send_setxattr()
846 hmdfs_update_getxattr_ret(struct getxattr_response *resp, void *value, size_t o_size, int *ret) hmdfs_update_getxattr_ret() argument
862 hmdfs_send_getxattr(struct hmdfs_peer *con, const char *send_buf, const char *name, void *value, size_t size) hmdfs_send_getxattr() argument
901 hmdfs_send_setxattr(struct hmdfs_peer *con, const char *send_buf, const char *name, const void *value, size_t size, int flags) hmdfs_send_setxattr() argument

Completed in 78 milliseconds

1...<<731732733734735736737738739740>>...1193