Searched refs:mode_list (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/drm2/ |
| H A D | drm_modes.c | 796 struct list_head *mode_list, in drm_mode_validate_size() argument 801 list_for_each_entry(mode, mode_list, head) { in drm_mode_validate_size() 831 struct list_head *mode_list, in drm_mode_validate_clocks() argument 837 list_for_each_entry(mode, mode_list, head) { in drm_mode_validate_clocks() 865 struct list_head *mode_list, bool verbose) in drm_mode_prune_invalid() argument 869 list_for_each_entry_safe(mode, t, mode_list, head) { in drm_mode_prune_invalid() 930 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort() argument 932 drm_list_sort(NULL, mode_list, drm_mode_compare); in drm_mode_sort()
|
| H A D | drm_crtc.h | 912 struct list_head *mode_list, 915 struct list_head *mode_list, 918 struct list_head *mode_list, bool verbose); 919 extern void drm_mode_sort(struct list_head *mode_list);
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_mtree.c | 60 struct attr_counter *mode_list; member 469 if (acs->mode_list == NULL) in write_global() 472 if (acs->mode_list->count < 2 || in write_global() 473 mtree->set.mode == acs->mode_list->m_entry->mode) in write_global() 491 if (acs->mode_list == NULL) in write_global() 536 mtree->set.mode = acs->mode_list->m_entry->mode; in write_global() 678 if (acs->mode_list == NULL) { in attr_counter_set_collect() 679 acs->mode_list = attr_counter_new(me, NULL); in attr_counter_set_collect() 680 if (acs->mode_list == NULL) in attr_counter_set_collect() 684 for (ac = acs->mode_list; ac; ac = ac->next) { in attr_counter_set_collect() [all …]
|
| /freebsd/sbin/camcontrol/ |
| H A D | camcontrol.h | 101 void mode_list(struct cam_device *device, int cdb_len, int dbd, int pc,
|
| H A D | modeedit.c | 1151 mode_list(struct cam_device *device, int cdb_len, int dbd, int pc, int subpages, in mode_list() function
|
| H A D | camcontrol.c | 4705 mode_list(device, cdb_len, dbd, pc, list > 1, task_attr, in modepage()
|
| /freebsd/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 209 %type <value> mode_value mode_list macro_arglist 393 T_MODES mode_list 399 mode_list: 404 | mode_list ',' mode_value
|
| /freebsd/contrib/libarchive/cpio/ |
| H A D | cpio.c | 104 static __LA_NORETURN void mode_list(struct cpio *); 424 mode_list(cpio); in main() 1087 mode_list(struct cpio *cpio) in mode_list() function
|