Searched defs:depth (Results 1 - 25 of 61) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dvesa_modes_table.h12 grub_uint8_t depth; member in struct:grub_vesa_mode_table_entry
/osnet-11/usr/src/lib/libc/port/gen/
H A Dftw.c57 ftw(const char *path, int (*fn)(), int depth) argument
59 return (_xftw(_XFTWVER, path, fn, depth));
H A D_xftw.c32 * int _xftw(path, fn, depth) char *path; int (*fn)(); int depth;
73 * The third argument to _xftw does not limit the depth to which
74 * _xftw will go. Rather, it limits the depth to which _xftw will
80 * during the call to openat(), therefore if the depth argument
128 int (*fn)(const char *, const struct stat *, int), int depth)
134 var.odepth = depth;
135 rc = fwalk(path, fn, depth, &var);
144 int depth, struct Var *vp)
235 * If we are about to exceed our depth,
127 _xftw(int ver, const char *path, int (*fn)(const char *, const struct stat *, int), int depth) argument
143 fwalk(const char *path, int (*fn)(const char *, const struct stat *, int), int depth, struct Var *vp) argument
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dftw.c45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument
47 NoP(depth);
H A Dnftw.c53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
55 NoP(depth);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcrypto.c41 static int depth = 0; local
45 if (depth)
47 depth++;
57 depth--;
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtstat.c30 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) argument
32 static void dttstat(ds,root,depth,level)
35 int depth;
40 dttstat(ds,root->left,depth+1,level);
42 dttstat(ds,root->right,depth+1,level);
43 if(depth > ds->dt_n)
44 ds->dt_n = depth;
46 level[depth] += 1;
/osnet-11/usr/src/lib/libumem/common/
H A Dgetpcstack.c52 * Returns MIN(current stack depth, pcstack_limit).
60 int depth = 0; local
134 while (depth < pcstack_limit) {
183 pcstack[depth++] = fp->fr_savpc;
187 return (depth);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java35 * direction (entry or return) and depth in the call stack. This
77 new String[] {"kind", "depth"})
113 private final int depth; field in class:Flow
117 * depth. Supports XML persistence.
121 * @param flowDepth current depth in the call stack
132 depth = flowDepth;
133 if (depth < 0) {
134 throw new IllegalArgumentException("depth is negative");
152 * Gets the current depth in the call stack.
157 * entered two functions but only returned from one, the depth i
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideoinfo.c30 static unsigned height, width, depth; variable
39 if (depth && info->bpp != depth)
120 height = width = depth = 0;
137 depth = grub_strtoul (ptr, &ptr, 0);
/osnet-11/usr/src/grub/grub2/grub-core/video/emu/
H A Dsdl.c77 int depth; local
81 /* Decode depth from mode_type. If it is zero, then autodetect. */
82 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
85 if (depth == 0)
86 depth = 32;
98 window = SDL_SetVideoMode (width, height, depth, flags | SDL_HWSURFACE);
100 window = SDL_SetVideoMode (width, height, depth, flags | SDL_SWSURFACE);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h50 unsigned depth; member in struct:multiboot_header
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c139 int n, allocd, depth; local
153 depth = 0;
156 node_array = REALLOC(node_array, allocd*(depth+1));
159 node_array[depth] = pd;
168 depth++;
172 for (n = 0; n < (depth-1); n++) {
178 for (n = 0; n < depth; n++) {
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dradeon_fuloong2e.c67 int depth; local
94 /* Decode depth from mode_type. If it is zero, then autodetect. */
95 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
99 || (depth != 16 && depth != 0))
H A Dbochs.c207 int depth; local
234 /* Decode depth from mode_type. If it is zero, then autodetect. */
235 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
256 if (depth == 0
259 depth = 24;
261 if (depth == 0)
262 depth = 8;
264 if (depth != 32 && depth != 24 && depth !
[all...]
H A Defi_gop.c228 unsigned int depth; local
236 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
246 && (depth == bpp || depth == 0))
281 grub_dprintf ("video", "GOP: mode %d: depth %d\n", mode, bpp);
285 && (bpp == depth || depth == 0)))
H A Defi_uga.c165 grub_uint32_t width, height, depth, rate, pixel; local
168 if (efi_call_5 (c->get_mode, c, &width, &height, &depth, &rate))
206 unsigned int depth; local
209 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
221 ((! depth) || (depth == d)))
H A Dsis315pro.c91 int depth; local
124 /* Decode depth from mode_type. If it is zero, then autodetect. */
125 depth = (mode_type & GRUB_VIDEO_MODE_TYPE_DEPTH_MASK)
129 || (depth != 8 && depth != 0))
H A Dvideo.c423 /* Parse <width>x<height>[x<depth>]*/
425 parse_modespec (const char *current_mode, int *width, int *height, int *depth) argument
430 *width = *height = *depth = -1;
467 /* We have optional color depth value. */
476 /* Convert color depth value. */
478 *depth = grub_strtoul (value, 0, 0);
568 int depth = -1; local
616 err = parse_modespec (current_mode, &width, &height, &depth);
627 /* If user requested specific depth check if this depth i
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c171 int width, int height, int depth,
191 if (depth && width && height)
193 height, depth, width, height);
170 grub_multiboot_set_console(int console_type, int accepted_consoles, int width, int height, int depth, int console_req) argument
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c299 elt_print(const char *name, ctf_id_t id, ulong_t off, int depth, void *data) argument
307 for (d = pap->pa_depth - 1; d >= depth; d--) {
309 (depth + pap->pa_nest) * 4, "");
319 (void) fprintf(ABISTREAM, "%*s", (depth + pap->pa_nest) * 4, "");
/osnet-11/usr/src/cmd/hal/tools/
H A Dlshal.c205 * @param depth Current recursion depth
209 dump_children (char *udi, int num_devices, struct Device *devices, int depth) argument
230 for (j = 0;j < depth;j++)
241 dump_children(devices[i].name, num_devices, devices, depth + 1);
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c93 int nvprt_indent; /* absolute indent, or tab depth */
156 int depth; local
165 depth = pctl->nvprt_indent + onemore;
166 while (depth-- > 0)
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c707 indent(FILE *fp, int depth) argument
709 while (depth-- > 0)
717 asr_nvl_print_jsoni(FILE *fp, nvlist_t *nvl, int depth, char quote, char *sep) argument
737 if (depth > 1)
742 indent(fp, depth);
1003 asr_nvl_print_jsoni(fp, val, depth + 1, quote, sep);
1013 fp, val[i], depth + 1, quote, sep);
1027 indent(fp, depth - 1);
1047 indentb(asr_buf_t *out, int depth) argument
1050 while (depth
1087 asr_nvl_tostringi(asr_buf_t *out, nvlist_t *nvl, int depth, char quote, char *sep) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1023 int depth = 0; variable
1035 for (i=depth; i; i--)
1042 depth++;
1045 depth--;
1046 for (i=depth; i; i--)

Completed in 108 milliseconds

123