Home
last modified time | relevance | path

Searched refs:orig_value (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-xattr.c78 char *orig_value, *orig_value_start; in v9fs_list_xattr() local
100 orig_value = g_malloc(xattr_len); in v9fs_list_xattr()
101 xattr_len = flistxattrat_nofollow(dirfd, name, orig_value, xattr_len); in v9fs_list_xattr()
105 g_free(orig_value); in v9fs_list_xattr()
110 orig_value_start = orig_value; in v9fs_list_xattr()
112 xops = get_xattr_operations(ctx->xops, orig_value); in v9fs_list_xattr()
118 size += xops->listxattr(ctx, path, orig_value, value, vsize); in v9fs_list_xattr()
120 size = xops->listxattr(ctx, path, orig_value, value, vsize); in v9fs_list_xattr()
129 attr_len = strlen(orig_value) + 1; in v9fs_list_xattr()
131 orig_value += attr_len; in v9fs_list_xattr()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-pid.tc21 orig_value=`grep function-fork trace_options`
29 echo $orig_value > trace_options
H A Dfunc-filter-notrace-pid.tc20 orig_value=`grep function-fork trace_options`
29 echo $orig_value > trace_options
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm679 my $orig_value = &B_get_rc($rcVariable);
680 if ($orig_value eq "" ) { #If variable not set, used the defined file
687 ", with an original value of $orig_value with rcfile: $rcFile");
691 if ( $orig_value !~ "1" ) { #If param is not already 1, the "stop" script won't work
/openbmc/linux/sound/pci/ice1712/
H A Dprodigy192.c682 unsigned char orig_value; in prodigy192_miodio_exists() local
687 orig_value = prodigy192_ak4114_read(ice, addr); in prodigy192_miodio_exists()
692 prodigy192_ak4114_write(ice, addr, orig_value); in prodigy192_miodio_exists()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c103 GValue orig_value; /* the value before the change */ member
109 g_value_unset (&data->orig_value); in _changed_property_free()
1697 if (!_g_value_equal (cur_value, &cp->orig_value)) in _hwmon_emit_changed()
1739 …keleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value) in _hwmon_schedule_emit_changed() argument
1759 g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value)); in _hwmon_schedule_emit_changed()
1760 g_value_copy (orig_value, &cp->orig_value); in _hwmon_schedule_emit_changed()
3655 if (!_g_value_equal (cur_value, &cp->orig_value)) in _fan_emit_changed()
3697 …keleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value) in _fan_schedule_emit_changed() argument
3717 g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value)); in _fan_schedule_emit_changed()
3718 g_value_copy (orig_value, &cp->orig_value); in _fan_schedule_emit_changed()
[all …]
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c502 u32 match_reg, write_reg, header, orig_value; in program_hpx_type3_register() local
545 orig_value = write_reg; in program_hpx_type3_register()
549 if (orig_value == write_reg) in program_hpx_type3_register()
555 pos, orig_value, write_reg); in program_hpx_type3_register()
/openbmc/linux/kernel/
H A Dparams.c336 bool orig_value = *(bool *)kp->arg; in param_set_bool_enable_only() local
346 if (!new_value && orig_value) in param_set_bool_enable_only()
/openbmc/linux/fs/
H A Dxattr.c310 const void *orig_value = value; in vfs_setxattr() local
331 if (value != orig_value) in vfs_setxattr()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c1457 int orig_value = disk_conf->rs_discard_granularity; in sanitize_disk_conf() local
1472 if (disk_conf->rs_discard_granularity != orig_value) in sanitize_disk_conf()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch27824 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
28180 @@ -4049,9 +4905,9 @@ lt_extend_str (const char *orig_value, const char *add, int to_end)