Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 163) sorted by path

1234567

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c176 gfx_parse_mode_str(char *str, int *x, int *y, int *depth) in gfx_parse_mode_str() argument
192 *depth = -1; /* auto select */ in gfx_parse_mode_str()
195 *depth = strtoul(p, &end, 0); in gfx_parse_mode_str()
196 if (*depth == 0 || errno != 0 || *end != '\0') in gfx_parse_mode_str()
H A Dhelp.common93 framebuffer on | off | get | list [depth] | set <display or mode number>
98 EDID, the default resolution will be set to 800x600. If depth is not
99 specified, the best depth is used.
H A Dtem.c380 if (!((temargs.depth == 4) || (temargs.depth == 8) || in tem_info_init()
381 (temargs.depth == 15) || (temargs.depth == 16) || in tem_info_init()
382 (temargs.depth == 24) || (temargs.depth == 32))) { in tem_info_init()
424 if (tems.ts_pdepth != tp->depth) in tems_check_videomode()
491 tems.ts_pdepth = tp->depth; in tems_setup_terminal()
544 tems.ts_pdepth = tp->depth; in tems_setup_terminal()
611 tems.ts_pdepth = devinit->depth; in tems_modechange_callback()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c249 devinit.depth = 4; in plat_cons_update_mode()
258 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()
277 data->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in efi_fb_devinit()
300 data->depth = 4; in efi_text_devinit()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c74 uint_t depth; in efifb_color_depth() local
80 for (depth = 1; mask != 1; depth++) in efifb_color_depth()
82 return (depth); in efifb_color_depth()
297 uint32_t np, depth, refresh; in efifb_from_uga() local
573 uint_t depth; in print_efifb() local
649 else if (depth == -1) in efifb_find_mode_xydm()
652 i = depth; in efifb_find_mode_xydm()
673 if (depth != -1) in efifb_find_mode_xydm()
686 int x, y, depth; in efifb_find_mode() local
817 int depth, d = -1; in command_gop() local
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th1094 depth 2 < if 0 exit then
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c526 vbe_find_mode_xydm(int x, int y, int depth, int m) in vbe_find_mode_xydm() argument
542 else if (depth == -1) in vbe_find_mode_xydm()
545 i = depth; in vbe_find_mode_xydm()
573 if (depth != -1) in vbe_find_mode_xydm()
585 int x, y, depth; in vbe_find_mode() local
587 if (!gfx_parse_mode_str(str, &x, &y, &depth)) in vbe_find_mode()
590 return (vbe_find_mode_xydm(x, y, depth, -1)); in vbe_find_mode()
693 vbe_modelist(int depth) in vbe_modelist() argument
758 if (depth != -1 && mi.BitsPerPixel != depth) in vbe_modelist()
H A Dvidconsole.c192 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()
201 devinit.depth = 4; in plat_cons_update_mode()
220 devinit->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in vidc_vbe_devinit()
240 devinit->depth = 4; in vidc_text_devinit()
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h123 multiboot_uint32_t depth; member
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c134 srch_dir(dev_t device, char *path, int depth, char *skip_dirs[]) in srch_dir() argument
146 if ((skip_dirs != NULL) && (depth != 0)) in srch_dir()
190 } else if ((depth < MAX_SRCH_DEPTH) && in srch_dir()
195 found = srch_dir(device, file_name, depth+1, in srch_dir()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c114 int depth) in lf_lftw() argument
121 rc = (lf_xftw(path, fn, depth, lstat64)); in lf_lftw()
132 int depth, in lf_xftw() argument
135 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw()
179 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw()
208 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw()
253 if (depth <= 1) { in lf_xftw()
262 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
265 if (depth > 1) in lf_xftw()
273 if (depth <= 1) { in lf_xftw()
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync33 it until it successfully endures more in-depth testing.
H A Dconfig.c247 _expand_config_value(const char *value, int depth) in _expand_config_value() argument
262 if (depth > 15) { in _expand_config_value()
306 nestedval = _expand_config_value(cp, depth + 1); in _expand_config_value()
H A Dpci_fbuf.c92 uint16_t depth; member
418 sc->memregs.depth = 32; in pci_fbuf_init()
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup283 find $PUBDIR/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1
284 find $SPOOL/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1
H A Duupick136 find . -depth -print | \
140 find $j -depth -print > $tmpdir/$$uupick
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c331 uch depth[2*L_CODES+1]; member
1803 #define smaller(tree, n, m, depth) \ argument
1805 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
1823 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
1827 if (smaller(tree, v, s->heap[j], s->depth)) break;
1997 s->depth[n] = 0;
2011 s->depth[node] = 0;
2035 s->depth[node] = (uch) (MAX(s->depth[n], s->depth[m]) + 1);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java368 int depth, len = 40; in printDistributionLine() local
379 depth = (int)(f + 0.5); in printDistributionLine()
381 depth = 0; in printDistributionLine()
385 SPACES.substring(depth), val); in printDistributionLine()
391 depth = (int)(f + 0.5); in printDistributionLine()
393 out.printf("%s%s| %-9d\n", SPACES.substring(depth), in printDistributionLine()
394 ATS.substring(len - depth), val); in printDistributionLine()
410 depth = (int)(f + 0.5); in printDistributionLine()
413 out.printf("%s%s|%s %-9d\n", spaces.substring(depth), in printDistributionLine()
414 ats.substring(len - depth), repeat(" ", len), val); in printDistributionLine()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out358 …scall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3], records = [o…
407 …scall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3], records = [o…
457 …scall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3], records = [o…
506 …scall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3], records = [o…
694 serialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
695 deserialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
697 encoded: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
698 decoded: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh83 \$depth = \$1;
85 for (\$i = 0; \$i < \$depth; \$i++) {
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c807 bw_file(FILE *file, struct file *fp, int depth) in bw_file() argument
840 fprintf(file, "FILE %d %c %-20s 0%04o", depth, showtype(ip->f_type), in bw_file()
880 errs |= bw_file(file, cp, depth + 1); in bw_file()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c42 outindent(int depth) in outindent() argument
44 while (depth-- > 0) in outindent()
75 outindent(depth); in evnv_cmpnvl()
85 outindent(depth); in evnv_cmpnvl()
139 outindent(depth); in evnv_cmpnvl()
150 outindent(depth); in evnv_cmpnvl()
161 outindent(depth); in evnv_cmpnvl()
173 outindent(depth); in evnv_cmpnvl()
185 outindent(depth); in evnv_cmpnvl()
197 outindent(depth); in evnv_cmpnvl()
[all …]
H A Devnv.h37 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
H A Dfme.c1979 uint_t depth = 0; in node2fmri() local
1991 depth++; in node2fmri()
2001 pa = alloca(depth * sizeof (nvlist_t *)); in node2fmri()
2002 for (i = 0; i < depth; i++) in node2fmri()
2036 for (i = 0; i < depth; i++) in node2fmri()
2043 for (i = 0; i < depth; i++) in node2fmri()
2061 uint_t depth = 0; in ipath2fmri() local
2068 depth++; in ipath2fmri()
2073 for (i = 0; i < depth; i++) in ipath2fmri()
2107 for (i = 0; i < depth; i++) in ipath2fmri()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c298 storeInfoAboutEntry(int fd, struct pcdir *dp, struct pcdir *ldp, int depth, in storeInfoAboutEntry() argument
333 for (i = 0; i < depth; i++) in storeInfoAboutEntry()
417 int32_t currentCluster, int depth, char *recordPath, int *pathLen) in catalogEntry() argument
422 storeInfoAboutEntry(fd, dp, longdp, depth, currentCluster, in catalogEntry()
489 int32_t dirDataLen, int depth, int descend, int operation, in visitNodes() argument
543 catalogEntry(fd, dp, longdp, longStart, depth, in visitNodes()
548 traverseDir(fd, extractStartCluster(dp), depth + 1, in visitNodes()
580 depth, descend, operation, matchRequired, in visitNodes()
597 traverseFromRoot(int fd, int depth, int descend, int operation, in traverseFromRoot() argument
601 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth, in traverseFromRoot()
[all …]

1234567