Home
last modified time | relevance | path

Searched refs:logtype (Results 1 – 20 of 20) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog_007_pos.ksh65 typeset logtype=$3
68 log $logtype $LDEV $LDEV2
70 log_must verify_slog_device $TESTPOOL $ldev ONLINE $logtype
75 log_must verify_slog_device $TESTPOOL $ldev ONLINE $logtype
81 log_must verify_slog_device $TESTPOOL $ldev ONLINE $logtype
H A Dslog_009_neg.ksh62 typeset logtype=$3
65 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV $logtype $LDEV
67 log_mustnot $ZPOOL add $TESTPOOL log $logtype $LDEV2
69 log_mustnot verify_slog_device $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_001_pos.ksh62 typeset logtype=$3
64 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $logtype $LDEV
67 log_must verify_slog_device $TESTPOOL $ldev ONLINE $logtype
H A Dslog_008_neg.ksh62 for logtype in "raidz" "raidz1" "raidz2"; do
64 $spare $SDEV log $logtype $LDEV $LDEV2
66 log_mustnot verify_slog_device $TESTPOOL $ldev ONLINE $logtype
H A Dslog_006_pos.ksh63 typeset logtype=$3
65 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $logtype $LDEV
70 wait_for 15 1 verify_slog_device $TESTPOOL $tdev ONLINE $logtype
H A Dslog_002_pos.ksh62 log_must $ZPOOL add $TESTPOOL log $logtype $LDEV
65 log_must verify_slog_device $TESTPOOL $ldev ONLINE $logtype
H A Dslog_003_pos.ksh63 typeset logtype=$3
67 log $logtype $LDEV
H A Dslog_004_pos.ksh63 typeset logtype=$3
66 log $logtype $LDEV
H A Dslog.kshlib171 for logtype in "" "mirror"; do
172 $callback "$pooltype" "$sparetype" "$logtype"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_007_pos.ksh57 for logtype in "" "mirror"
64 $spare $SDEV log $logtype $LDEV $LDEV2
67 $TESTPOOL $ldev 'ONLINE' $logtype
77 $TESTPOOL $ldev 'ONLINE' $logtype
87 $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_008_neg.ksh53 for logtype in "raidz" "raidz1" "raidz2"
56 $spare $SDEV log $logtype $LDEV $LDEV2
59 $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_001_pos.ksh54 for logtype in "" "mirror"
57 $spare $SDEV log $logtype $LDEV
62 $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_002_pos.ksh55 for logtype in "" "mirror"
58 log_must zpool add $TESTPOOL log $logtype $LDEV
62 $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_009_neg.ksh54 for logtype in "raidz" "raidz1" "raidz2"
60 log_mustnot zpool add $TESTPOOL log $logtype $LDEV2
63 $TESTPOOL $ldev 'ONLINE' $logtype
H A Dslog_006_pos.ksh55 for logtype in "" "mirror"
58 $spare $SDEV log $logtype $LDEV
66 $TESTPOOL $tdev 'ONLINE' $logtype
H A Dslog_003_pos.ksh55 for logtype in "" "mirror"
60 $spare $SDEV log $logtype $LDEV
H A Dslog_004_pos.ksh55 for logtype in "" "mirror"
58 $spare $SDEV log $logtype $LDEV
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_log.h145 int rte_log_get_level(uint32_t logtype);
158 bool rte_log_can_log(uint32_t logtype, uint32_t loglevel);
194 int rte_log_set_level(uint32_t logtype, uint32_t level);
293 int rte_log(uint32_t level, uint32_t logtype, const char *format, ...)
327 int rte_vlog(uint32_t level, uint32_t logtype, const char *format, va_list ap)
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c38 int logtype; member
993 if (log->logtype == IPL_LOGIPF) { in print_log()
997 } else if (log->logtype == IPL_LOGNAT) { in print_log()
1001 } else if (log->logtype == IPL_LOGSTATE) { in print_log()
1514 conf->logsrc[i].logtype = -1; in initconfig()
1552 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1553 config.logsrc[1].logtype = IPL_LOGNAT; in main()
1554 config.logsrc[2].logtype = IPL_LOGSTATE; in main()
1571 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1594 config.logsrc[1].logtype = IPL_LOGNAT; in main()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c2226 ipf_nat_delete(ipf_main_softc_t *softc, struct nat *nat, int logtype) in ipf_nat_delete() argument
2233 if (logtype != 0 && softn->ipf_nat_logging != 0) in ipf_nat_delete()
2234 ipf_nat_log(softc, softn, nat, logtype); in ipf_nat_delete()
2306 if (logtype == NL_EXPIRE) in ipf_nat_delete()
2315 if (logtype == NL_DESTROY) { in ipf_nat_delete()