Searched refs:id_entry (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/drm2/ |
| H A D | drm_os_freebsd.c | 107 const drm_pci_id_list_t *id_entry; in drm_probe_helper() local 118 id_entry = drm_find_description(vendor, device, idlist); in drm_probe_helper() 119 if (id_entry != NULL) { in drm_probe_helper() 122 device_get_nameunit(kdev), id_entry->name); in drm_probe_helper() 123 device_set_desc(kdev, id_entry->name); in drm_probe_helper() 150 dev->id_entry = drm_find_description(vendor, device, idlist); in drm_attach_helper()
|
| H A D | drm_pci.c | 363 dev->id_entry->driver_private); in drm_get_pci_dev()
|
| H A D | drmP.h | 1129 const drm_pci_id_list_t *id_entry; /* PCI ID, name, and chipset private */ member
|
| /freebsd/contrib/mandoc/ |
| H A D | html.c | 120 struct id_entry { struct 159 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_alloc() 168 struct id_entry *entry; in html_reset_internal() 187 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_reset() 368 struct id_entry *entry; in html_make_id()
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 80 RB_ENTRY(pfctl_statelim) id_entry; 89 RB_ENTRY(pfctl_sourcelim) id_entry;
|
| H A D | pfctl.c | 155 RB_PROTOTYPE(pfctl_statelim_ids, pfctl_statelim, id_entry, 159 RB_PROTOTYPE(pfctl_sourcelim_ids, pfctl_sourcelim, id_entry, 4194 RB_GENERATE(pfctl_statelim_ids, pfctl_statelim, id_entry, 4262 RB_GENERATE(pfctl_sourcelim_ids, pfctl_sourcelim, id_entry,
|