HomeSort by: relevance | last modified time | path
    Searched refs:DESCRIPTION (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
module.h 49 #define MODULE_DESCRIPTION(DESCRIPTION)
50 #define MODULE_DEVICE_TABLE(DESCRIPTION, IDLIST)
moduleparam.h 38 const char *dname; // Name used for description
74 const char *description; member in struct:linux_module_param_desc
76 #define MODULE_PARM_DESC(PARAMETER, DESCRIPTION) \
80 .description = DESCRIPTION, \
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_catchable_abrt.m4 5 # DESCRIPTION
ax_check_catchable_segv.m4 5 # DESCRIPTION
ax_check_compile_flag.m4 9 # DESCRIPTION
ax_check_define.m4 10 # DESCRIPTION
ax_check_link_flag.m4 9 # DESCRIPTION
ax_tls.m4 9 # DESCRIPTION
ax_valgrind_check.m4 10 # DESCRIPTION
ax_pthread.m4 9 # DESCRIPTION
libtool.m4 354 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
366 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
372 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
472 [description])))[]dnl
5139 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5146 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5341 # PORTME fill in a description of your system's linker (not GNU ld)
5844 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5851 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6431 # PORTME: fill in a description of your system's C++ link characteristic
    [all...]
  /src/tools/compat/buildaux/
ax_check_compile_flag.m4 9 # DESCRIPTION
  /src/share/locale/ctype/
gen_ctype_utf8.pl 118 # Abbr Long Description
432 =head1 DESCRIPTION
  /src/tests/net/if/
t_ifconfig.sh 489 atf_set "descr" "tests of setting and unsetting interface description"
499 for descr in description descr; do
500 atf_check -s exit:0 rump.ifconfig lo0 $descr DESCRIPTION-TEST
501 atf_check -s exit:0 -o match:"DESCRIPTION-TEST" rump.ifconfig lo0
502 atf_check -s exit:0 rump.ifconfig lo0 $descr DESCRIPTION-TEST-MODIFIED
503 atf_check -s exit:0 -o match:"DESCRIPTION-TEST-MODIFIED" rump.ifconfig lo0
505 atf_check -s exit:0 -o not-match:'DESCRIPTION-TEST-MODIFIED' rump.ifconfig lo0
508 atf_check -s not-exit:0 -e match:"description too long" rump.ifconfig lo0 $descr `printf "%064d" 0`
  /src/sys/dev/usb/
uatp.c 542 const char *description; member in struct:uatp_descriptor
636 #define APPLE_TRACKPAD(PRODUCT, DESCRIPTION, PARAMETERS) \
640 .description = "Apple " DESCRIPTION " trackpad", \
943 aprint_normal(": %s\n", uatp_descriptor->description);
944 aprint_naive(": %s\n", uatp_descriptor->description);
1149 const char *description)
1154 CTLTYPE_INT, name, SYSCTL_DESCR(description),

Completed in 24 milliseconds