HomeSort by: relevance | last modified time | path
    Searched defs:support (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/sys/
t_mkfifo.c 47 static void support(void);
50 support(void) function in typeref:typename:void
61 atf_tc_skip("the kernel does not support FIFOs");
78 support();
125 support();
164 support();
217 support();
248 support();
276 support();
  /src/tools/llvm/
Makefile 12 realdepends realall: config/config.status need-dl need-terminfo support-modules
28 support-modules: module-test.cpp Makefile
  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.h 125 struct ixgbe_dcb_support support; member in struct:ixgbe_dcb_config
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 2018 /* TODO: Add check if ASIC support and EDID audio */
2082 * dc_validate_global_state() - Determine if HW can support a given state
2086 * @fast_validate: set to true if only yes/no to support matters
2189 union display_content_support support = {0}; local in function:set_avi_info_frame
2293 support = stream->content_support;
2296 if (!support.bits.valid_content_type) {
2300 if (support.bits.graphics_content == 1) {
2304 if (support.bits.photo_content == 1) {
2311 if (support.bits.cinema_content == 1) {
2318 if (support.bits.game_content == 1)
    [all...]
  /src/sys/dev/scsipi/
scsi_spc.h 469 u_int8_t support; member in struct:scsi_repsupopcode_one_command_descriptor
475 #define RSOC_OCD_SUP 0x07 /* mask for support field */

Completed in 17 milliseconds