Home
last modified time | relevance | path

Searched refs:silence (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh40 silence() { function
75 silence dd conv=notrunc msgfmt=quiet if=/dev/zero of="$disk" "$@"
85 silence gpt create "$disk"
140 silence gpt create "$disk"
206 silence gpt restore -i test.backup "$disk"
242 silence gpt resizedisk "$disk"
284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"
285 silence cmp "$bootblk" bootblk
297 silence fdisk -fi "$disk"
298 silence fdisk -fu0s "169/63/$((size / 10))" "$disk"
[all …]
/freebsd/sys/dev/speaker/
H A Dspkr.c198 int sound, silence, snum = 1, sdenom = 1; in playtone() local
217 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom); in playtone()
221 pitch, sound, silence); in playtone()
226 rest(silence); in playtone()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dvc_vchi_audioserv_defs.h117 uint16_t silence; member
H A Dbcm2835_audio.c538 m.u.write.silence = 0; in bcm2835_audio_write_samples()
/freebsd/contrib/wpa/hs20/client/
H A DMakefile11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td157 "add a deprecation attribute to the declaration to silence this warning">;
H A DDiagnosticSemaKinds.td125 def note_cast_to_void : Note<"cast expression to void to silence warning">;
126 def note_cast_operand_to_int : Note<"cast one or both operands to int to silence this warning">;
472 "remove parentheses to silence this warning">;
811 "silence by adding parentheses to mark code as explicitly dead">;
883 "explicitly cast the pointer to silence this warning">;
909 "explicitly cast the argument to size_t to silence this warning">;
917 "cast the second argument to 'int'}0 to silence">;
921 "parenthesize the second argument to silence">;
2538 "initialize the variable %0 to silence this warning">;
2838 "mark %0 as '%select{final|sealed}1' to silence this warning">;
[all …]
H A DDiagnosticGroups.td918 // Just silence warnings about -Wstrict-aliasing for now.
924 // Just silence warnings about -Wstrict-overflow for now.
H A DDiagnosticParseKinds.td61 "remove unnecessary ';' to silence this warning">,
695 "insert ',' before '...' to silence this warning">;
/freebsd/share/mk/
H A Dbsd.dep.mk204 If this is intended, add them to _ABSOLUTE_PATH_OBJS to silence this error\
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc147 # help silence misbehaving drives. This assumes your drive enclosure fully
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst334 To never load the .lldbinit file in the current working directory and silence
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def592 StringRef, RawSilencedCheckersAndPackages, "silence-checkers",
593 "A semicolon separated list of checker and package names to silence. "
/freebsd/contrib/one-true-awk/
H A DFIXES.1e374 Added some casts to silence warnings on debugging printfs.
434 proto.h, to silence someone's enthusiastic checker.
750 more (const char *) casts in b.c and tran.c to silence warnings.
866 added a few (int) casts to silence useless compiler warnings.
/freebsd/contrib/gdtoa/
H A Dchanges565 silence "gcc -Wall" warnings. Aside from a couple of minor changes
572 gdtoa.tgz: tweaks to silence warnings from "gcc -Wstrict-aliasing=2";
/freebsd/contrib/jemalloc/
H A DChangeLog536 - Remove --disable-cc-silence. (@jasone)
1026 - Replace --enable-cc-silence with --disable-cc-silence to suppress spurious
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst3 The page isn't in any toctree, so silence the sphinx warnings by marking it as orphan.
/freebsd/contrib/flex/
H A DNEWS58 *** When running "make check", you can now pas V=0 to silence more of
H A DONEWS453 around each row of the 2-d array initialization, to silence warnings
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__config997 // __attribute__((warn_unused_result)), because GCC does not silence them via
/freebsd/contrib/llvm-project/libcxx/include/
H A Dforward_list295 … "the _LIBCPP_ABI_FORWARD_LIST_REMOVE_NODE_POINTER_UB macro to silence this diagnostic.");
H A Dlist287 "_LIBCPP_ABI_LIST_REMOVE_NODE_POINTER_UB macro to silence this diagnostic.");
H A D__hash_table93 "silence this diagnostic.");
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl1427 # themselves. So we need to silence the warning about multiply defined
/freebsd/crypto/heimdal/
H A DChangeLog.2005900 * lib/krb5/addr_families.c: use rk_UNCONST to silence const

12