Home
last modified time | relevance | path

Searched refs:g_strdup (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/hal/hald/
H A Dproperty.c83 prop->key = g_strdup (key); in hal_property_new_string()
84 prop->v.str_value = g_strdup (value != NULL ? value : ""); in hal_property_new_string()
108 prop->key = g_strdup (key); in hal_property_new_int()
122 prop->key = g_strdup (key); in hal_property_new_uint64()
136 prop->key = g_strdup (key); in hal_property_new_bool()
150 prop->key = g_strdup (key); in hal_property_new_double()
215 return g_strdup (prop->v.str_value); in hal_property_to_string()
222 return g_strdup (prop->v.bool_value ? "true" : "false"); in hal_property_to_string()
249 return g_strdup (buf); in hal_property_to_string()
279 prop->v.str_value = g_strdup (value); in hal_property_set_string()
[all …]
H A Dhald_dbus.c1946 g_hash_table_insert (services_with_locks, g_strdup (sender), in device_lock()
2124 g_hash_table_insert (services_with_claims, g_strdup (sender), in manager_claim_branch()
2375 pu->udi = g_strdup (udi); in device_send_signal_property_modified()
2376 pu->key = g_strdup (key); in device_send_signal_property_modified()
2738 hih->interface_name = g_strdup (interface_name); in device_claim_interface()
2739 hih->introspection_xml = g_strdup (introspection_xml); in device_claim_interface()
2740 hih->udi = g_strdup (udi); in device_claim_interface()
3190 g_hash_table_replace (udi_to_method_queue, g_strdup (mi->udi), queue); in hald_exec_method_enqueue()
3194 g_hash_table_insert (udi_to_method_queue, g_strdup (mi->udi), queue); in hald_exec_method_enqueue()
3244 g_hash_table_replace (udi_to_method_queue, g_strdup (udi), queue); in hald_exec_method_process_queue()
[all …]
H A Ddevice_store.c476 info->key = g_strdup (key); in hal_device_store_match_key_value_string_async()
477 info->value = g_strdup (value); in hal_device_store_match_key_value_string_async()
H A Dutil.c795 strv[j] = g_strdup ((const gchar *) i->data); in hal_util_dup_strv_from_g_slist()
941 newstr = g_strdup (str); in hal_util_strdup_valid_utf8()
H A Ddevice.c426 device->udi = g_strdup (udi); in hal_device_set_udi()
1056 ai->key = g_strdup (key); in hal_device_async_wait_property()
/titanic_41/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c99 system_bus_unique_name = g_strdup (optarg); in main()
103 user = g_strdup (optarg); in main()
107 resource = g_strdup (optarg); in main()
111 privilege = g_strdup (optarg); in main()
/titanic_41/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c104 #error TODO: set *mount_point to g_strdup()-ed value if mount_point!=NULL in mtab_next()
110 *mount_point = g_strdup (mnt.mnt_mountp); in mtab_next()
123 *mount_point = g_strdup (mnt->mnt_dir); in mtab_next()
391 mount_point_to_unmount = g_strdup (line_elements[5]); in handle_unmount()
682 authname = g_strdup ("solaris.device.mount.removable");
684 authname = g_strdup ("solaris.device.mount.alloptions.removable");
686 authname = g_strdup ("solaris.device.mount.fixed");
688 authname = g_strdup ("solaris.device.mount.alloptions.fixed");
691 authname = g_strdup (privilege);
H A Dhal-storage-mount.c237 f = g_strdup (file); in resolve_symlink()
605 mount_dir = g_strdup (libhal_volume_get_mount_point (volume));
688 mount_dir = g_strdup (mount_point);
947 hal_mtab_buf = g_strdup ("");
H A Dhal-storage-eject.c163 drive_udi = g_strdup (udi); in main()
/titanic_41/usr/src/cmd/hal/hald-runner/
H A Dutils.c44 t = g_strdup(value); in get_string_array()
73 t = g_strdup(str->str); in get_string_array_from_fd()
H A Dmain.c48 r->udi = g_strdup(tmpstr); in parse_udi()
110 r->input = g_strdup(tmpstr); in handle_run()
H A Drunner.c144 g_hash_table_insert(udi_hash, g_strdup(rd->r->udi), list); in remove_run_data()
319 g_hash_table_insert(udi_hash, g_strdup(r->udi), list); in run_request_run()
/titanic_41/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c168 authname = g_strdup (privilege); in libpolkit_is_uid_allowed_for_privilege()
201 *result = g_list_append (*result, g_strdup (privilege_list[i])); in libpolkit_get_privilege_list()
/titanic_41/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c117 *ancestor_devfs_path = g_strdup (buf); in hal_util_find_closest_ancestor()
121 *hotplug_devfs_path = g_strdup (buf); in hal_util_find_closest_ancestor()
H A Ddevinfo_storage.c1509 mount_point = g_strdup (hal_device_property_get_string (d, "volume.mount_point")); in devinfo_storage_mnttab_event()
1540 g_strdup (mount_point), NULL); in devinfo_storage_mnttab_event()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_dup.c31 char * g_strdup(str) in g_strdup() function
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h162 #define g_strdup gssint_g_strdup macro
227 char *g_strdup (char *str);