/freebsd/sbin/ipf/ipf/ |
H A D | ipl.4 | 8 logged, the entire header is logged (including any IP options \- TCP/UDP 10 The packet contents are also logged after the header. If the log reader 14 Prepending every packet header logged is a structure containing information 15 relevant to the packet following and why it was logged. The structure's 20 * Log structure. Each packet header logged is prepended by one of these. 54 then only 128 bytes of the packet contents are logged.
|
H A D | ipf.4 | 131 FR_LOGORBLOCK 0x040000 /* block the packet if it can't be logged */ 164 to be logged. To set (and clear)/get these flags, two ioctls are 206 u_long fr_ppkl; /* packets allowed and logged */ 207 u_long fr_bpkl; /* packets denied and logged */ 208 u_long fr_npkl; /* packets unmatched and logged */ 209 u_long fr_pkl; /* packets logged */ 210 u_long fr_skip; /* packets to be logged but buffer full */
|
/freebsd/usr.bin/rusers/ |
H A D | rusers.1 | 33 .Nd who is logged in to machines on local network 52 the hostname with the names of the users currently logged 62 Print all machines responding even if no one is currently logged in. 66 tty that the user is logged in to, the date and time the user 67 logged in, the amount of time since the user typed on the keyboard, 68 and the remote host they logged in from (if applicable).
|
/freebsd/contrib/openpam/doc/man/ |
H A D | openpam_log.3 | 31 These messages are normally not logged unless the global 35 value, in which case they are logged with a 42 These messages are logged with a 48 These messages are logged with a 54 These messages are logged with a
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | floating-point.json | 81 …number of x87 floating-point Ops that have retired. The number of events logged per cycle can vary… 88 …number of x87 floating-point Ops that have retired. The number of events logged per cycle can vary… 95 …number of x87 floating-point Ops that have retired. The number of events logged per cycle can vary… 102 …number of x87 floating-point Ops that have retired. The number of events logged per cycle can vary… 109 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 116 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 123 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 130 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 137 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 144 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_svc_create.3 | 158 otherwise it returns 0 and an error message is logged. 176 if it fails, and an error message is logged. 209 if it fails, and an error message is logged. 225 if it fails, and an error message is logged. 281 and an error message is logged. 309 is returned and an error message is logged. 315 if it fails, and an error message is logged.
|
/freebsd/sys/dev/isci/ |
H A D | isci_logger.c | 111 * @param[in] log_message This parameter specifies the message to be logged. 135 * @param[in] log_message This parameter specifies the message to be logged. 160 * @param[in] log_message This parameter specifies the message to be logged. 186 * @param[in] log_message This parameter specifies the message to be logged. 212 * @param[in] log_message This parameter specifies the message to be logged. 237 * @param[in] log_message This parameter specifies the message to be logged. 262 * @param[in] log_message This parameter specifies the message to be logged. 287 * @param[in] log_message This parameter specifies the message to be logged. 313 * @param[in] log_message This parameter specifies the message to be logged. 339 * @param[in] log_message This parameter specifies the message to be logged.
|
/freebsd/share/man/man9/ |
H A D | ktr.9 | 56 KTR provides a circular buffer of events that can be logged in a 66 Events are created and logged in the kernel via the 75 The event will be logged only if any of the event types specified in 88 Each event is logged with a file name and source line number of the 119 variable stores the verbose flag that controls whether events are logged to
|
/freebsd/share/man/man4/ |
H A D | pflog.4 | 37 interface is a device which makes visible all packets logged by 40 Logged packets can easily be monitored in real 65 number, reason, action, and direction of the packet that was logged. 92 and monitor all packets logged on it:
|
H A D | ktr.4 | 42 facility allows kernel events to be logged while the kernel executes so that 64 Secondly, the actual events logged while the kernel runs can be further 89 for events that occur on it to be logged. 105 By default, events are only logged to the internal buffer for examination 193 This may happen if the frequency of the logged
|
/freebsd/contrib/opencsd/decoder/include/interfaces/ |
H A D | trc_error_log_i.h | 53 * Implementation will determine if and how the errors and messages are logged. 74 * or lower will be logged, others are ignored. 94 * Message logged to same output as errors if output enabled, but not saved for GetLastError() 103 * Get a pointer to the last logged error. 104 * Returns 0 if no errors have been logged.
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_log.c | 149 * These messages are normally not logged unless the global 151 * value, in which case they are logged with a =syslog 156 * These messages are logged with a =syslog priority of 160 * These messages are logged with a =syslog priority of 164 * These messages are logged with a =syslog priority of
|
/freebsd/libexec/comsat/ |
H A D | comsat.8 | 56 specified is logged in to the system and the associated terminal has 75 specified is logged in to the system and the associated terminal has 88 to find out who is logged on and on what terminals 105 machines than the one to which they are currently logged in.
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 1176 char *logged = temp; in get_string() local 1208 if (s == logged) in get_string() 1211 chat_logf("%0.*v", s - logged, logged); in get_string() 1212 logged = s + 1; in get_string() 1217 if (verbose && s >= logged + 80) { in get_string() 1218 chat_logf("%0.*v", s - logged, logged); in get_string() 1219 logged = s; in get_string() 1262 if (s > logged) in get_string() 1263 chat_logf("%0.*v", s - logged, logged); in get_string() 1276 if (s > logged) in get_string() [all …]
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.8 | 3 ipmon \- monitors /dev/ipl for logged packets 149 \- packets logged using the "log" keyword as the action rather 153 \- packets logged which are also passed 156 \- packets logged which are also blocked 159 \- packets which have been logged and which can be considered
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_openlog.3 | 111 a pointer to the message that just got logged. This string is allocated, 120 If you want better control of where things gets logged, you can instead of using 204 is within this range (inclusive) the message gets logged to this 208 specified value. If no range is specified, all messages gets logged. 221 other messages will be logged to syslog with priority
|
/freebsd/libexec/rpc.rusersd/ |
H A D | rpc.rusersd.8 | 35 .Nd logged in users server 42 currently logged in to the system. 44 The currently logged in users are queried using the
|
/freebsd/contrib/libpcap/ |
H A D | pcap-filter.manmisc.in | 559 True if the packet was logged via the specified interface (applies only to 560 packets logged by the Linux "any" cooked v2 interface). 562 True if the packet was logged as coming from the specified interface (applies 563 only to packets logged by OpenBSD's or FreeBSD's 570 True if the packet was logged as matching the specified PF rule number 571 (applies only to packets logged by OpenBSD's or FreeBSD's 578 True if the packet was logged with the specified PF reason code. The known 587 (applies only to packets logged by OpenBSD's or FreeBSD's 590 True if the packet was logged as matching the specified PF ruleset 591 name of an anchored ruleset (applies only to packets logged by OpenBSD's [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_005_neg.ksh | 37 # Verify the following zpool subcommands are not logged. 52 log_assert "Verify 'zpool get|history|list|status|iostat' will not be logged." 65 log_pass "Verify 'zpool get|history|list|status|iostat' will not be logged."
|
H A D | history_001_pos.ksh | 35 # Create a scenario to verify the following zpool subcommands are logged. 42 # 3. Import a pool and upgrade it, verifying 'upgrade' was logged. 58 log_assert "Verify zpool sub-commands which modify state are logged." 121 log_pass "zpool sub-commands which modify state are logged passed. "
|
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | history_001_pos.ksh | 36 # Create a scenario to verify the following zpool subcommands are logged. 45 # 5. Imported specified pool and upgrade it, verify 'upgrade' was logged. 72 log_assert "Verify zpool sub-commands which modify state are logged." 116 log_pass "zpool sub-commands which modify state are logged passed. "
|
/freebsd/usr.bin/who/ |
H A D | who.1 | 42 utility displays information about currently logged in users. 61 List the names and number of logged in users in columns. 141 Show a brief summary of who is logged in: 148 Show who is logged in along with the line and time fields (without the headers):
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | floating-point.json | 40 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 46 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 53 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 59 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 65 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
H A D | floating-point.json | 40 …e-based event. The number of retired SSE/AVX FLOPS. The number of events logged per cycle can vary… 46 …e-based event. The number of retired SSE/AVX FLOPs. The number of events logged per cycle can vary… 52 …e-based event. The number of retired SSE/AVX FLOPs. The number of events logged per cycle can vary… 58 …e-based event. The number of retired SSE/AVX FLOPs. The number of events logged per cycle can vary… 64 …e-based event. The number of retired SSE/AVX FLOPs. The number of events logged per cycle can vary…
|
/freebsd/lib/libc/gen/ |
H A D | syslog.3 | 62 logged-in users, or forwarded to other machines as appropriate. 154 Normally the open is delayed until the first message is logged. 181 but logged to a file readable only by 256 The default allows all priorities to be logged.
|