Searched refs:lvl (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-10-stable/sys/geom/raid/
H A Dtr_raid5.c219 u_int strip_size, lvl, qual; local
224 lvl = tr->tro_volume->v_raid_level;
233 if (lvl == G_RAID_VOLUME_RL_RAIDMDF)
235 else if (lvl == G_RAID_VOLUME_RL_RAID5EE ||
236 lvl == G_RAID_VOLUME_RL_RAID6)
242 if (lvl == G_RAID_VOLUME_RL_RAID4) {
259 if (lvl == G_RAID_VOLUME_RL_RAID4) {
285 if (lvl == G_RAID_VOLUME_RL_RAID4) {
/freebsd-10-stable/sys/geom/raid3/
H A Dg_raid3.h70 #define G_RAID3_DEBUG(lvl, ...) do { \
71 if (g_raid3_debug >= (lvl)) { \
74 printf("[%u]", lvl); \
80 #define G_RAID3_LOGREQ(lvl, bp, ...) do { \
81 if (g_raid3_debug >= (lvl)) { \
84 printf("[%u]", lvl); \
/freebsd-10-stable/sys/geom/mirror/
H A Dg_mirror.h77 #define G_MIRROR_DEBUG(lvl, ...) do { \
78 if (g_mirror_debug >= (lvl)) { \
81 printf("[%u]", lvl); \
87 #define G_MIRROR_LOGREQ(lvl, bp, ...) do { \
88 if (g_mirror_debug >= (lvl)) { \
91 printf("[%u]", lvl); \
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_int.h214 int policy_node_match(const X509_POLICY_LEVEL *lvl,
/freebsd-10-stable/sys/geom/eli/
H A Dg_eli.h142 #define G_ELI_DEBUG(lvl, ...) do { \
143 if (g_eli_debug >= (lvl)) { \
146 printf("[%u]", lvl); \
152 #define G_ELI_LOGREQ(lvl, bp, ...) do { \
153 if (g_eli_debug >= (lvl)) { \
156 printf("[%u]", lvl); \
/freebsd-10-stable/contrib/mdocml/
H A Dmain.c388 mmsg(enum mandocerr t, enum mandoclevel lvl, argument
394 mparse_strlevel(lvl),
H A Dread.c827 mparse_strlevel(enum mandoclevel lvl) argument
829 return(mandoclevels[lvl]);
/freebsd-10-stable/bin/ps/
H A Dps.c987 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; local
1060 if ((lvl = ki[src].ki_d.level) == 0) {
1064 if ((ki[src].ki_d.prefix = malloc(lvl * 2 + 1)) == NULL)
1066 for (n = 0; n < lvl - 2; n++) {
1071 if (n == lvl - 2) {
1074 if (ki[dst].ki_d.level > lvl)
1076 if (ki[dst].ki_d.level == lvl)
/freebsd-10-stable/sys/x86/iommu/
H A Dintel_dmar.h222 int ctx_is_sp_lvl(struct dmar_ctx *ctx, int lvl);
223 dmar_gaddr_t pglvl_page_size(int total_pglvl, int lvl);
224 dmar_gaddr_t ctx_page_size(struct dmar_ctx *ctx, int lvl);
/freebsd-10-stable/contrib/ntp/include/
H A Dntpd.h41 # define DPRINTF(lvl, arg) \
43 if (debug >= (lvl)) \
47 # define DPRINTF(lvl, arg) do {} while (0)
/freebsd-10-stable/sys/geom/uzip/
H A Dg_uzip.c108 #define DPRINTF(lvl, a) \
109 if ((lvl) <= g_uzip_debug) { \
112 #define DPRINTF_BLK(lvl, cn, a) \
113 if ((lvl) <= g_uzip_debug || \
118 #define DPRINTF_BRNG(lvl, bcn, ecn, a) \
121 if (((lvl) <= g_uzip_debug) || \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1856 int lvl, uint64_t blkfill, uint64_t txg)
1867 dn->dn_object, *offset, lvl, dn->dn_phys->dn_nlevels);
1873 if (lvl == dn->dn_phys->dn_nlevels) {
1878 uint64_t blkid = dbuf_whichblock(dn, lvl, *offset);
1879 error = dbuf_hold_impl(dn, lvl, blkid, TRUE, FALSE, FTAG, &db);
1911 } else if (lvl == 0) {
1927 span = (lvl - 1) * epbs + dn->dn_datablkshift;
1929 maxfill = blkfill << ((lvl - 1) * epbs);
1992 int lvl, maxlvl; local
2015 for (lvl
1855 dnode_next_offset_level(dnode_t *dn, int flags, uint64_t *offset, int lvl, uint64_t blkfill, uint64_t txg) argument
[all...]
H A Ddmu_tx.c835 for (int lvl = 1; lvl < dn->dn_nlevels; lvl++) {
836 uint64_t num_indirects = 1 + (dn->dn_maxblkid >> (epbs * lvl));
961 * thus dirying the new lvl=0 blk=0.
1000 panic("dirtying dbuf obj=%llx lvl=%u blkid=%llx but not tx_held\n",
H A Ddnode_sync.c138 uint64_t lvl = BP_GET_LEVEL(bp); local
146 BP_SET_LEVEL(bp, lvl);
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon.c1069 int i, f, lvl, res, len, off, plen, ipoff, defaction; local
1172 lvl = LOG_NOTICE;
1176 lvl = LOG_ERR;
1189 lvl = LOG_WARNING;
1192 lvl = LOG_INFO;
1197 lvl = LOG_EMERG;
1200 lvl = ipf->fl_loglevel;
1454 defaction = check_action(buf, line, ipmonopts, lvl);
1458 syslog(lvl, "%s", line);
H A Dipmon_y.y433 check_action(buf, log, opts, lvl)
435 int opts, lvl;
459 msg.imm_loglevel = lvl;
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c622 analyze_automount_tree(qelem *q, char *pref, int lvl) argument
629 if (lvl > 0 || ap->a_mount)
639 analyze_automount_tree(ap->a_mount, ap->a_name, lvl + 1);
/freebsd-10-stable/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs.h1270 #define reiserfs_log(lvl, fmt, ...) \
1271 log(lvl, "ReiserFS/%s: " fmt, __func__, ## __VA_ARGS__)
1273 #define reiserfs_log(lvl, fmt, ...) \
1276 #define reiserfs_log(lvl, fmt, ...)
1279 #define reiserfs_log_0(lvl, fmt, ...) \
/freebsd-10-stable/contrib/gcc/cp/
H A Dname-lookup.c1522 print_binding_level (struct cp_binding_level* lvl)
1526 fprintf (stderr, " blocks=%p", (void *) lvl->blocks);
1527 if (lvl->more_cleanups_ok)
1529 if (lvl->have_cleanups)
1532 if (lvl->names)
1536 for (t = lvl->names; t; t = TREE_CHAIN (t))
1563 if (VEC_length (cp_class_binding, lvl->class_shadowed))
1569 VEC_iterate(cp_class_binding, lvl->class_shadowed, i, b);
1574 if (lvl->type_shadowed)
1577 for (t = lvl
1520 print_binding_level(struct cp_binding_level* lvl) argument
[all...]
H A Derror.c218 int lvl = TMPL_PARMS_DEPTH (parms); local
227 if (TMPL_ARGS_DEPTH (args) >= lvl)
229 tree lvl_args = TMPL_ARGS_LEVEL (args, lvl);
/freebsd-10-stable/sys/kern/
H A Dkern_sysctl.c1478 int error, indx, lvl; local
1517 lvl = (oid->oid_kind & CTLMASK_SECURE) >> CTLSHIFT_SECURE;
1518 error = securelevel_gt(req->td->td_ucred, lvl);
/freebsd-10-stable/sys/ofed/include/linux/
H A Ddevice.h125 #define dev_printk(lvl, dev, fmt, ...) \
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c-defs.h5172 uint64_t lvl : 3; /**< QOS level for non-DWB commands. */ member in struct:cvmx_l2c_qos_iobx::cvmx_l2c_qos_iobx_s
5174 uint64_t lvl : 3;
5185 uint64_t lvl : 2; /**< QOS level for non-DWB commands. */ member in struct:cvmx_l2c_qos_iobx::cvmx_l2c_qos_iobx_cn61xx
5187 uint64_t lvl : 2;
5214 uint64_t lvl : 3; /**< QOS level to use for this PP. */ member in struct:cvmx_l2c_qos_ppx::cvmx_l2c_qos_ppx_s
5216 uint64_t lvl : 3;
5223 uint64_t lvl : 2; /**< QOS level to use for this PP. */ member in struct:cvmx_l2c_qos_ppx::cvmx_l2c_qos_ppx_cn61xx
5225 uint64_t lvl : 2;
/freebsd-10-stable/sys/geom/part/
H A Dg_part_ldm.c71 #define LDM_DEBUG(lvl, fmt, ...) do { \
72 if (ldm_debug >= (lvl)) { \
/freebsd-10-stable/sys/dev/ntb/
H A Dntb_transport.c77 #define ntb_printf(lvl, ...) do { \
78 if ((lvl) <= g_ntb_transport_debug_level) { \

Completed in 589 milliseconds

123