Searched refs:probe (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/resolve/ ! |
D | resolved-dns-zone.c | 214 int dns_zone_put(DnsZone *z, DnsScope *s, DnsResourceRecord *rr, bool probe) { in dns_zone_put() argument 243 .probing_enabled = probe, in dns_zone_put() 250 if (probe) { in dns_zone_put()
|
D | resolved-dns-zone.h | 50 int dns_zone_put(DnsZone *z, DnsScope *s, DnsResourceRecord *rr, bool probe);
|
/systemd-251/test/fuzz/fuzz-udev-rules/ ! |
D | 60-persistent-storage.rules | 84 # probe filesystem metadata of optical drives which have a media inserted 91 # probe filesystem metadata of disks
|
/systemd-251/rules.d/ ! |
D | 60-persistent-storage.rules | 102 # probe filesystem metadata of optical drives which have a media inserted 109 # probe filesystem metadata of disks
|
/systemd-251/src/partition/ ! |
D | repart.c | 2306 _cleanup_(blkid_free_probep) blkid_probe probe = NULL; in context_wipe_range() 2313 probe = blkid_new_probe(); in context_wipe_range() 2314 if (!probe) in context_wipe_range() 2318 r = blkid_probe_set_device(probe, fdisk_get_devfd(context->fdisk_context), offset, size); in context_wipe_range() 2323 if (blkid_probe_enable_superblocks(probe, true) < 0 || in context_wipe_range() 2324 blkid_probe_set_superblocks_flags(probe, BLKID_SUBLKS_MAGIC|BLKID_SUBLKS_BADCSUM) < 0 || in context_wipe_range() 2325 blkid_probe_enable_partitions(probe, true) < 0 || in context_wipe_range() 2326 blkid_probe_set_partitions_flags(probe, BLKID_PARTS_MAGIC) < 0) in context_wipe_range() 2331 r = blkid_do_probe(probe); in context_wipe_range() 2338 if (blkid_do_wipe(probe, false) < 0) in context_wipe_range()
|
/systemd-251/hwdb.d/ ! |
D | usb.ids | 16722 da42 Devan Lai dap42 debug access probe
|
D | 20-usb-vendor-model.hwdb | 50100 ID_MODEL_FROM_DATABASE=Devan Lai dap42 debug access probe
|