Searched defs:lv (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | lvm.h | 75 struct grub_lvm_lv *lv; member in struct:grub_lvm_node
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/ |
H A D | lvm.c | 40 static int is_lv_readable (struct grub_lvm_lv *lv); 109 struct grub_lvm_lv *lv = NULL; 113 for (lv = vg->lvs; lv; lv = lv->next) 114 if ((grub_strcmp (lv->fullname, name) == 0 115 || grub_strcmp (lv->compatname, name) == 0) 116 && is_lv_readable (lv)) 117 return lv; 108 struct grub_lvm_lv *lv = NULL; local 392 struct grub_lvm_lv *lv; local 754 struct grub_lvm_lv *lv; local 771 struct grub_lvm_lv *lv = disk->data; local 794 struct grub_lvm_lv *lv = NULL; local 855 read_lv(struct grub_lvm_lv *lv, grub_disk_addr_t sector, grub_size_t size, char *buf) argument 960 is_lv_readable(struct grub_lvm_lv *lv) argument [all...] |
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 105 Sflong_t lv; local 905 lv = (Sflong_t)((Sfulong_t)argv.vp); 954 { lv = argv.ll; 959 lv = (Sflong_t)argv.l; 960 else lv = (Sflong_t)argv.ul; 964 { sp = fmtscale(lv, scale); 971 if(lv == 0 && precis == 0) 973 if(lv < 0 && fmt == 'd' ) 975 if(lv == HIGHBITL) /* avoid overflow */ 976 { lv [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_hot.c | 1742 SV* lv; local 1748 lv = sv_newmortal(); 1749 sv_upgrade(lv, SVt_PVLV); 1750 LvTYPE(lv) = 'y'; 1751 sv_magic(lv, key2 = newSVsv(keysv), PERL_MAGIC_defelem, Nullch, 0); 1753 LvTARG(lv) = SvREFCNT_inc(hv); 1754 LvTARGLEN(lv) = 1; 1755 PUSHs(lv); 1934 SV *lv = cx->blk_loop.iterlval; local 1935 if (lv 2997 SV* lv; local [all...] |
H A D | regcomp.c | 4835 SV *lv; local 4836 SV *sw = regclass_swash(o, FALSE, &lv, 0); 4838 if (lv) { 4871 char *s = savepv(SvPVX(lv));
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 608 assfail3(const char *a, uintmax_t lv, const char *op, uintmax_t rv, argument 613 a, (u_longlong_t)lv, op, (u_longlong_t)rv, f, l);
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 1665 int lv = 0; local 1707 lv = strtol(cp,&end,0); 1732 *(int*)(op[j].arg) = lv; 1735 (*(void(*)())(op[j].arg))((int)lv);
|
Completed in 63 milliseconds