Home
last modified time | relevance | path

Searched refs:pspec (Results 1 – 5 of 5) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1010 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_proxy_get_property()
1057 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_proxy_set_property()
1510 GParamSpec *pspec; in _hwmon_skeleton_handle_get_property() local
1516 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_get_property()
1517 if (pspec == NULL) in _hwmon_skeleton_handle_get_property()
1523 g_value_init (&value, pspec->value_type); in _hwmon_skeleton_handle_get_property()
1544 GParamSpec *pspec; in _hwmon_skeleton_handle_set_property() local
1550 pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name); in _hwmon_skeleton_handle_set_property()
1551 if (pspec == NULL) in _hwmon_skeleton_handle_set_property()
1669 GParamSpec *pspec G_GNUC_UNUSED) in hwmon_skeleton_get_property()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff44 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
53 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);
/openbmc/qemu/contrib/plugins/
H A Dexeclog.c322 gboolean g_pattern_spec_match_string_qemu(GPatternSpec *pspec, in g_pattern_spec_match_string_qemu() argument
326 return g_pattern_spec_match_string(pspec, string); in g_pattern_spec_match_string_qemu()
328 return g_pattern_match_string(pspec, string); in g_pattern_spec_match_string_qemu()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h414 u32 pspec; /* Primitive Sequence Protocol Error Count */ member
/openbmc/linux/scripts/
H A Dcheckpatch.pl6496 my $pspec = $1;
6500 "Integer promotion: Using '$h' in '$pspec' is unnecessary\n" . "$here\n$stat_real\n") &&
6502 my $nspec = $pspec;
6504 $fixed[$fixlinenr + $lineoff] =~ s/\Q$pspec\E/$nspec/;