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

  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 474 struct drm_mode_property_enum __user *enum_ptr; local in function:drm_mode_getproperty_ioctl
500 enum_ptr = u64_to_user_ptr(out_resp->enum_blob_ptr);
509 if (copy_to_user(&enum_ptr[copied].value,
513 if (copy_to_user(&enum_ptr[copied].name,
  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 59 static int_enum *enum_ptr; variable in typeref:typename:int_enum *
109 bool_ptr = (typeof(bool_ptr))enum_ptr;
138 char_ptr = (typeof(char_ptr))enum_ptr;
186 schar_ptr = (typeof(schar_ptr))enum_ptr;
215 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
262 short_ptr = (typeof(short_ptr))enum_ptr;
310 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
355 int_ptr = (typeof(int_ptr))enum_ptr;
400 uint_ptr = (typeof(uint_ptr))enum_ptr;
445 long_ptr = (typeof(long_ptr))enum_ptr;
    [all...]
msg_247_lp64_ldbl128.c 59 static int_enum *enum_ptr; variable in typeref:typename:int_enum *
109 bool_ptr = (typeof(bool_ptr))enum_ptr;
138 char_ptr = (typeof(char_ptr))enum_ptr;
186 schar_ptr = (typeof(schar_ptr))enum_ptr;
215 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
262 short_ptr = (typeof(short_ptr))enum_ptr;
310 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
357 int_ptr = (typeof(int_ptr))enum_ptr;
404 uint_ptr = (typeof(uint_ptr))enum_ptr;
450 long_ptr = (typeof(long_ptr))enum_ptr;
    [all...]
msg_247_portable.c 62 static int_enum *enum_ptr; variable in typeref:typename:int_enum *
112 bool_ptr = (typeof(bool_ptr))enum_ptr;
141 char_ptr = (typeof(char_ptr))enum_ptr;
189 schar_ptr = (typeof(schar_ptr))enum_ptr;
218 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
265 short_ptr = (typeof(short_ptr))enum_ptr;
313 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
360 int_ptr = (typeof(int_ptr))enum_ptr;
407 uint_ptr = (typeof(uint_ptr))enum_ptr;
455 long_ptr = (typeof(long_ptr))enum_ptr;
    [all...]
msg_247_portable_int.c 67 static int_enum *enum_ptr; variable in typeref:typename:int_enum *
117 bool_ptr = (typeof(bool_ptr))enum_ptr;
146 char_ptr = (typeof(char_ptr))enum_ptr;
194 schar_ptr = (typeof(schar_ptr))enum_ptr;
223 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
270 short_ptr = (typeof(short_ptr))enum_ptr;
318 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
365 int_ptr = (typeof(int_ptr))enum_ptr;
412 uint_ptr = (typeof(uint_ptr))enum_ptr;
460 long_ptr = (typeof(long_ptr))enum_ptr;
    [all...]

Completed in 15 milliseconds