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

123

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_debug.h21 #define TRACE(lvl, arg) \
23 if (debug >= (lvl)) \
/freebsd-11-stable/sys/geom/nop/
H A Dg_nop.h42 #define G_NOP_DEBUG(lvl, ...) do { \
43 if (g_nop_debug >= (lvl)) { \
46 printf("[%u]", lvl); \
53 #define G_NOP_LOGREQLVL(lvl, bp, ...) do { \
54 if (g_nop_debug >= (lvl)) { \
55 printf("GEOM_NOP[%d]: ", (lvl)); \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/geom/gate/
H A Dg_gate.h103 #define G_GATE_DEBUG(lvl, ...) do { \
104 if (g_gate_debug >= (lvl)) { \
107 printf("[%u]", lvl); \
113 #define G_GATE_LOGREQ(lvl, bp, ...) do { \
114 if (g_gate_debug >= (lvl)) { \
117 printf("[%u]", lvl); \
/freebsd-11-stable/contrib/ipfilter/lib/
H A Daddipopt.c23 u_char lvl; local
41 lvl = seclevel(class);
42 *(op - 1) = lvl;
/freebsd-11-stable/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-11-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c101 * - lvl is the level to build;
108 domain_idmap_nextlvl(struct idpgtbl *tbl, int lvl, vm_pindex_t idx, argument
124 pg_sz = pglvl_page_size(tbl->pglvl, lvl);
125 if (lvl != tbl->leaf) {
127 domain_idmap_nextlvl(tbl, lvl + 1, base + i, f);
131 if (lvl == tbl->leaf) {
320 * the level lvl.
323 domain_pgtbl_pte_off(struct dmar_domain *domain, dmar_gaddr_t base, int lvl) argument
326 base >>= DMAR_PAGE_SHIFT + (domain->pglvl - lvl - 1) *
334 * lvl
337 domain_pgtbl_get_pindex(struct dmar_domain *domain, dmar_gaddr_t base, int lvl) argument
353 domain_pgtbl_map_pte(struct dmar_domain *domain, dmar_gaddr_t base, int lvl, int flags, vm_pindex_t *idxp, struct sf_buf **sf) argument
428 int lvl; local
563 domain_free_pgtbl_pde(struct dmar_domain *domain, dmar_gaddr_t base, int lvl, int flags) argument
576 domain_unmap_clear_pte(struct dmar_domain *domain, dmar_gaddr_t base, int lvl, int flags, dmar_pte_t *pte, struct sf_buf **sf, bool free_sf) argument
612 int lvl; local
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c79 static void real_plog(int lvl, const char *fmt, va_list vargs)
319 show_time_host_and_name(int lvl) argument
351 switch (lvl) {
457 plog(int lvl, const char *fmt, ...) argument
478 real_plog(lvl, fmt, ap);
490 real_plog(int lvl, const char *fmt, va_list vargs) argument
498 if (!(xlog_level & lvl))
520 switch (lvl) { /* from mike <mcooper@usc.edu> */
522 lvl = LOG_CRIT;
525 lvl
[all...]
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum.h159 #define G_VINUM_DEBUG(lvl, ...) do { \
160 if (g_vinum_debug >= (lvl)) { \
163 printf("[%u]", lvl); \
170 #define G_VINUM_LOGREQ(lvl, bp, ...) do { \
171 if (g_vinum_debug >= (lvl)) { \
174 printf("[%u]", lvl); \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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); \
263 #define GJ_TIMER_START(lvl, bt) do { \
264 if (g_journal_debug >= (lvl)) \
267 #define GJ_TIMER_STOP(lvl, bt, ...) do { \
268 if (g_journal_debug >= (lvl)) { \
[all...]
/freebsd-11-stable/contrib/openpam/include/security/
H A Dopenpam.h222 #define openpam_log(lvl, ...) \
223 _openpam_log((lvl), __func__, __VA_ARGS__)
225 #define openpam_log(lvl, ...) \
226 _openpam_log((lvl), __func__, __VA_ARGS__)
228 #define openpam_log(lvl, fmt...) \
229 _openpam_log((lvl), __func__, ##fmt)
231 #define openpam_log(lvl, fmt...) \
232 _openpam_log((lvl), __FUNCTION__, ##fmt)
/freebsd-11-stable/contrib/file/src/
H A Dis_json.c173 size_t *st, size_t lvl)
181 if (!json_parse(&uc, ue, st, lvl + 1))
207 size_t *st, size_t lvl)
235 if (!json_parse(&uc, ue, st, lvl + 1)) {
330 size_t *st, size_t lvl)
341 if (lvl > 20)
345 if (lvl > 1 && (st[JSON_OBJECT] || st[JSON_ARRAYN]))
356 rv = json_parse_array(&uc, ue, st, lvl + 1);
360 rv = json_parse_object(&uc, ue, st, lvl + 1);
387 if (lvl
172 json_parse_array(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
206 json_parse_object(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
329 json_parse(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/sys/arm64/arm64/
H A Dpmap.c991 int lvl; local
999 pte = pmap_pte(pmap, va, &lvl);
1003 switch(lvl) {
1042 int lvl; local
1048 pte = pmap_pte(pmap, va, &lvl);
1052 KASSERT(lvl > 0 && lvl <= 3,
1053 ("pmap_extract_and_hold: Invalid level %d", lvl));
1055 KASSERT((lvl == 3 && (tpte & ATTR_DESCR_MASK) == L3_PAGE) ||
1056 (lvl <
1089 int lvl; local
1134 int lvl; local
1179 int lvl; local
1197 int lvl; local
1254 int i, lvl; local
1287 int lvl; local
1620 int lvl; local
1865 int bit, field, freed, lvl; local
2524 int lvl, pvh_gen, md_gen; local
2898 int lvl; local
3221 int lvl; local
3603 int count, lvl, md_gen, pvh_gen; local
3684 int allfree, field, freed, idx, lvl; local
3862 int lvl, md_gen, pvh_gen; local
3974 int lvl; local
4013 int lvl, md_gen, pvh_gen; local
4121 int cleared, md_gen, not_cleared, lvl, pvh_gen; local
4412 int lvl; local
4688 int lvl, val; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h128 #define ZFS_LOG(lvl, ...) do { \
129 if (((lvl) & 0xff) <= zfs_debug_level) { \
131 printf("%s:%u[%d]: ", __func__, __LINE__, (lvl)); \
134 if ((lvl) & 0x100) \
/freebsd-11-stable/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-11-stable/crypto/openssh/openbsd-compat/
H A Dport-linux.c62 char *sename = NULL, *lvl = NULL; local
66 if (getseuserbyname(pwname, &sename, &lvl) != 0)
70 lvl = NULL;
74 r = get_default_context_with_level(sename, lvl, NULL, &sc);
98 free(lvl);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c84 u_char lvl; local
113 lvl = ipseclevel(class);
114 *(op - 1) = lvl;

Completed in 143 milliseconds

123