Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/bin/sh/tests/builtins/
H A Dtrap16.02 traps=$(${SH} -c 'trap "echo bad" 0; trap - 0; trap')
3 [ -z "$traps" ] || exit 1
4 traps=$(${SH} -c 'trap "echo bad" 0; trap "" 0; trap')
6 [ "$traps" = "$expected_traps" ] || exit 2
7 traps=$(${SH} -c 'trap "echo bad" 0; trap 0; trap')
8 [ -z "$traps" ] || exit 3
9 traps=$(${SH} -c 'trap "echo bad" 0; trap -- 0; trap')
10 [ -z "$traps" ] || exit 4
11 traps=$(${SH} -c 'trap "echo bad" 0 1 2; trap - 0 1 2; trap')
12 [ -z "$traps" ] || exit 5
[all …]
H A Dtrap2.07 traps=$(trap)
8 if [ "$teststring" != "-" ] && [ -z "$traps" ]; then
11 # subshell and subshells shall reset traps. However, an example
18 eval "$traps"
20 if [ "$traps" != "$traps2" ]; then
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c215 static const trap_def_t traps[] = { variable
231 for (i = 0; traps[i].trap_name; i++) in process_send_trap()
232 if (strcmp(traps[i].trap_name, trap_name) == 0) in process_send_trap()
233 return send_trap(traps[i].build_func); in process_send_trap()
247 for (i = 0; traps[i].trap_name; i++) { in main()
249 " %s\n", traps[i].trap_name); in main()
254 "\n default behavior is to send \"%s\"", traps[0].trap_name); in main()
262 trap_name = argv[0] ? argv[0] : traps[0].trap_name; in main()
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt16 - virtual-traps: The virtual traps, taken from the firmware binary.
23 virtual-traps = <0 0 0 0 0 0 0 0>;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits57 static constexpr bool traps = false;
173 static _LIBCPP_CONSTEXPR const bool traps = false;
231 static _LIBCPP_CONSTEXPR const bool traps = true;
233 static _LIBCPP_CONSTEXPR const bool traps = false;
281 static _LIBCPP_CONSTEXPR const bool traps = false;
334 static _LIBCPP_CONSTEXPR const bool traps = false;
391 static _LIBCPP_CONSTEXPR const bool traps = false;
452 static _LIBCPP_CONSTEXPR const bool traps = false;
515 static _LIBCPP_CONSTEXPR const bool traps = __base::traps;
561 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::traps;
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c47 int traps; member
113 ifp->trap_enable = ifc->traps; in ifchange_func()
412 ifc->traps = (value->v.integer == 1) ? 1 : 0; in op_ifxtable()
/freebsd/contrib/bsnmp/snmpd/
H A DBEGEMOT-SNMPD.txt137 "The trap sink for v1 traps."
162 "A table with destinations for standard traps."
187 traps."
196 traps."
H A Dsnmpd.config116 # send traps to the traphost
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize42 Raises the exceptions specified by `flags'. Floating-point traps can be
44 substitute a result value. If traps are not implemented, this routine
/freebsd/contrib/bsnmp/snmp_ntp/
H A DBEGEMOT-NTP-MIB.txt140 "Enables the sending of traps when either the peer is lost/
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize56 Raises the exceptions specified by `flags'. Floating-point traps can be
58 substitute a result value. If traps are not implemented, this routine
/freebsd/contrib/bsnmp/
H A DNEWS20 Fix link traps to be more RFC conform (thanks to glebius@freebsd.org)
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config115 # send traps to the traphost
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td138 // Conversion from floating point to integer traps on overflow and invalid.
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c77 static void traps (struct parse *, FILE *);
187 { "traps", traps, { NO, NO, NO, NO },
2363 traps( in traps() function
H A Dntpdc-opts.def755 .It Ic traps
756 Display the traps set in the server.
/freebsd/contrib/tcp_wrappers/
H A DREADME91 installing booby traps.
239 feature may be used to install "booby traps". For details, see the
504 booby traps", UNIX Security Symposium III Proceedings (Baltimore),
718 traps: it gives better protection against nasty stuff that remote
H A DCHANGES315 - A safer finger command for booby traps. This one solves a host of
/freebsd/bin/sh/
H A DTOUR40 EXINT is not raised if the user traps interrupts using the trap
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def169 LANGOPT(PointerAuthAuthTraps, 1, 0, "pointer authentication failure traps")
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td289 "Enable fine grained virtualization traps extension">;
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1535 Declare traps set by matching hosts to be low priority.
1537 number of traps a server can maintain is limited (the current limit
1542 modifies the assignment algorithm by allowing low priority traps to
1543 be overridden by later requests for normal priority traps.
H A Dntp.conf.def1611 Declare traps set by matching hosts to be low priority.
1613 number of traps a server can maintain is limited (the current limit
1618 modifies the assignment algorithm by allowing low priority traps to
1619 be overridden by later requests for normal priority traps.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td730 // instruction traps).
1929 /// traps
/freebsd/usr.sbin/services_mkdb/
H A Dservices308 sgmp-traps 160/tcp
309 sgmp-traps 160/udp

12