Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 43) sorted by last modified time

12

/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c82 #define JME_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
84 if ((sc)->jme_rss_debug >= (lvl)) \
88 #define JME_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c124 #define BCE_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
126 if (sc->rss_debug >= lvl) \
130 #define BCE_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c80 #define IX_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
82 if (sc->rss_debug >= lvl) \
86 #define IX_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c78 #define IGB_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
80 if (sc->rss_debug >= lvl) \
84 #define IGB_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c94 #define BNX_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
96 if (sc->bnx_rss_debug >= lvl) \
100 #define BNX_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c118 #define EMX_RSS_DPRINTF(sc, lvl, fmt, ...) \ argument
120 if (sc->rss_debug >= lvl) \
124 #define EMX_RSS_DPRINTF(sc, lvl, fmt, ...) ((void)0) argument
/dragonfly/contrib/dhcpcd/hooks/
H A Ddhcpcd-run-hooks170 lvl="$1"
172 if [ "$lvl" = debug ]; then
175 [ -n "$lvl" ] && shift
177 case "$lvl" in
182 logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
/dragonfly/contrib/file/src/
H A Dis_json.c128 size_t lvl __file_debugused) in json_parse_string()
181 size_t *st, size_t lvl) in json_parse_array() argument
192 if (!json_parse(&uc, ue, st, lvl + 1)) in json_parse_array()
218 size_t *st, size_t lvl) in json_parse_object() argument
235 if (!json_parse_string(&uc, ue, lvl)) { in json_parse_object()
246 if (!json_parse(&uc, ue, st, lvl + 1)) { in json_parse_object()
275 size_t lvl __file_debugused) in json_parse_number()
347 size_t *st, size_t lvl) in json_parse() argument
358 if (lvl > 500) { in json_parse()
388 lvl + 1); in json_parse()
[all …]
/dragonfly/sys/vfs/dirfs/
H A Ddirfs.h89 #define dbg(lvl, fmt, ...) do { \ argument
90 debug(lvl, "%s: " fmt, __func__, ##__VA_ARGS__); \
/dragonfly/sys/dev/powermng/uguru/
H A Duguru.c31 #define DPRINTF(lvl, fmt...) \ argument
32 if (uguru_dbg >= lvl) \
35 #define DPRINTF(lvl, fmt...) argument
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c1570 int lvl = (cso->scsi_status)? ISP_LOGTINFO : ISP_LOGTDEBUG0; in isp_target_start_ctio() local
1578 …ISP_PATH_PRT(isp, lvl, cso->ccb_h.path, "%s: CTIO7[%x] CDB0=%x scsi status %x flags %x resid %d xf… in isp_target_start_ctio()
1658 int lvl = (cso->scsi_status)? ISP_LOGTINFO : ISP_LOGTDEBUG0; in isp_target_start_ctio() local
1661 …ISP_PATH_PRT(isp, lvl, cso->ccb_h.path, "%s: CTIO2[%x] CDB0=%x scsi status %x flags %x resid %d xf… in isp_target_start_ctio()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daecommon.h223 #define TEST_OUTPUT_LEVEL(lvl) if ((lvl) & OutputLevel) argument
225 #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\ argument
/dragonfly/games/larn/
H A Dmonster.c1328 something(int lvl) in something() argument
1332 if (lvl < 0 || lvl > MAXLEVEL + MAXVLEVEL) /* correct level? */ in something()
1335 something(lvl); in something()
1336 j = newobject(lvl, &i); in something()
/dragonfly/crypto/libressl/crypto/x509/
H A Dpcy_node.c180 policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, in policy_node_match() argument
187 if ((lvl->flags & X509_V_FLAG_INHIBIT_MAP) || in policy_node_match()
H A Dpcy_int.h204 int policy_node_match(const X509_POLICY_LEVEL *lvl,
/dragonfly/contrib/openpam/include/security/
H A Dopenpam.h220 #define openpam_log(lvl, ...) \ argument
221 _openpam_log((lvl), __func__, __VA_ARGS__)
223 #define openpam_log(lvl, ...) \ argument
224 _openpam_log((lvl), __func__, __VA_ARGS__)
226 #define openpam_log(lvl, fmt...) \ argument
227 _openpam_log((lvl), __func__, ##fmt)
229 #define openpam_log(lvl, fmt...) \ argument
230 _openpam_log((lvl), __FUNCTION__, ##fmt)
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvconvert.c954 struct lv_list *lvl; in lvconvert() local
976 if (!(lvl = find_lv_in_vg(vg, lp.lv_name))) { in lvconvert()
989 ret = lvconvert_single(cmd, lvl->lv, &lp); in lvconvert()
995 if (!lv_info(cmd, lvl->lv, &info, 1, 0) || !info.exists) { in lvconvert()
999 ret = lvconvert_poll(cmd, lvl->lv, in lvconvert()
H A Dlvresize.c291 struct lv_list *lvl; in _lvresize() local
298 if (!(lvl = find_lv_in_vg(vg, lp->lv_name))) { in _lvresize()
326 lv = lvl->lv; in _lvresize()
H A Dpvmove.c182 struct lv_list *lvl; in _set_up_pvmove_lv() local
204 dm_list_iterate_items(lvl, &vg->lvs) { in _set_up_pvmove_lv()
205 lv = lvl->lv; in _set_up_pvmove_lv()
467 struct lv_list *lvl; in _finish_pvmove() local
478 dm_list_iterate_items(lvl, &lvs_completed) in _finish_pvmove()
480 lvl->lv->status &= ~LOCKED; in _finish_pvmove()
H A Dvgchange.c23 struct lv_list *lvl; in _monitor_lvs_in_vg() local
29 dm_list_iterate_items(lvl, &vg->lvs) { in _monitor_lvs_in_vg()
30 lv = lvl->lv; in _monitor_lvs_in_vg()
59 struct lv_list *lvl; in _activate_lvs_in_vg() local
63 dm_list_iterate_items(lvl, &vg->lvs) { in _activate_lvs_in_vg()
64 lv = lvl->lv; in _activate_lvs_in_vg()
434 struct lv_list *lvl; in _vgchange_uuid() local
452 dm_list_iterate_items(lvl, &vg->lvs) { in _vgchange_uuid()
453 memcpy(&lvl->lv->lvid, &vg->id, sizeof(vg->id)); in _vgchange_uuid()
H A Dvgconvert.c26 struct lv_list *lvl; in vgconvert_single() local
87 dm_list_iterate_items(lvl, &vg->lvs) in vgconvert_single()
88 if (!lvid_in_restricted_range(&lvl->lv->lvid)) { in vgconvert_single()
91 " metadata format.", lvl->lv->name); in vgconvert_single()
97 dm_list_iterate_items(lvl, &vg->lvs) { in vgconvert_single()
98 lv = lvl->lv; in vgconvert_single()
H A Dvgreduce.c57 struct lv_list *lvl; in _remove_lv() local
120 if (!(lvl = dm_pool_alloc(cmd->mem, sizeof(*lvl)))) { in _remove_lv()
124 lvl->lv = lv; in _remove_lv()
139 struct lv_list *lvl; in _consolidate_vg() local
171 struct lv_list *lvl, *lvl2, *lvlt; in _make_vg_consistent() local
332 if (!_remove_lv(cmd, lvl->lv, in _make_vg_consistent()
350 lvl->lv->name); in _make_vg_consistent()
354 lvl->lv->name); in _make_vg_consistent()
361 dm_list_del(&lvl->list); in _make_vg_consistent()
369 lvl->lv->vg->name); in _make_vg_consistent()
[all …]
H A Dlvrename.c35 struct lv_list *lvl; in lvrename() local
114 if (!(lvl = find_lv_in_vg(vg, lv_name_old))) { in lvrename()
120 if (!lv_rename(cmd, lvl->lv, lv_name_new)) in lvrename()
H A Dpolldaemon.c203 struct lv_list *lvl; in _poll_vg() local
208 dm_list_iterate_items(lvl, &vg->lvs) { in _poll_vg()
209 lv = lvl->lv; in _poll_vg()
H A Dtoollib.c102 struct lv_list *lvl; in process_each_lv_in_vg() local
123 dm_list_iterate_items(lvl, &vg->lvs) { in process_each_lv_in_vg()
124 if (lvl->lv->status & SNAPSHOT) in process_each_lv_in_vg()
127 if (lv_is_virtual_origin(lvl->lv) && !arg_count(cmd, all_ARG)) in process_each_lv_in_vg()
138 str_list_match_list(tags, &lvl->lv->tags)) { in process_each_lv_in_vg()
144 str_list_match_item(arg_lvnames, lvl->lv->name)) { in process_each_lv_in_vg()
152 ret = process_single(cmd, lvl->lv, handle); in process_each_lv_in_vg()
1261 struct lv_list *lvl; in vg_refresh_visible() local
1264 dm_list_iterate_items(lvl, &vg->lvs) in vg_refresh_visible()
1265 if (lv_is_visible(lvl->lv)) in vg_refresh_visible()
[all …]

12