Searched refs:fb (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/svc/milestone/
H A Ddevices-local61 if [ -h /dev/fb ]; then
62 fblink=`ls -l /dev/fb | /usr/bin/awk '{ print $11 }'`
65 rm -f /dev/fb
66 ln -s $1 /dev/fb
69 rm -f /dev/fb
70 ln -s $1 /dev/fb
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dsun7i-a20-hdmi.dtsi42 fb: fb@01e60000 {
43 compatible = "allwinner,sun7i-a20-fb";
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c23 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, argument
49 if (iflong) putl(-1L, fb);
50 else putw(-1, fb);
62 putl(opoint = point, fb);
64 putw((int)(opoint = point), fb);
69 if (iflong) putl(-1L, fb);
70 else putw(-1, fb);
H A Dhunt8.c40 FILE *fa, *fb; local
47 fb = iopen(indexname, "");
48 if (gdate(fb) > gdate(fa)) {
56 unopen(fb);
H A Dinv5.c23 recopy(FILE *ft, FILE *fb, FILE *fa, int nhash) argument
25 /* copy fb (old hash items/pointers) to ft (new ones) */
58 fseek(fb, lp, 0);
59 while ((k = (*getfun)(fb)) != -1)
62 fclose(fb);
H A Dinv1.c41 FILE *fa, *fb, *fc, *fta, *ftb, *ftc; local
113 fb = 0;
115 if (fb = fopen(nmb, "r")) {
120 nhash = recopy(ftb, fb, fopen(nma, "r"));
151 fb = fopen(nmb, "w");
152 whash(fta, fa, fb, nhash, iflong, &keys, &hashes);
H A Dhunt1.c59 static FILE *fa, *fb, *fc; local
155 fclose(fb);
163 fb = NULL;
166 fb = fopen(nmb, "r");
169 if (fb == NULL || fc == NULL) {
173 indexdate = gdate(fb);
204 if (fb != NULL) {
205 nfound = doquery(hpt, nhash, fb, nitem, qitem, master);
H A Dhunt2.c37 doquery(long *hpt, int nhash, FILE *fb, int nitem, argument
101 assert(fb != NULL);
102 assert(fseek(fb, lp, 0) != -1);
105 master.b[i] = getl(fb);
107 master.a[i] = getw(fb);
137 assert(fseek(fb, lp, 0) != -1);
145 k = getl(fb);
147 k = getw(fb);
295 getl(FILE *fb) argument
297 return (getw(fb));
[all...]
H A Dglue1.c63 static FILE *fa, *fb, *fc; local
148 unopen(fb);
156 fb = iopen(indexname, ".ib");
160 fprintf(stderr, "opened f's as %o %o %o\n", fa, fb, fc);
162 indexdate = gdate(fb);
245 fprintf(stderr, "approaching doquery fb %o\n", fb);
247 nfound = doquery(hpt, nhash, fb, nitem, qitem, masterp);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c690 fastboot_file_t *fb = &nk->fi_files[i]; local
696 if ((fb->fb_pte_list_va = contig_alloc(size,
700 fb->fb_pte_list_size = size;
728 fastboot_cksum_file(fastboot_file_t *fb, uchar_t *md5_hash) argument
733 MD5Update(&md5_ctx, (void *)fb->fb_va, fb->fb_size);
741 fastboot_free_file(fastboot_file_t *fb) argument
745 fsize_roundup = P2ROUNDUP_TYPED(fb->fb_size, PAGESIZE, size_t);
747 contig_free((void *)fb->fb_va, fsize_roundup);
748 fb
757 fastboot_free_file_pte(fastboot_file_t *fb, uint64_t endaddr) argument
888 fastboot_file_t *fb; local
1299 fastboot_file_t *fb = &nk->fi_files[FASTBOOT_SWTCH]; local
1337 fastboot_file_t *fb; local
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
281 memcpy(*tb, *fb, fz);
294 if ((tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, *tn)) && tz <= *tn)
311 while (!(tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)fz, (LPWSTR)*tb, 0)))
338 ub = (LPWSTR)*fb;
340 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, 0)))
344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un)))
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
395 if (ub != (LPWSTR)*fb)
399 *fb
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1001 bin2scu(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1235 _ast_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1340 _ast_iconv_write(_ast_iconv_t cd, Sfio_t* op, char** fb, size_t* fn, size_t* e) argument
1397 char* fb; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c46 #define FAB_FIRE_PEC_BIT(fb) "ereport.io." PCIEX_FIRE "." FIRE_PEC_ ## fb
47 #define FAB_FIRE_DMC_BIT(fb) "ereport.io." PCIEX_FIRE "." FIRE_DMC_ ## fb
48 #define FAB_N2_DMU_BIT(fb) "ereport.io.n2.dmu." fb
49 #define FAB_OB_PEC_BIT(fb) "ereport.io." PCIEX_OBERON "." FIRE_PEC_ ## fb
51 #define FAB_FIRE_UE(fb, bit, sts, bdg) \
52 FAB_FIRE_PEC_BIT(fb), PCIE_AER_UCE
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmain.c459 Ldup(int fa, int fb) argument
463 dup(fa | DUPFLG, fb);
465 ioctl(fb, FIOCLEX, 0);
470 if (fa != fb) {
471 close(fb);
472 fcntl(fa, 0, fb); /* normal dup */
475 fcntl(fb, 2, 1); /* autoclose for fb */
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c270 __ieee_flags_type fb; local
279 __get_ieee_flags(&fb);
294 __set_ieee_flags(&fb);
300 __set_ieee_flags(&fb);
318 __get_ieee_flags(&fb);
347 __set_ieee_flags(&fb);
360 __set_ieee_flags(&fb);
373 __set_ieee_flags(&fb);
390 __set_ieee_flags(&fb);
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c610 struct buf *fb, int *with_mmap)
635 fb->sz = (size_t)st.st_size;
636 fb->buf = mmap(NULL, fb->sz, PROT_READ, MAP_SHARED, fd, 0);
637 if (fb->buf != MAP_FAILED)
655 fb->sz = 0;
656 fb->buf = NULL;
658 if (off == fb->sz) {
659 if (fb->sz == (1U << 31)) {
664 resize_buf(fb, 6553
609 read_whole_file(struct mparse *curp, const char *file, int fd, struct buf *fb, int *with_mmap) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c360 Prom_node *fb; local
376 for (fb = dev_find_node_by_type(board->nodes, "device_type", "display");
377 fb != NULL;
378 fb = dev_next_node_by_type(fb, "device_type", "display")) {
379 value = get_prop_val(find_prop(fb, "name"));
395 card.slot = get_id(fb);
399 value = get_prop_val(find_prop(fb, "board_type"));
416 value = get_prop_val(find_prop(fb,
426 value = get_prop_val(find_prop(fb, "mode
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c78 char fbuf[PATH_MAX+1], *fb; local
114 if ((fb = strchr(fbuf, '\n')) != NULL) {
119 *fb = '\0';
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java70 Font fb = new Font(f.getName(), f.PLAIN, f.getSize());
72 textArea.setFont(fb);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c201 fakebpf_t *fb; local
205 i = fp->fr_dsize / sizeof(*fb);
207 for (fb = fp->fr_data, s = ""; i; i--, fb++, s = " ")
208 printf("%s%#x %#x %#x %#x", s, fb->fb_c, fb->fb_t,
209 fb->fb_f, fb->fb_k);
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h26 int fb; /* 5 <= fb <= 273, default = 32 */ member in struct:_CLzmaEncProps
/illumos-gate/usr/src/lib/libast/common/string/
H A Dbase64.c51 base64encode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
64 fp = fe = (unsigned char*)fb;
162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
184 fp = (unsigned char*)fb;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c814 struct frentry fb, *fg; local
819 fb.fr_next = fp;
828 rule.iri_rule = &fb;
908 struct frentry fb, *fg; local
913 fb.fr_next = fp;
919 fp = fb.fr_next;
920 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
921 sizeof(fb)) == -1) {
927 type = fb
[all...]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c192 char fb[NDLBUFSZ]; local
204 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
206 "", ti->type_name->n_sym->name, *fb ? " " : "", fb);
210 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
212 "struct ", ti->type_name->n_sym->name, *fb ? " " : "", fb);
216 type_ident_decl1(tup->up, fb, NDLBUFSZ, ident);
218 "union ", ti->type_name->n_sym->name, *fb ? " " : "", fb);
[all...]
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c70 struct vgaregmap fb; member in struct:vgatext_softc
430 (caddr_t *)&softc->fb.addr,
432 &dev_attr, &softc->fb.handle);
435 softc->fb.mapped = B_TRUE;
439 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE;
441 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE;
502 if (softc->fb.mapped)
503 ddi_regs_map_free(&softc->fb.handle);
1217 to = (unsigned char *)softc->fb.addr + i * 0x20;
1374 * This vgatext function is used to return the fb, an
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h631 #define SHMEM_ARRAY_BITPOS(i, eb, fb) \
632 ((((32/(fb)) - 1 - ((i)/((fb)/(eb))) % (32/(fb))) * (fb)) + \
633 (((i)%((fb)/(eb))) * (eb)))
635 #define SHMEM_ARRAY_GET(a, i, eb, fb) \
636 ((a[SHMEM_ARRAY_ENTRY(i, eb)] >> SHMEM_ARRAY_BITPOS(i, eb, fb)) & \
639 #define SHMEM_ARRAY_SET(a, i, eb, fb, val) \
642 SHMEM_ARRAY_BITPOS(i, eb, fb)); \
[all...]

Completed in 119 milliseconds

12