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

123

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.c460 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
493 struct lv_list *lvl; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dpcctwo.c134 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);
131 pcctwointr_establish( int vec, int (*hand)(void *), int lvl, void *arg, struct evcnt *evcnt) argument
H A Dvme_two_isr.c249 vmetwo_intr_establish(void *csc, int prior, int lvl, int vec, int first, int (*hand)(void *), void *arg, struct evcnt *evcnt) argument
286 bitoff = lvl - 1;
304 mvmebus_irq_name[lvl]);
345 vmetwo_intr_disestablish(void *csc, int lvl, int vec, int last, struct evcnt *evcnt) argument
374 bitoff = lvl - 1;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dvgreduce.c57 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, *lvl local
[all...]
H A Dvgconvert.c26 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;
H A Dlvrename.c35 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))
H A Dvgchange.c23 struct lv_list *lvl; local
29 dm_list_iterate_items(lvl, &vg->lvs) {
30 lv = lvl->lv;
59 struct lv_list *lvl; local
63 dm_list_iterate_items(lvl, &vg->lvs) {
64 lv = lvl->lv;
434 struct lv_list *lvl; local
452 dm_list_iterate_items(lvl, &vg->lvs) {
453 memcpy(&lvl->lv->lvid, &vg->id, sizeof(vg->id));
H A Dpvmove.c182 struct lv_list *lvl; local
204 dm_list_iterate_items(lvl, &vg->lvs) {
205 lv = lvl->lv;
467 struct lv_list *lvl; local
478 dm_list_iterate_items(lvl, &lvs_completed)
480 lvl->lv->status &= ~LOCKED;
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/include/security/
H A Dopenpam.h186 #define openpam_log(lvl, ...) \
187 _openpam_log((lvl), __func__, __VA_ARGS__)
189 #define openpam_log(lvl, ...) \
190 _openpam_log((lvl), __func__, __VA_ARGS__)
192 #define openpam_log(lvl, fmt...) \
193 _openpam_log((lvl), __func__, ##fmt)
195 #define openpam_log(lvl, fmt...) \
196 _openpam_log((lvl), __func__, ##fmt)
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daecommon.h111 #define TEST_OUTPUT_LEVEL(lvl) if ((lvl) & OutputLevel)
113 #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Daddipopt.c23 u_char lvl; local
41 lvl = seclevel(class);
42 *(op - 1) = lvl;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dxutil.c85 static void real_plog(int lvl, const char *fmt, va_list vargs)
319 show_time_host_and_name(int lvl) argument
351 switch (lvl) {
438 plog(int lvl, const char *fmt, ...) argument
446 real_plog(lvl, fmt, ap);
452 real_plog(int lvl, const char *fmt, va_list vargs) argument
460 if (!(xlog_level & lvl))
482 switch (lvl) { /* from mike <mcooper@usc.edu> */
484 lvl = LOG_CRIT;
487 lvl
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dpcc.c248 pccintr_establish(int pccvec, int (*hand)(void *), int lvl, void *arg, argument
257 if (lvl < 1 || lvl > 7) {
258 printf("pcc: illegal interrupt level: %d\n", lvl);
263 isrlink_vectored(hand, arg, lvl, pccvec + PCC_VECBASE, evcnt);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_lv.c110 struct lv_list *lvl; local
122 lvl = find_lv_in_vg(vg, name);
123 if (!lvl)
125 return (lv_t) lvl->lv;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.c354 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...]
H A Dmirror.c390 struct lv_list *lvl; local
399 dm_list_iterate_items(lvl, mimages)
400 img_lvs[i++] = lvl->lv;
503 struct lv_list *lvl; local
543 if (!(lvl = dm_pool_alloc(lv->vg->cmd->mem, sizeof(*lvl)))) {
547 lvl->lv = seg_lv(mirrored_seg, m);
548 dm_list_add(&tmp_orphan_lvs, &lvl->list);
639 dm_list_iterate_items(lvl, &tmp_orphan_lvs)
640 if (!_delete_lv(lv, lvl
1052 struct lv_list *lvl; local
1095 struct lv_list *lvl, *lvl1; local
1164 struct lv_list *lvl; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap.h88 #define pl_i(va, lvl) \
89 (((VA_SIGN_POS(va)) & ptp_masks[(lvl)-1]) >> ptp_shifts[(lvl)-1])
91 #define pl_i_roundup(va, lvl) pl_i((va)+ ~ptp_masks[(lvl)-1], (lvl))
100 #define ptp_va2o(va, lvl) (pl_i(va, (lvl)+1) * PAGE_SIZE)
149 struct uvm_object pm_obj[PTP_LEVELS-1]; /* objects for lvl >= 1) */
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcpcd-run-hooks.in143 local lvl="$1"
145 [ -n "$lvl" ] && shift
148 logger -t dhcpcd -p daemon."$lvl" -is "$interface: $*"
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmatch.c540 int lvl = 10, idx = 0, gol = 0, gor = 0; local
585 if (lvl <= (shl + shr))
587 lvl = shl + shr;
593 if (lvl == 10) {
655 int lvl = 10, gol = 0, gor = 0; local
686 if (lvl <= (shl + shr))
688 lvl = shl + shr;
693 if (lvl == 10) {
733 int i, sh, shl, shr, lvl = 10; local
789 if (lvl <
1078 int i, sh, shl, shr, lvl = 10; local
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dipsopt.c90 u_char lvl; local
119 lvl = ipseclevel(class);
120 *(op - 1) = lvl;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dpcy_node.c174 int policy_node_match(const X509_POLICY_LEVEL *lvl, argument
181 if ( (lvl->flags & X509_V_FLAG_INHIBIT_MAP)
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacdebug.h72 #define DBTEST_OUTPUT_LEVEL(lvl) if (AcpiGbl_DbOpt_verbose)
73 #define VERBOSE_PRINT(fp) DBTEST_OUTPUT_LEVEL(lvl) {\
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/api/
H A Dtest.c175 struct lvm_lv_list *lvl; local
176 dm_list_iterate_items(lvl, lvs) {
178 dm_hash_insert(_lvname_hash, lvm_lv_get_name(lvl->lv), lvl->lv);
498 struct lvm_lv_list *lvl; local
509 dm_list_iterate_items(lvl, lvs) {
512 lvm_lv_get_name(lvl->lv), lvm_lv_get_uuid(lvl->lv),
513 lvm_lv_get_size(lvl->lv),
514 lvm_lv_is_active(lvl
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlauxlib.c406 B->lvl++;
413 if (B->lvl > 1) {
419 if (B->lvl - toget + 1 >= LIMIT || toplen > l) {
424 } while (toget < B->lvl);
426 B->lvl = B->lvl - toget + 1;
451 lua_concat(B->L, B->lvl);
452 B->lvl = 1;
468 B->lvl++; /* add new value into B stack */
477 B->lvl
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c1299 submac(struct symtab *sp, int lvl) argument
1306 DPRINT(("%d:submac1: trying '%s'\n", lvl, sp->namep));
1353 DPRINT(("%d:submac: continue macro '%s'\n", lvl, sp->namep));
1358 DDPRINT(("%d:noreadargs\n", lvl));
1366 DDPRINT(("%d:submac pre\n", lvl));
1369 subarg(sp, argary, lvl+1);
1371 DDPRINT(("%d:submac post\n", lvl));
1376 DPRINT(("%d:Return submac\n", lvl));
1560 subarg(struct symtab *nl, const usch **args, int lvl) argument
1565 DPRINT(("%d:subarg '%s'\n", lvl, n
1661 exparg(int lvl) argument
[all...]

Completed in 861 milliseconds

123