Home
last modified time | relevance | path

Searched refs:attr (Results 7251 - 7275 of 8096) sorted by relevance

1...<<291292293294295296297298299300>>...324

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl.c329 /* decrement by the actual bytes used by the attr */ in xfs_ioc_attr_put_listent()
1113 bool attr, in xfs_fill_fsxattr()
1116 struct xfs_ifork *ifp = attr ? ip->i_afp : &ip->i_df; in xfs_fill_fsxattr()
1132 int attr, in xfs_ioc_fsgetxattr()
1138 xfs_fill_fsxattr(ip, attr, &fa); in xfs_ioc_fsgetxattr()
1111 xfs_fill_fsxattr( struct xfs_inode *ip, bool attr, struct fsxattr *fa) xfs_fill_fsxattr() argument
1130 xfs_ioc_fsgetxattr( xfs_inode_t *ip, int attr, void __user *arg) xfs_ioc_fsgetxattr() argument
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c815 static int proc_sys_setattr(struct dentry *dentry, struct iattr *attr) in proc_sys_setattr() argument
820 if (attr->ia_valid & (ATTR_MODE | ATTR_UID | ATTR_GID)) in proc_sys_setattr()
823 error = setattr_prepare(dentry, attr); in proc_sys_setattr()
827 setattr_copy(inode, attr); in proc_sys_setattr()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c319 u16 attr; in cca_genseckey() member
379 preqparm->lv2.keyid[i].attr = (i == 2 ? 0x30 : 0x10); in cca_genseckey()
459 u16 attr; in cca_clr2seckey() member
518 plv2->keyid.attr = 0x30; in cca_clr2seckey()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1507 #define BNXT_SET_CTX_PAGE_ATTR(attr) \
1510 attr = FUNC_BACKING_STORE_CFG_REQ_SRQ_PG_SIZE_PG_8K; \
1512 attr = FUNC_BACKING_STORE_CFG_REQ_QPC_PG_SIZE_PG_64K; \
1514 attr = FUNC_BACKING_STORE_CFG_REQ_QPC_PG_SIZE_PG_4K; \
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c555 struct mlx5dr_ste_actions_attr *attr, in mlx5dr_ste_set_actions_tx()
559 hw_ste_arr, attr, added_stes); in mlx5dr_ste_set_actions_tx()
566 struct mlx5dr_ste_actions_attr *attr, in mlx5dr_ste_set_actions_rx()
570 hw_ste_arr, attr, added_stes); in mlx5dr_ste_set_actions_rx()
551 mlx5dr_ste_set_actions_tx(struct mlx5dr_ste_ctx *ste_ctx, struct mlx5dr_domain *dmn, u8 *action_type_set, u8 *hw_ste_arr, struct mlx5dr_ste_actions_attr *attr, u32 *added_stes) mlx5dr_ste_set_actions_tx() argument
562 mlx5dr_ste_set_actions_rx(struct mlx5dr_ste_ctx *ste_ctx, struct mlx5dr_domain *dmn, u8 *action_type_set, u8 *hw_ste_arr, struct mlx5dr_ste_actions_attr *attr, u32 *added_stes) mlx5dr_ste_set_actions_rx() argument
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c828 struct dentry *dentry, struct iattr *attr) in proc_sys_setattr()
833 if (attr->ia_valid & (ATTR_MODE | ATTR_UID | ATTR_GID)) in proc_sys_setattr()
836 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in proc_sys_setattr()
840 setattr_copy(&nop_mnt_idmap, inode, attr); in proc_sys_setattr()
827 proc_sys_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *attr) proc_sys_setattr() argument
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c319 u16 attr; in cca_genseckey() member
379 preqparm->lv2.keyid[i].attr = (i == 2 ? 0x30 : 0x10); in cca_genseckey()
461 u16 attr; in cca_clr2seckey() member
518 plv2->keyid.attr = 0x30; in cca_clr2seckey()
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl.c306 type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show() argument
315 feature_id_show(struct device *dev, struct device_attribute *attr, char *buf) in feature_id_show() argument
324 &dev_attr_type.attr,
325 &dev_attr_feature_id.attr,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c82 #define dml_get_attr_func(attr, var) double get_##attr(struct display_mode_lib *mode_lib, const display_e2e_pipe_params_st *pipes, unsigned int num_pipes) \
130 #define dml_get_pipe_attr_func(attr, var) double get_##attr(struct display_mode_lib *mode_lib, const display_e2e_pipe_params_st *pipes, unsigned int num_pipes, unsigned int which_pipe) \
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dsa_query.c993 const struct nlattr *attr; in ib_nl_handle_set_timeout() local
1006 attr = (const struct nlattr *)tb[LS_NLA_TYPE_TIMEOUT]; in ib_nl_handle_set_timeout()
1007 if (ret || !attr) in ib_nl_handle_set_timeout()
1010 timeout = *(int *) nla_data(attr); in ib_nl_handle_set_timeout()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c1852 const struct soc_device_attribute *attr; in rcsi2_probe() local
1867 attr = soc_device_match(r8a7795); in rcsi2_probe()
1868 if (attr) in rcsi2_probe()
1869 priv->info = attr->data; in rcsi2_probe()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad4130.c1336 struct device_attribute *attr, char *buf) in hwfifo_watermark_show()
1349 struct device_attribute *attr, char *buf) in hwfifo_enabled_show()
1365 struct device_attribute *attr, in hwfifo_watermark_min_show()
1372 struct device_attribute *attr, in hwfifo_watermark_max_show()
1335 hwfifo_watermark_show(struct device *dev, struct device_attribute *attr, char *buf) hwfifo_watermark_show() argument
1348 hwfifo_enabled_show(struct device *dev, struct device_attribute *attr, char *buf) hwfifo_enabled_show() argument
1364 hwfifo_watermark_min_show(struct device *dev, struct device_attribute *attr, char *buf) hwfifo_watermark_min_show() argument
1371 hwfifo_watermark_max_show(struct device *dev, struct device_attribute *attr, char *buf) hwfifo_watermark_max_show() argument
H A Dmax1363.c684 struct device_attribute *attr, in max1363_monitor_show_freq()
692 struct device_attribute *attr, in max1363_monitor_store_freq()
1012 &iio_dev_attr_sampling_frequency.dev_attr.attr,
1013 &iio_const_attr_sampling_frequency_available.dev_attr.attr,
683 max1363_monitor_show_freq(struct device *dev, struct device_attribute *attr, char *buf) max1363_monitor_show_freq() argument
691 max1363_monitor_store_freq(struct device *dev, struct device_attribute *attr, const char *buf, size_t len) max1363_monitor_store_freq() argument
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c432 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
788 rep->tool.attr = process_attr; in stats_setup()
811 rep->tool.attr = process_attr; in tasks_setup()
1216 .attr = process_attr, in cmd_report()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-display.c731 u32 pmu_type = counter->core.attr.type; in is_mixed_hw_group()
739 if (pos->core.attr.type == PERF_TYPE_SOFTWARE) in is_mixed_hw_group()
742 pmu_type = pos->core.attr.type; in is_mixed_hw_group()
745 if (pmu_type != pos->core.attr.type) in is_mixed_hw_group()
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c1420 pthread_mutexattr_t attr; in OsDiskInitSub() local
1429 (VOID)pthread_mutexattr_init(&attr); in OsDiskInitSub()
1430 attr.type = PTHREAD_MUTEX_RECURSIVE; in OsDiskInitSub()
1431 (VOID)pthread_mutex_init(&disk->disk_mutex, &attr); in OsDiskInitSub()
/third_party/exfatprogs/fsck/
H A Dfsck.c619 if ((node->attr & ATTR_SUBDIR) && in check_inode()
953 if (node->attr & ATTR_SUBDIR) in read_file()
1156 if ((node->attr & ATTR_SUBDIR) && node->size) { in read_children()
1267 if (!(dir->attr & ATTR_SUBDIR)) { in exfat_filesystem_check()
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
145 switch (attr) { in setAttribute()
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
279 switch (attr) { in getAttribute()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c138 GLuint attr = MAT_ATTRIB_FRONT_SHININESS + side; in check_active_shininess() local
141 (key->light_color_material_mask & (1 << attr))) in check_active_shininess()
144 if (key->varying_vp_inputs & VERT_BIT_MAT(attr)) in check_active_shininess()
147 if (ctx->Light.Material.Attrib[attr][0] != 0.0F) in check_active_shininess()
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c170 const GLuint attr = (index / 2) * 4; in fetch_state() local
174 /* We want attr to access out of bounds into the following Diffuse in fetch_state()
183 value[i] = ctx->Light.LightSource[ln].Ambient[attr + i] * in fetch_state()
290 const float *attr = (float*)ctx->Texture.FixedFuncUnit[unit].EyePlane + in fetch_state() local
292 COPY_4V(value, attr); in fetch_state()
/third_party/node/deps/icu-small/source/i18n/
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
145 switch (attr) { in setAttribute()
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
279 switch (attr) { in getAttribute()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1280 attr: *const ::pthread_attr_t, in pthread_attr_getaffinity_np()
1285 attr: *mut ::pthread_attr_t, in pthread_attr_setaffinity_np()
1292 attr: *const ::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np()
1296 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np()
/third_party/python/Lib/
H A Denum.py744 def __delattr__(cls, attr):
747 if attr in cls._member_map_:
748 raise AttributeError("%r cannot delete member %r." % (cls.__name__, attr))
749 super().__delattr__(attr)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
145 switch (attr) { in setAttribute()
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
279 switch (attr) { in getAttribute()
/third_party/python/Lib/test/
H A Dtest_curses.py983 attr = curses.color_pair(pair)
984 self.assertEqual(curses.pair_number(attr), pair, attr)
985 self.assertEqual(curses.pair_number(attr | curses.A_BOLD), pair)

Completed in 70 milliseconds

1...<<291292293294295296297298299300>>...324