/openbmc/qemu/hw/9pfs/ |
H A D | 9p-xattr.c | 78 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 D | func-filter-pid.tc | 21 orig_value=`grep function-fork trace_options` 29 echo $orig_value > trace_options
|
H A D | func-filter-notrace-pid.tc | 20 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 D | HPSpecific.pm | 679 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 D | prodigy192.c | 682 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 D | openbmc_intf.c | 103 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 D | pci-acpi.c | 502 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 D | params.c | 336 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 D | xattr.c | 310 const void *orig_value = value; in vfs_setxattr() local 331 if (value != orig_value) in vfs_setxattr()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 1457 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 D | 0008-Use-libtool-2.4.patch | 27824 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)
|