Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-example-own-name.c30 guint owner_id; in main() local
69 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in main()
81 g_bus_unown_name (owner_id); in main()
Dgdbus-example-export.c302 guint owner_id; in main() local
315 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in main()
327 g_bus_unown_name (owner_id); in main()
Dgdbus-example-server.c363 guint owner_id; in main() local
373 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in main()
385 g_bus_unown_name (owner_id); in main()
Dgdbus-example-subtree.c364 guint owner_id; in main() local
381 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in main()
393 g_bus_unown_name (owner_id); in main()
Dgdbus-names.c647 guint owner_id; in test_bus_watch_name() local
698 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in test_bus_watch_name()
751 g_bus_unown_name (owner_id); in test_bus_watch_name()
808 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in test_bus_watch_name()
851 g_bus_unown_name (owner_id); in test_bus_watch_name()
Dgdbus-testserver.c843 guint owner_id; in main() local
872 owner_id = g_bus_own_name (G_BUS_TYPE_SESSION, in main()
884 g_bus_unown_name (owner_id); in main()
/third_party/glib/gio/
Dgdbusnameowning.c902 g_bus_unown_name (guint owner_id) in g_bus_unown_name() argument
906 g_return_if_fail (owner_id > 0); in g_bus_unown_name()
911 if (owner_id == 0 || map_id_to_client == NULL || in g_bus_unown_name()
912 (client = g_hash_table_lookup (map_id_to_client, GUINT_TO_POINTER (owner_id))) == NULL) in g_bus_unown_name()
914 g_warning ("Invalid id %d passed to g_bus_unown_name()", owner_id); in g_bus_unown_name()
919 g_warn_if_fail (g_hash_table_remove (map_id_to_client, GUINT_TO_POINTER (owner_id))); in g_bus_unown_name()
Dgdbusnameowning.h111 void g_bus_unown_name (guint owner_id);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c524 gchar *owner_id, *data, *ret = NULL; in parse_unique_file_identifier() local
528 if (!parse_id_string (work, &owner_id, &len, &datalen)) in parse_unique_file_identifier()
532 GST_LOG ("UFID owner ID: %s (+ %d bytes of data)", owner_id, datalen); in parse_unique_file_identifier()
534 if (strcmp (owner_id, "http://musicbrainz.org") == 0 && in parse_unique_file_identifier()
539 GST_INFO ("Unknown UFID owner ID: %s", owner_id); in parse_unique_file_identifier()
541 g_free (owner_id); in parse_unique_file_identifier()
/third_party/ntfs-3g/libntfs-3g/
Dinode.c193 if (le32_to_cpu(lthle) < offsetof(STANDARD_INFORMATION, owner_id)) { in ntfs_inode_real_open()
210 ni->owner_id = std_info->owner_id; in ntfs_inode_real_open()
216 ni->owner_id = const_cpu_to_le32(0); in ntfs_inode_real_open()
776 std_info->owner_id = ni->owner_id; in ntfs_inode_sync_standard_information()
Ddir.c1517 ni->owner_id = si->owner_id = const_cpu_to_le32(0); in __ntfs_create()
Dvolume.c233 if ((u64)lth >= offsetof(STANDARD_INFORMATION, owner_id)) in ntfs_attr_setup_flag()
Dsecurity.c1021 ni->owner_id = const_cpu_to_le32(0); in update_secur_descr()
1095 ni->owner_id = const_cpu_to_le32(0); in upgrade_secur_desc()
/third_party/ntfs-3g/include/ntfs-3g/
Dinode.h163 le32 owner_id; member
Dlayout.h962 /* 48*/ le32 owner_id; /* Owner_id of the user owning member
2264 le32 owner_id; member
2365 le32 owner_id; /* $Q index in FILE_Extend/$Quota: member
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c717 (unsigned int)le32_to_cpu(standard_attr->owner_id), in ntfs_dump_attr_standard_information()
718 (unsigned int)le32_to_cpu(standard_attr->owner_id)); in ntfs_dump_attr_standard_information()
1535 (unsigned)le32_to_cpu(entry->key.owner_id), in ntfs_dump_index_key()
1536 (unsigned)le32_to_cpu(entry->key.owner_id)); in ntfs_dump_index_key()
1622 (unsigned)le32_to_cpu(data->quota_o.owner_id), in ntfs_dump_index_data()
1623 (unsigned)le32_to_cpu(data->quota_o.owner_id)); in ntfs_dump_index_data()
Dmkntfs.c1937 si.owner_id = const_cpu_to_le32(0); in add_attr_std_info()
2927 idx_entry_q1->key.owner_id = const_cpu_to_le32(0x01); in initialize_quota()
2954 idx_entry_q2->key.owner_id = QUOTA_FIRST_USER_ID; in initialize_quota()
3000 idx_entry_o_data->owner_id = QUOTA_FIRST_USER_ID; in initialize_quota()