Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c163 static char * method_name __P((ccp_options *, ccp_options *));
1166 method_name(opt, opt2) in method_name() function
1229 notice("%s compression enabled", method_name(go, ho));
1231 (void) strlcpy(method1, method_name(go, NULL), sizeof(method1));
1233 method1, method_name(ho, NULL));
1236 notice("%s receive decompression enabled", method_name(go, NULL));
1238 notice("%s transmit compression enabled", method_name(ho, NULL));
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c772 const char *method_name; in resource_allocate() local
780 method_name = POA_IMPORTANCE; in resource_allocate()
782 (void) pool_value_get_string(&val, &method_name); in resource_allocate()
784 if (strcmp(POA_IMPORTANCE, method_name) != 0) { in resource_allocate()
785 if (strcmp(POA_SURPLUS_TO_DEFAULT, method_name) != 0) { in resource_allocate()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.h98 …ean device_is_executing_method (HalDevice *d, const char *interface_name, const char *method_name);
H A Dhald_dbus.c165 DBusMessage *in_reply_to, const char *method_name) in raise_syntax() argument
171 method_name in raise_syntax()
3147 device_is_executing_method (HalDevice *d, const char *interface_name, const char *method_name) in device_is_executing_method() argument
3161 (strcmp (mi->member, method_name) == 0)) { in device_is_executing_method()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c1635 char *method_name = NULL; in libhal_device_set_property_helper() local
1644 method_name = "RemoveProperty"; in libhal_device_set_property_helper()
1647 method_name = "SetPropertyString"; in libhal_device_set_property_helper()
1651 method_name = "SetPropertyInteger"; in libhal_device_set_property_helper()
1654 method_name = "SetPropertyDouble"; in libhal_device_set_property_helper()
1657 method_name = "SetPropertyBoolean"; in libhal_device_set_property_helper()
1667 method_name); in libhal_device_set_property_helper()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c2185 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, in hc_fmri_retire_subr() argument
2201 hap->ha_method_name = method_name; in hc_fmri_retire_subr()