Searched refs:orig_value (Results 1 – 5 of 5) sorted by relevance
| /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/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/ |
| H A D | 0001-CVE-2025-32911.patch | 22 &orig_key, &orig_value)) { 23 - char *filename = strrchr (orig_value, '/'); 27 + if (orig_value) { 28 + char *filename = strrchr (orig_value, '/');
|
| /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/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/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)
|