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

123

/freebsd-current/contrib/ntp/include/
H A Dntp_debug.h21 #define TRACE(lvl, arg) \
23 if (debug >= (lvl)) \
/freebsd-current/sys/geom/nop/
H A Dg_nop.h42 #define G_NOP_DEBUG(lvl, ...) \
43 _GEOM_DEBUG("GEOM_NOP", g_nop_debug, (lvl), NULL, __VA_ARGS__)
44 #define G_NOP_LOGREQLVL(lvl, bp, ...) \
45 _GEOM_DEBUG("GEOM_NOP", g_nop_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/sys/geom/mountver/
H A Dg_mountver.h39 #define G_MOUNTVER_DEBUG(lvl, ...) \
40 _GEOM_DEBUG("GEOM_MOUNTVER", g_mountver_debug, (lvl), NULL, __VA_ARGS__)
/freebsd-current/sys/geom/virstor/
H A Dg_virstor.h47 #define LOG_MSG(lvl, ...) \
48 _GEOM_DEBUG("GEOM_VIRSTOR", g_virstor_debug, (lvl), NULL, __VA_ARGS__)
51 #define LOG_REQ(lvl, bp, ...) \
52 _GEOM_DEBUG("GEOM_VIRSTOR", g_virstor_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/sys/geom/
H A Dgeom_dbg.h44 void g_dbg_printf(const char *classname, int lvl, struct bio *bp,
/freebsd-current/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.h95 #define LOG(lvl, ...) \
97 if (rto_opts.rto_v >= lvl) \
101 #define LOG_OPT(lvl, opt, ...) \
103 if (opt->rto_v >= lvl) \
/freebsd-current/contrib/file/src/
H A Dis_json.c48 printf("%*s%s [%.2x/%c] %.*s\n", (int)lvl, "", (a), *(b), *(b), \
128 size_t lvl __file_debugused)
181 size_t *st, size_t lvl)
192 if (!json_parse(&uc, ue, st, lvl + 1))
218 size_t *st, size_t lvl)
235 if (!json_parse_string(&uc, ue, lvl)) {
246 if (!json_parse(&uc, ue, st, lvl + 1)) {
275 size_t lvl __file_debugused)
327 const char *str, size_t len, size_t lvl __file_debugused)
347 size_t *st, size_t lvl)
180 json_parse_array(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
217 json_parse_object(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
346 json_parse(const unsigned char **ucp, const unsigned char *ue, size_t *st, size_t lvl) argument
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Damd64_archlevel.c113 const struct archlevel *lvl = &levels[level]; local
115 if ((lvl->feat_edx & feat_edx) != lvl->feat_edx ||
116 (lvl->feat_ecx & feat_ecx) != lvl->feat_ecx ||
117 (lvl->amd_ecx & amd_ecx) != lvl->amd_ecx ||
118 (lvl->ext_ebx & ext_ebx) != lvl->ext_ebx)
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h63 #define ZFS_LOG(lvl, ...) do { \
64 if (((lvl) & 0xff) <= zfs_debug_level) { \
67 __func__, __LINE__, (lvl)); \
70 if ((lvl) & 0x100) \
/freebsd-current/sys/geom/union/
H A Dg_union.h41 #define G_UNION_DEBUG(lvl, ...) \
42 _GEOM_DEBUG("GEOM_UNION", g_union_debug, (lvl), NULL, __VA_ARGS__)
43 #define G_UNION_LOGREQLVL(lvl, bp, ...) \
44 _GEOM_DEBUG("GEOM_UNION", g_union_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/sys/geom/shsec/
H A Dg_shsec.h47 #define G_SHSEC_DEBUG(lvl, ...) \
48 _GEOM_DEBUG("GEOM_SHSEC", g_shsec_debug, (lvl), NULL, __VA_ARGS__)
49 #define G_SHSEC_LOGREQ(lvl, bp, ...) \
50 _GEOM_DEBUG("GEOM_SHSEC", g_shsec_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps.kshlib47 function assert_zap_common # pool vd lvl zapobj
51 typeset lvl=$3
55 log_fail "$vd on $pool has no $lvl ZAP in config"
57 log_fail "$vd on $pool has no $lvl ZAP in MOS"
/freebsd-current/sbin/ipf/libipf/
H A Daddipopt.c19 u_char lvl; local
37 lvl = seclevel(class);
38 *(op - 1) = lvl;
/freebsd-current/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, iommu_gaddr_t base, int lvl) argument
326 base >>= IOMMU_PAGE_SHIFT + (domain->pglvl - lvl - 1) *
334 * lvl
337 domain_pgtbl_get_pindex(struct dmar_domain *domain, iommu_gaddr_t base, int lvl) argument
353 domain_pgtbl_map_pte(struct dmar_domain *domain, iommu_gaddr_t base, int lvl, int flags, vm_pindex_t *idxp, struct sf_buf **sf) argument
428 int lvl; local
570 domain_free_pgtbl_pde(struct dmar_domain *domain, iommu_gaddr_t base, int lvl, int flags) argument
583 domain_unmap_clear_pte(struct dmar_domain *domain, iommu_gaddr_t base, int lvl, int flags, iommu_pte_t *pte, struct sf_buf **sf, bool free_sf) argument
619 int lvl; local
[all...]
H A Dintel_utils.c193 * Return true if the page table level lvl supports the superpage for
197 domain_is_sp_lvl(struct dmar_domain *domain, int lvl) argument
207 alvl = domain->pglvl - lvl - 1;
213 pglvl_page_size(int total_pglvl, int lvl) argument
225 KASSERT(lvl >= 0 && lvl < total_pglvl,
226 ("total %d lvl %d", total_pglvl, lvl));
227 rlvl = total_pglvl - lvl - 1;
228 KASSERT(rlvl < nitems(pg_sz), ("sizeof pg_sz lvl local
233 domain_page_size(struct dmar_domain *domain, int lvl) argument
[all...]
/freebsd-current/sys/geom/gate/
H A Dg_gate.h103 #define G_GATE_DEBUG(lvl, ...) \
104 _GEOM_DEBUG("GEOM_GATE", g_gate_debug, (lvl), NULL, __VA_ARGS__)
105 #define G_GATE_LOGREQ(lvl, bp, ...) \
106 _GEOM_DEBUG("GEOM_GATE", g_gate_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/contrib/openpam/include/security/
H A Dopenpam.h220 #define openpam_log(lvl, ...) \
221 _openpam_log((lvl), __func__, __VA_ARGS__)
223 #define openpam_log(lvl, ...) \
224 _openpam_log((lvl), __func__, __VA_ARGS__)
226 #define openpam_log(lvl, fmt...) \
227 _openpam_log((lvl), __func__, ##fmt)
229 #define openpam_log(lvl, fmt...) \
230 _openpam_log((lvl), __FUNCTION__, ##fmt)
/freebsd-current/sys/geom/linux_lvm/
H A Dg_linux_lvm.h29 #define G_LLVM_DEBUG(lvl, ...) \
30 _GEOM_DEBUG("GEOM_LINUX_LVM", g_llvm_debug, (lvl), NULL, __VA_ARGS__)
/freebsd-current/sys/geom/journal/
H A Dg_journal.h50 #define GJ_DEBUG(lvl, ...) \
51 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), NULL, __VA_ARGS__)
52 #define GJ_LOGREQ(lvl, bp, ...) \
53 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), (bp), __VA_ARGS__)
245 #define GJ_TIMER_START(lvl, bt) do { \
246 if (g_journal_debug >= (lvl)) \
249 #define GJ_TIMER_STOP(lvl, bt, ...) do { \
250 if (g_journal_debug >= (lvl)) { \
259 printf("[%u]", lvl); \
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum.h158 #define G_VINUM_DEBUG(lvl, ...) \
159 _GEOM_DEBUG("GEOM_VINUM", g_vinum_debug, (lvl), NULL, __VA_ARGS__)
160 #define G_VINUM_LOGREQ(lvl, bp, ...) \
161 _GEOM_DEBUG("GEOM_VINUM", g_vinum_debug, (lvl), (bp), __VA_ARGS__)
/freebsd-current/sys/geom/concat/
H A Dg_concat.h50 #define G_CONCAT_DEBUG(lvl, ...) \
51 _GEOM_DEBUG("GEOM_CONCAT", g_concat_debug, (lvl), NULL, __VA_ARGS__)
/freebsd-current/sys/geom/label/
H A Dg_label.h50 #define G_LABEL_DEBUG(lvl, ...) \
51 _GEOM_DEBUG("GEOM_LABEL", g_label_debug, (lvl), NULL, __VA_ARGS__)
/freebsd-current/sys/geom/stripe/
H A Dg_stripe.h52 #define G_STRIPE_DEBUG(lvl, ...) \
53 _GEOM_DEBUG("GEOM_STRIPE", g_stripe_debug, (lvl), NULL, __VA_ARGS__)
/freebsd-current/sys/arm64/iommu/
H A Diommu_pmap.c591 int lvl; local
616 pde = smmu_pmap_pde(pmap, va, &lvl);
617 if (pde != NULL && lvl == 2) {
667 int lvl; local
674 pde = smmu_pmap_pde(pmap, va, &lvl);
675 if (pde == NULL || lvl != 2) {
705 int lvl; local
728 pde = smmu_pmap_pde(pmap, va, &lvl);
729 if (pde != NULL && lvl == 2) {
763 int lvl; local
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-linux.c62 char *sc = NULL, *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);

Completed in 227 milliseconds

123