Searched refs:method_name (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-pam.c | 105 char *method_name = method->name; in derive_pam_service_name() local 107 if (!method_name) in derive_pam_service_name() 115 if (strcmp(method_name, "none") == 0) { in derive_pam_service_name() 119 if (strcmp(method_name, "password") == 0) { in derive_pam_service_name() 123 if (strcmp(method_name, "keyboard-interactive") == 0) { in derive_pam_service_name() 128 if (strcmp(method_name, "publickey") == 0) { in derive_pam_service_name() 133 if (strcmp(method_name, "hostbased") == 0) { in derive_pam_service_name() 138 if (strncmp(method_name, "gss", 3) == 0) { in derive_pam_service_name()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ccp.c | 167 static char * method_name __P((ccp_options *, ccp_options *)); 1170 method_name(opt, opt2) in method_name() 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));
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 774 const char *method_name; in resource_allocate() local 782 method_name = POA_IMPORTANCE; in resource_allocate() 784 (void) pool_value_get_string(&val, &method_name); in resource_allocate() 786 if (strcmp(POA_IMPORTANCE, method_name) != 0) { in resource_allocate() 787 if (strcmp(POA_SURPLUS_TO_DEFAULT, method_name) != 0) { in resource_allocate()
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.h | 98 …ean device_is_executing_method (HalDevice *d, const char *interface_name, const char *method_name);
|
H A D | hald_dbus.c | 165 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()
|
/titanic_41/usr/src/lib/hal/libhal/common/ |
H A D | libhal.c | 1635 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()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 2238 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, in hc_fmri_retire_subr() argument 2254 hap->ha_method_name = method_name; in hc_fmri_retire_subr()
|