Searched refs:lvl (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_debug.h21 #define TRACE(lvl, arg) \
23 if (debug >= (lvl)) \
/freebsd-10.3-release/sys/geom/nop/
H A Dg_nop.h37 #define G_NOP_DEBUG(lvl, ...) do { \
38 if (g_nop_debug >= (lvl)) { \
41 printf("[%u]", lvl); \
48 #define G_NOP_LOGREQLVL(lvl, bp, ...) do { \
49 if (g_nop_debug >= (lvl)) { \
50 printf("GEOM_NOP[%d]: ", (lvl)); \
/freebsd-10.3-release/sys/geom/mountver/
H A Dg_mountver.h39 #define G_MOUNTVER_DEBUG(lvl, ...) do { \
40 if (g_mountver_debug >= (lvl)) { \
43 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/virstor/
H A Dg_virstor.h48 #define LOG_MSG(lvl, ...) do { \
49 if (g_virstor_debug >= (lvl)) { \
51 if (lvl > 0) \
52 printf("[%u]", lvl); \
60 #define LOG_REQ(lvl, bp, ...) do { \
61 if (g_virstor_debug >= (lvl)) { \
63 if (lvl > 0) \
64 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/sched/
H A Dg_sched.h45 #define G_SCHED_DEBUG(lvl, ...) do { \
46 if (me.gs_debug >= (lvl)) { \
49 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/shsec/
H A Dg_shsec.h47 #define G_SHSEC_DEBUG(lvl, ...) do { \
48 if (g_shsec_debug >= (lvl)) { \
51 printf("[%u]", lvl); \
57 #define G_SHSEC_LOGREQ(lvl, bp, ...) do { \
58 if (g_shsec_debug >= (lvl)) { \
61 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/gate/
H A Dg_gate.h104 #define G_GATE_DEBUG(lvl, ...) do { \
105 if (g_gate_debug >= (lvl)) { \
108 printf("[%u]", lvl); \
114 #define G_GATE_LOGREQ(lvl, bp, ...) do { \
115 if (g_gate_debug >= (lvl)) { \
118 printf("[%u]", lvl); \
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Daddipopt.c23 u_char lvl; local
41 lvl = seclevel(class);
42 *(op - 1) = lvl;
/freebsd-10.3-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.h29 #define G_LLVM_DEBUG(lvl, ...) do { \
30 if (g_llvm_debug >= (lvl)) { \
33 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/x86/iommu/
H A Dintel_idpgtbl.c100 * - lvl is the level to build;
107 ctx_idmap_nextlvl(struct idpgtbl *tbl, int lvl, vm_pindex_t idx, argument
123 pg_sz = pglvl_page_size(tbl->pglvl, lvl);
124 if (lvl != tbl->leaf) {
126 ctx_idmap_nextlvl(tbl, lvl + 1, base + i, f);
130 if (lvl == tbl->leaf) {
319 * the level lvl.
322 ctx_pgtbl_pte_off(struct dmar_ctx *ctx, dmar_gaddr_t base, int lvl) argument
325 base >>= DMAR_PAGE_SHIFT + (ctx->pglvl - lvl - 1) * DMAR_NPTEPGSHIFT;
332 * lvl
335 ctx_pgtbl_get_pindex(struct dmar_ctx *ctx, dmar_gaddr_t base, int lvl) argument
348 ctx_pgtbl_map_pte(struct dmar_ctx *ctx, dmar_gaddr_t base, int lvl, int flags, vm_pindex_t *idxp, struct sf_buf **sf) argument
421 int lvl; local
554 ctx_free_pgtbl_pde(struct dmar_ctx *ctx, dmar_gaddr_t base, int lvl, int flags) argument
566 ctx_unmap_clear_pte(struct dmar_ctx *ctx, dmar_gaddr_t base, int lvl, int flags, dmar_pte_t *pte, struct sf_buf **sf, bool free_sf) argument
602 int lvl; local
[all...]
H A Dintel_utils.c188 * Return true if the page table level lvl supports the superpage for
192 ctx_is_sp_lvl(struct dmar_ctx *ctx, int lvl) argument
202 alvl = ctx->pglvl - lvl - 1;
209 pglvl_page_size(int total_pglvl, int lvl) argument
221 KASSERT(lvl >= 0 && lvl < total_pglvl,
222 ("total %d lvl %d", total_pglvl, lvl));
223 rlvl = total_pglvl - lvl - 1;
225 ("sizeof pg_sz lvl
230 ctx_page_size(struct dmar_ctx *ctx, int lvl) argument
[all...]
/freebsd-10.3-release/contrib/amd/libamu/
H A Dxutil.c84 static void real_plog(int lvl, const char *fmt, va_list vargs)
317 show_time_host_and_name(int lvl) argument
349 switch (lvl) {
413 plog(int lvl, const char *fmt, ...) argument
421 real_plog(lvl, fmt, ap);
427 real_plog(int lvl, const char *fmt, va_list vargs) argument
435 if (!(xlog_level & lvl))
457 switch (lvl) { /* from mike <mcooper@usc.edu> */
459 lvl = LOG_CRIT;
462 lvl
[all...]
/freebsd-10.3-release/sys/geom/vinum/
H A Dgeom_vinum.h158 #define G_VINUM_DEBUG(lvl, ...) do { \
159 if (g_vinum_debug >= (lvl)) { \
162 printf("[%u]", lvl); \
169 #define G_VINUM_LOGREQ(lvl, bp, ...) do { \
170 if (g_vinum_debug >= (lvl)) { \
173 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/concat/
H A Dg_concat.h50 #define G_CONCAT_DEBUG(lvl, ...) do { \
51 if (g_concat_debug >= (lvl)) { \
54 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/label/
H A Dg_label.h51 #define G_LABEL_DEBUG(lvl, ...) do { \
52 if (g_label_debug >= (lvl)) { \
55 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/stripe/
H A Dg_stripe.h50 #define G_STRIPE_DEBUG(lvl, ...) do { \
51 if (g_stripe_debug >= (lvl)) { \
54 printf("[%u]", lvl); \
/freebsd-10.3-release/sys/geom/journal/
H A Dg_journal.h50 #define GJ_DEBUG(lvl, ...) do { \
51 if (g_journal_debug >= (lvl)) { \
54 printf("[%u]", lvl); \
60 #define GJ_LOGREQ(lvl, bp, ...) do { \
61 if (g_journal_debug >= (lvl)) { \
64 printf("[%u]", lvl); \
252 #define GJ_TIMER_START(lvl, bt) do { \
253 if (g_journal_debug >= (lvl)) \
256 #define GJ_TIMER_STOP(lvl, bt, ...) do { \
257 if (g_journal_debug >= (lvl)) { \
[all...]
/freebsd-10.3-release/contrib/openpam/include/security/
H A Dopenpam.h221 #define openpam_log(lvl, ...) \
222 _openpam_log((lvl), __func__, __VA_ARGS__)
224 #define openpam_log(lvl, ...) \
225 _openpam_log((lvl), __func__, __VA_ARGS__)
227 #define openpam_log(lvl, fmt...) \
228 _openpam_log((lvl), __func__, ##fmt)
230 #define openpam_log(lvl, fmt...) \
231 _openpam_log((lvl), __FUNCTION__, ##fmt)
/freebsd-10.3-release/sys/geom/cache/
H A Dg_cache.h42 #define G_CACHE_DEBUG(lvl, ...) do { \
43 if (g_cache_debug >= (lvl)) { \
46 printf("[%u]", lvl); \
/freebsd-10.3-release/contrib/apr/poll/unix/
H A Dz_asio.c121 #define DBG_TEST(lvl) if (lvl <= DEBUG) {
143 #define DBG(lvl, msg) DBG_TEST(lvl) \
147 #define DBG1(lvl, msg, var1) DBG_TEST(lvl) \
151 #define DBG2(lvl, msg, var1, var2) DBG_TEST(lvl) \
155 #define DBG3(lvl, msg, var1, var2, var3) \
156 DBG_TEST(lvl) \
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h135 #define ZFS_LOG(lvl, ...) do { \
136 if (((lvl) & 0xff) <= zfs_debug_level) { \
138 printf("%s:%u[%d]: ", __func__, __LINE__, (lvl)); \
141 if ((lvl) & 0x100) \
/freebsd-10.3-release/sys/geom/raid/
H A Dg_raid.h62 #define G_RAID_DEBUG(lvl, fmt, ...) do { \
63 if (g_raid_debug >= (lvl)) { \
66 lvl, ## __VA_ARGS__); \
73 #define G_RAID_DEBUG1(lvl, sc, fmt, ...) do { \
74 if (g_raid_debug >= (lvl)) { \
77 lvl, (sc)->sc_name, ## __VA_ARGS__); \
84 #define G_RAID_LOGREQ(lvl, bp, fmt, ...) do { \
85 if (g_raid_debug >= (lvl)) { \
88 lvl, ## __VA_ARGS__); \
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dport-linux.c64 char *sename = NULL, *lvl = NULL; local
68 if (getseuserbyname(pwname, &sename, &lvl) != 0)
72 lvl = NULL;
76 r = get_default_context_with_level(sename, lvl, NULL, &sc);
100 free(lvl);
/freebsd-10.3-release/contrib/ipfilter/ipsend/
H A Dipsopt.c90 u_char lvl; local
119 lvl = ipseclevel(class);
120 *(op - 1) = lvl;
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_node.c169 int policy_node_match(const X509_POLICY_LEVEL *lvl, argument
176 if ((lvl->flags & X509_V_FLAG_INHIBIT_MAP)

Completed in 154 milliseconds

12