Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-module.c44 GnomeVFSMethod *vfs_module_init(const char *method_name, const char *args) in vfs_module_init() argument
48 g_return_val_if_fail(method_name != NULL, NULL); in vfs_module_init()
51 libntfs_gnomevfs_method_ptr = libntfs_gnomevfs_method_init(method_name, in vfs_module_init()
H A Dgnome-vfs-method.c827 GnomeVFSMethod *libntfs_gnomevfs_method_init(const gchar *method_name, in libntfs_gnomevfs_method_init() argument
832 g_return_val_if_fail(method_name != NULL, NULL); in libntfs_gnomevfs_method_init()
838 method_name_info = g_hash_table_lookup(method_name_hash, method_name); in libntfs_gnomevfs_method_init()
852 g_hash_table_replace(method_name_hash, g_strdup(method_name), in libntfs_gnomevfs_method_init()
/onnv-gate/usr/src/cmd/ssh/sshd/
H A Dauth-pam.c105 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()
/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dgnome-vfs-method.h35 GnomeVFSMethod *libntfs_gnomevfs_method_init(const gchar *method_name,
/onnv-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) 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));
/onnv-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()
/onnv-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c774 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()
/onnv-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c1596 char *method_name = NULL; in libhal_device_set_property_helper() local
1603 method_name = "RemoveProperty"; in libhal_device_set_property_helper()
1606 method_name = "SetPropertyString"; in libhal_device_set_property_helper()
1610 method_name = "SetPropertyInteger"; in libhal_device_set_property_helper()
1613 method_name = "SetPropertyDouble"; in libhal_device_set_property_helper()
1616 method_name = "SetPropertyBoolean"; in libhal_device_set_property_helper()
1626 method_name); in libhal_device_set_property_helper()
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c2238 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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm429 my $method_name = $self->const_sv($method_named)->PV;
431 if ($method_name eq "unimport") {