HomeSort by: relevance | last modified time | path
    Searched refs:lvl (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/ntp/dist/include/
ntp_debug.h 23 #define TRACE(lvl, arg) \
25 if (debug >= (lvl)) \
  /src/sys/arch/sparc/include/
locore.h 36 void ft_tlb_flush(int va, int ctx, int lvl);
  /src/external/gpl2/lvm2/dist/lib/locking/
locking.c 460 struct lv_list *lvl; local
462 dm_list_iterate_items(lvl, lvs)
463 resume_lv(cmd, lvl->lv);
472 struct lv_list *lvl; local
474 dm_list_iterate_items(lvl, lvs) {
475 if (!suspend_lv(cmd, lvl->lv)) {
476 log_error("Failed to suspend %s", lvl->lv->name);
477 dm_list_uniterate(lvh, lvs, &lvl->list) {
478 lvl = dm_list_item(lvh, struct lv_list);
479 resume_lv(cmd, lvl->lv)
493 struct lv_list *lvl; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-system-call.S 11 .macro set_evt lvl:req, sym:req
13 [P5 + 4 * \lvl\()] = R1;
cec-exact-exception.S 10 .macro set_evt lvl:req, sym:req
12 [P5 + 4 * \lvl\()] = R1;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-system-call.S 11 .macro set_evt lvl:req, sym:req
13 [P5 + 4 * \lvl\()] = R1;
cec-exact-exception.S 10 .macro set_evt lvl:req, sym:req
12 [P5 + 4 * \lvl\()] = R1;
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 87 scan_l1(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl))
107 scan_l2(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl))
134 scan_l3(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl))
161 scan_l4(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl))
188 scan_tree(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl))
199 count_krwx(pd_entry_t pde, size_t slot, int lvl)
201 if (lvl == NLEVEL && slot < 256) {
207 if (lvl != 1 && !is_flag(pde, PTE_PS)) {
211 if (lvl == 4) {
213 } else if (lvl == 3)
    [all...]
  /src/external/bsd/file/dist/src/
is_json.c 54 printf("%*s%s [%.2x/%c] %.*s\n", (int)lvl, "", (a), *(b), *(b), \
134 size_t lvl __file_debugused)
187 size_t *st, size_t lvl)
198 if (!json_parse(&uc, ue, st, lvl + 1))
224 size_t *st, size_t lvl)
241 if (!json_parse_string(&uc, ue, lvl)) {
252 if (!json_parse(&uc, ue, st, lvl + 1)) {
281 size_t lvl __file_debugused)
333 const char *str, size_t len, size_t lvl __file_debugused)
353 size_t *st, size_t lvl)
    [all...]
  /src/sys/dev/mvme/
pcctwo.c 134 int lvl,
145 if (lvl < 1 || lvl > 7) {
146 printf("pcctwo: illegal interrupt level: %d\n", lvl);
160 lvl, vec + sys_pcctwo->sc_vecbase, evcnt);
164 VEC2ICSR_INIT(vec2icsr) | lvl);
  /src/external/gpl2/lvm2/dist/tools/
