Searched refs:lv (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMGroup.cpp261 AppleLVMVolume * lv = arLogicalVolumes[index]; local
264 if (lv && lv->isAVolume()) publishVolume(lv);
265 if (lv && lv->isASnapShot()) publishVolume(lv);
276 AppleLVMVolume * lv = arLogicalVolumes[index]; local
278 if (lv && lv
[all...]
H A DAppleLVMStorageRequest.cpp62 // only handle lv
63 AppleLVMVolume * lv = OSDynamicCast(AppleLVMVolume, client); local
64 if (!lv) {
71 if (lv->getTypeID() == kLVMTypeSnapRO) {
72 lv = lv->parentVolume(); // XXX hack
73 assert(lv);
93 if (!memoryDescriptor->configureForMemoryDescriptor(buffer, requestStart, requestSize, lv)) {
175 // only handle lv
176 AppleLVMVolume * lv local
[all...]
H A DAppleLVMGroup.h99 virtual UInt32 getMaxRequestCount(void) const { return 16; }; // XXX 32bit / min lv size + 1
126 virtual bool addLogicalVolumeToTOC(AppleLVMVolume * lv);
127 virtual bool removeLogicalVolumeFromTOC(AppleLVMVolume * lv);
132 virtual IOReturn updateLogicalVolume(AppleLVMVolume * lv, OSDictionary * lveProps, AppleLVMVolumeOnDisk * lve);
133 virtual IOReturn destroyLogicalVolume(AppleLVMVolume * lv);
135 virtual bool publishVolume(AppleLVMVolume * lv);
136 virtual bool unpublishVolume(AppleLVMVolume * lv);
156 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor * memoryDescriptor, UInt64 requestStart, UInt64 requestSize, AppleLVMVolume * lv);
H A DAppleRAID.cpp817 AppleLVMVolume * lv = 0; local
836 lv = findLogicalVolume(lvName);
837 if (!lv) break;
840 props = lv->getVolumeProperties();
878 AppleLVMVolume * lv = 0; local
897 lv = findLogicalVolume(lvName);
898 if (!lv) {
920 UInt64 extentCount = lv->getExtentCount();
927 if (lv->buildExtentList(extent)) {
932 IOLog1("LV %s (%p) has %llu extents.\n", lvString, lv, extentCoun
980 AppleLVMVolume * lv = OSDynamicCast(AppleLVMVolume, findLogicalVolume(lvUUIDString)); local
1021 AppleLVMVolume * lv = findLogicalVolume(lvName); local
[all...]
H A DAppleRAIDMemoryDescriptor.h60 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor * memoryDescriptor, UInt64 requestStart, UInt64 requestSize, AppleLVMVolume * lv) { return false; } argument
H A Dartest.c64 printf("artest --lvlist [--extents] <lv uuid | lvg uuid>\n");
75 printf("artest --lvdestroy <lv uuid>\n");
77 printf("artest --lvmodify <lv uuid> <lvoptions>\n");
78 printf("artest --lvresize <lv uuid> [--size <number>]\n");
79 printf("artest --lvsnap <lv uuid> [--size <number>] --level=\"snap ro\"|\"snap rw\">\n");
465 CFPrintf(CFSTR("\tcontent hint = %@, lv count = %@, free space %@\n"),
713 dumpLogicalVolumeExtents(CFMutableDictionaryRef lv) argument
715 CFStringRef lvUUID = CFDictionaryGetValue(lv, CFSTR(kAppleLVMVolumeUUIDKey));
716 if (!lvUUID) { printf("\ninternal error, no uuid in lv dict\n"); return; };
737 dumpLogicalVolumeProperties(CFMutableDictionaryRef lv) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm84 my $lv;
86 for ($lv = 0; $lv < $maxlv - 1; $lv++) {
87 $idx = $index[$lv];
88 $r->[$idx] = $self->create_imap($lv + 1, undef)
92 $idx = $index[$lv];
152 for (my $lv = 0; $lv < $maxlv; $lv
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dlogmacro.h65 #define LOG_AT_LEVEL(lv, fun, x) do {if (LOGLEVEL >= (lv)) fun x; } while (0)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlogger.tcl175 # lv - the level, as defined in $levels.
185 proc setlevel {lv} {
191 disable $lv 0
192 set newlvl [enable $lv 0]
197 logger::walk [namespace current] [list setlevel $lv]
210 # lv - the level, as defined in $levels.
221 proc enable {lv {recursion 1}} {
223 set lvnum [lsearch -exact $levels $lv]
227 [::logger::mc "Invalid level '%s' - levels are %s" $lv $levels]
234 set newlevel $lv
[all...]
H A Dlog.tcl101 variable lv
102 foreach lv $levels {set cmdMap($lv) ::log::Puts}
103 unset lv
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnode.c91 Tcl_Obj** lv; local
103 lv = NALLOC (lc, Tcl_Obj*);
118 lv [i] = ga_serial (a, empty, id);
123 arcs = Tcl_NewListObj (lc, lv);
124 ckfree ((char*) lv);
H A Dgraph.c137 Tcl_Obj** lv = NALLOC (lc, Tcl_Obj*); local
165 lv [j] = n->base.name;
182 lv [j] = n->base.name;
196 n = gn_get_node (g, lv[k], NULL, NULL);
200 lv [k] = g_attr_serial (n->base.attr, empty);
204 lv [k] = gn_serial_arcs (n, empty, &cn);
208 lv [k] = g_attr_serial (g->attr, empty);
212 ser = Tcl_NewListObj (lc, lv);
216 ckfree ((char*) lv);
222 ckfree ((char*) lv);
245 Tcl_Obj** lv; local
[all...]
H A Darc.c97 Tcl_Obj* lv [4]; local
99 lv [0] = a->base.name;
100 lv [1] = Tcl_NewIntObj (nodeId);
101 lv [2] = g_attr_serial (a->base.attr, empty);
104 lv [3] = a->weight;
105 return Tcl_NewListObj (4, lv);
107 return Tcl_NewListObj (3, lv);
/macosx-10.10.1/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLib.cpp168 SInt32 lv = (p[0] << 16) | (p[1] << 8) | p[2]; local
170 SInt32 lv = p[0] | (p[1] << 8) | (p[2] << 16);
172 lv <<= 8;
174 *dest++ = lv * scale;
234 SInt32 lv = (p[0] << 16) | (p[1] << 8) | p[2]; local
236 SInt32 lv = p[0] | (p[1] << 8) | (p[2] << 16);
238 lv <<= 8;
240 *dest++ = lv * scale;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_cparam_config_critcl.tcl236 Tcl_Obj** lv = NALLOC (3+ac, Tcl_Obj*);
240 memcpy(lv + 3, av, ac * sizeof (Tcl_Obj*));
241 lv [0] = Tcl_NewObj ();
242 lv [1] = Tcl_NewIntObj (1 + lsv [lsc-1]);
243 lv [2] = Tcl_NewIntObj (rde_param_query_cl (p));
245 Tcl_SetObjResult (interp, Tcl_NewListObj (3, lv));
246 ckfree ((char*) lv);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Dm.c215 Tcl_Obj** lv;
216 Tcl_ListObjGetElements(interp, objv[2], &lc, &lv);
487 Tcl_Obj* lv [3];
501 lv [0] = s_new (s_intersect (sa, sb));
502 lv [1] = s_new (s_difference (sa, sb));
503 lv [2] = s_new (s_difference (sb, sa));
505 Tcl_SetObjResult (interp, Tcl_NewListObj (3, lv));
212 Tcl_Obj** lv; local
479 Tcl_Obj* lv [3]; local
H A Ds.c169 Tcl_Obj** lv; local
173 if (Tcl_ListObjGetElements (ip, obj, &lc, &lv) != TCL_OK) {
208 Tcl_GetString (lv[i]), &new);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfvprintf.c105 Sflong_t lv; local
950 lv = (Sflong_t)((Sfulong_t)argv.vp);
999 { lv = argv.ll;
1004 lv = (Sflong_t)argv.l;
1005 else lv = (Sflong_t)argv.ul;
1009 { sp = fmtscale(lv, scale);
1016 if(lv == 0 && precis == 0)
1018 if(lv < 0 && fmt == 'd' )
1020 if(lv == HIGHBITL) /* avoid overflow */
1021 { lv
[all...]
H A Dsfhdr.h648 Lc_numeric_t* lv = (Lc_numeric_t*)LCINFO(AST_LC_NUMERIC)->data; \
649 *(dp) = lv->decimal; \
650 *(tp) = lv->thousand; \
657 do { struct lconv* lv; \
661 if((lv = localeconv())) \
662 { if(lv->decimal_point && *lv->decimal_point) \
663 *(decimal) = *(unsigned char*)lv->decimal_point; \
664 if(lv->thousands_sep && *lv
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c1133 Tcl_Obj* lv [20]; /* Keep uptodate when more keys are added to the dict */
1151 lv [lc ++] = Tcl_NewStringObj ("type",-1);
1152 lv [lc ++] = Tcl_NewStringObj (typeString [framePtr->type],-1);
1153 lv [lc ++] = Tcl_NewStringObj ("line",-1);
1154 lv [lc ++] = Tcl_NewIntObj (framePtr->line[0]);
1155 lv [lc ++] = Tcl_NewStringObj ("cmd",-1);
1156 lv [lc ++] = Tcl_NewStringObj (framePtr->cmd.str.cmd,
1164 lv [lc ++] = Tcl_NewStringObj ("type",-1);
1165 lv [lc ++] = Tcl_NewStringObj (typeString [framePtr->type],-1);
1166 lv [l
1122 Tcl_Obj* lv [20]; /* Keep uptodate when more keys are added to the dict */ local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dtn.c11 static int fill_descendants (TNPtr n, int lc, Tcl_Obj** lv, int at);
847 Tcl_Obj** lv; local
855 lv = NALLOC (lc, Tcl_Obj*);
856 end = fill_descendants (n, lc, lv, 0);
859 return lv;
870 Tcl_Obj** lv; local
873 lv = NALLOC (n->nchildren, Tcl_Obj*);
879 lv [i] = n->child [i]->name;
882 return lv;
1080 fill_descendants (TNPtr n, int lc, Tcl_Obj** lv, in argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-rdial.tcl35 label .lv -textvariable disp_value(rv)
/macosx-10.10.1/vim-55/src/
H A Dhangulin.c39 static int convert_3_to_ks __ARGS((int fv, int mv, int lv, char_u *des));
1542 convert_3_to_ks(fv, mv, lv, des)
1545 int lv;
1554 des[1] = lv;
1559 key[2] = lv;
1594 ks_table2[mi][3] == lv)
1619 *des++ = johab_lcon_to_wan[lv];
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dgw.rb82 def _dump(lv)
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.refresh.c165 int w, i, lv, lh; local
211 lv = vcursor_v;
216 lv--;
217 if (lv < 0)
219 lh = Strlen(Vdisplay[lv]) - 1;
221 if (Vdisplay[lv][lh] != CHAR_DBWIDTH)
224 if (lv < 0) {
231 Vdisplay[lv][lh] = MakeLiteral(cp, 1, Vdisplay[lv][lh]);

Completed in 194 milliseconds

1234