Searched refs:mode_list (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.h84 void mode_list(struct cam_device *device, int dbd, int pc, int subpages,
H A Dmodeedit.c925 mode_list(struct cam_device *device, int dbd, int pc, int subpages, function
H A Dcamcontrol.c4255 mode_list(device, dbd, pc, list > 1, task_attr, retry_count,
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_modes.c801 * @mode_list: list of modes to check
807 * Caller must hold a lock protecting @mode_list.
814 struct list_head *mode_list,
819 list_for_each_entry(mode, mode_list, head) {
835 * @mode_list: list of modes to check
841 * Caller must hold a lock protecting @mode_list.
849 struct list_head *mode_list,
855 list_for_each_entry(mode, mode_list, head) {
872 * @mode_list: list of modes to check
876 * Caller must hold a lock protecting @mode_list
813 drm_mode_validate_size(struct drm_device *dev, struct list_head *mode_list, int maxX, int maxY, int maxPitch) argument
848 drm_mode_validate_clocks(struct drm_device *dev, struct list_head *mode_list, int *min, int *max, int n_ranges) argument
882 drm_mode_prune_invalid(struct drm_device *dev, struct list_head *mode_list, bool verbose) argument
948 drm_mode_sort(struct list_head *mode_list) argument
[all...]
H A Ddrm_crtc.h914 struct list_head *mode_list,
917 struct list_head *mode_list,
920 struct list_head *mode_list, bool verbose);
921 extern void drm_mode_sort(struct list_head *mode_list);
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c61 struct attr_counter *mode_list; member in struct:att_counter_set
469 if (acs->mode_list == NULL)
472 if (acs->mode_list->count < 2 ||
473 mtree->set.mode == acs->mode_list->m_entry->mode)
491 if (acs->mode_list == NULL)
536 mtree->set.mode = acs->mode_list->m_entry->mode;
678 if (acs->mode_list == NULL) {
679 acs->mode_list = attr_counter_new(me, NULL);
680 if (acs->mode_list == NULL)
684 for (ac = acs->mode_list; a
[all...]
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y209 %type <value> mode_value mode_list macro_arglist
393 T_MODES mode_list
399 mode_list: label
404 | mode_list ',' mode_value
/freebsd-10-stable/contrib/libarchive/cpio/
H A Dcpio.c119 static void mode_list(struct cpio *) __LA_DEAD;
420 mode_list(cpio);
1070 mode_list(struct cpio *cpio) function

Completed in 1211 milliseconds