Searched defs:method_name (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c167 static char * method_name __P((ccp_options *, ccp_options *));
1170 method_name(opt, opt2) function
1233 notice("%s compression enabled", method_name(go, ho));
1235 (void) strlcpy(method1, method_name(go, NULL), sizeof(method1));
1237 method1, method_name(ho, NULL));
1240 notice("%s receive decompression enabled", method_name(go, NULL));
1242 notice("%s transmit compression enabled", method_name(ho, NULL));
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c774 const char *method_name; local
782 method_name = POA_IMPORTANCE;
784 (void) pool_value_get_string(&val, &method_name);
786 if (strcmp(POA_IMPORTANCE, method_name) != 0) {
787 if (strcmp(POA_SURPLUS_TO_DEFAULT, method_name) != 0) {
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c1635 char *method_name = NULL; local
1644 method_name = "RemoveProperty";
1647 method_name = "SetPropertyString";
1651 method_name = "SetPropertyInteger";
1654 method_name = "SetPropertyDouble";
1657 method_name = "SetPropertyBoolean";
1667 method_name);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c160 * @param method_name Name of the method that was invoked with
165 DBusMessage *in_reply_to, const char *method_name)
171 method_name
3147 device_is_executing_method (HalDevice *d, const char *interface_name, const char *method_name) argument
3161 (strcmp (mi->member, method_name) == 0)) {
164 raise_syntax(DBusConnection *connection, DBusMessage *in_reply_to, const char *method_name) argument
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c2236 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, argument
2252 hap->ha_method_name = method_name;

Completed in 86 milliseconds