vgreduce.c 57 struct lv_list *lvl; local
120 if (!(lvl = dm_pool_alloc(cmd->mem, sizeof(*lvl)))) {
124 lvl->lv = lv;
125 dm_list_add(lvs_changed, &lvl->list);
139 struct lv_list *lvl; local
142 dm_list_iterate_items(lvl, &vg->lvs)
143 if (lvl->lv->status & PARTIAL_LV) {
145 "or removed. ", lvl->lv->name);
171 struct lv_list *lvl, *lvl2, *lvlt local
    [all...]
vgconvert.c 26 struct lv_list *lvl; local
87 dm_list_iterate_items(lvl, &vg->lvs)
88 if (!lvid_in_restricted_range(&lvl->lv->lvid)) {
91 " metadata format.", lvl->lv->name);
97 dm_list_iterate_items(lvl, &vg->lvs) {
98 lv = lvl->lv;
lvrename.c 35 struct lv_list *lvl; local
114 if (!(lvl = find_lv_in_vg(vg, lv_name_old))) {
120 if (!lv_rename(cmd, lvl->lv, lv_name_new))
  /src/sys/arch/x86/include/
pte.h 64 #define pl_pi(va, lvl) \
65 (((VA_SIGN_POS(va)) & ptp_masks[(lvl)-1]) >> ptp_shifts[(lvl)-1])
  /src/external/bsd/ipf/dist/lib/
addipopt.c 23 u_char lvl; local
41 lvl = seclevel(class);
42 *(op - 1) = lvl;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen8_ppgtt.c 85 #define gen8_pd_shift(lvl) ((lvl) * ilog2(GEN8_PDES))
86 #define gen8_pd_index(i, lvl) i915_pde_index((i), gen8_pd_shift(lvl))
87 #define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT + gen8_pd_shift(lvl))
88 #define __gen8_pte_index(a, lvl) i915_pde_index((a), __gen8_pte_shift(lvl))
93 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx)
95 const int shift = gen8_pd_shift(lvl);
    [all...]
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 81 static void real_plog(int lvl, const char *fmt, va_list vargs)
321 show_time_host_and_name(int lvl)
353 switch (lvl) {
459 plog(int lvl, const char *fmt, ...)
480 real_plog(lvl, fmt, ap);
492 real_plog(int lvl, const char *fmt, va_list vargs)
500 if (!(xlog_level & lvl))
522 switch (lvl) { /* from mike <mcooper@usc.edu> */
524 lvl = LOG_CRIT;
527 lvl = LOG_ERR
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aecommon.h 115 #define TEST_OUTPUT_LEVEL(lvl) if ((lvl) & OutputLevel)
117 #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
  /src/usr.bin/rump_wmd/
rump_wmd.sh 73 { lvl=$1; shift; echo DEBUG${lvl}: $* >&2; }
  /src/external/bsd/openpam/dist/include/security/
openpam.h 222 #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), __func__, ##fmt)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 252 #define ZFS_LOG(lvl, ...) do { \
253 if (((lvl) & 0xff) <= zfs_debug_level) { \
255 printf("%s:%u[%d]: ", __func__, __LINE__, (lvl)); \
258 if ((lvl) & 0x100) \
269 #define ZFS_LOG(lvl, ...) do { \
270 if (((lvl) & 0xff) <= zfs_debug_level) { \
272 printf("%s:%u[%d]: ", __func__, __LINE__, (lvl)); \
275 if ((lvl) & 0x100) \
  /src/sys/arch/mvme68k/dev/
pcc.c 249 pccintr_establish(int pccvec, int (*hand)(void *), int lvl, void *arg,
258 if (lvl < 1 || lvl > 7) {
259 printf("pcc: illegal interrupt level: %d\n", lvl);
264 isrlink_vectored(hand, arg, lvl, pccvec + PCC_VECBASE, evcnt);
  /src/external/gpl2/lvm2/dist/liblvm/
lvm_lv.c 110 struct lv_list *lvl; local
122 lvl = find_lv_in_vg(vg, name);
123 if (!lvl)
125 return (lv_t) lvl->lv;
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c 354 struct lv_list *lvl; local
358 if (!(lvl = find_lv_in_vg(vg_from, lv_name))) {
368 dm_list_iterate_items(lvseg, &lvl->lv->segments) {
463 struct lv_list *lvl; local
466 lvl = dm_list_item(lst, struct lv_list);
467 if (!lv_remove_with_dependencies(cmd, lvl->lv, force))
756 struct lv_list *lvl; local
759 dm_list_iterate_items(lvl, &vg->lvs)
760 if (lv_has_unknown_segments(lvl->lv))
919 struct lv_list *lvl; local
1134 struct lv_list *lvl; local
1641 struct lv_list *lvl; local
1660 struct lv_list *lvl; local
1672 struct lv_list *lvl; local
1684 struct lv_list *lvl = find_lv_in_vg(vg, lv_name); local
1786 struct lv_list *lvl; local
1798 struct lv_list *lvl; local
2047 struct lv_list *lvl; local
2096 struct lv_list *lvl, *lvl2; local
2788 struct lv_list *lvl; local
2896 struct lv_list *lvl; local
    [all...]
  /src/external/bsd/dhcpcd/dist/hooks/
dhcpcd-run-hooks 170 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: $*"

Completed in 33 milliseconds

1 2 3 4 5