Searched refs:fcode (Results 26 - 50 of 103) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dresource.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
H A Dinit.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dtracing.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dalarm.c34 #include <fcode/private.h>
H A Dframebuffer.c30 #include <fcode/private.h>
H A Dinstance.c32 #include <fcode/private.h>
H A Dmcookie.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
55 * with frame-buffers; 2) if the fcode used the cookie to program the
/opensolaris-onvv-gate/usr/src/lib/efcode/fcdriver/
H A Ddma.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dfcdebug.c36 #include <fcode/private.h>
37 #include <fcode/log.h>
85 cdp->fcode_fd = open("/dev/fcode", O_RDONLY);
93 forth_abort(env, "Can't open /dev/fcode\n");
H A Dioctl.c39 #include <fcode/private.h>
40 #include <fcode/log.h>
H A Dphandle.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dproperty.c34 #include <fcode/private.h>
35 #include <fcode/log.h>
H A Dupload.c37 #include <fcode/private.h>
38 #include <fcode/log.h>
/opensolaris-onvv-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c32 #include <fcode/private.h>
33 #include <fcode/log.h>
H A Dparse.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
78 * <path to fcode image>
97 where = "/fcode/aliases";
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c124 uint32_t fcode; member in union:bsd_db::bsd_dict::__anon6591
563 uint32_t fcode; local
733 fcode = BSD_KEY(ent, c);
745 if (dictp->f.fcode == fcode) {
780 } while (dictp->f.fcode != fcode);
820 dictp->f.fcode = fcode;
907 uint32_t fcode; local
1393 uint32_t fcode; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c108 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon128
439 u_int32_t fcode; local
464 fcode = BSD_KEY(ent, c);
471 if (dictp->f.fcode == fcode) {
485 } while (dictp->f.fcode != fcode);
507 dictp->f.fcode = fcode;
693 u_int32_t fcode; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dconvutf8.c52 static char *ldaptool_convert( const char *src, const char *fcode,
65 ldaptool_convert( const char *src, const char *fcode, argument
75 if (fcode == NULL || tcode == NULL)
78 if (strcasecmp(fcode, tcode) == 0)
81 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c45 uint32_t fcode; member in struct:__anon4972
90 uint32_t fcode; local
96 &fcode, &sr->smb_fid, &is_fsctl, &is_flags) != 0) {
107 if (ioctl_ret_tbl[i].fcode == fcode) {
/opensolaris-onvv-gate/usr/src/ucbcmd/sed/
H A Dsed0.c35 FILE *fcode[NWFILES]; variable
99 fcode[0] = stdout;
499 rep->r1.fcode = fcode[i];
511 if((rep->r1.fcode = fopen(fname[nfiles], "w")) == NULL) {
516 fcode[nfiles++] = rep->r1.fcode;
528 rep->r1.fcode = fcode[i];
540 if((rep->r1.fcode
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c122 char fcode; local
555 switch (fcode = *cp++) {
570 * Conversion is unsigned unless fcode is 'd'.
602 if (fcode == 'd' || fcode == 'D' || fcode == 'i') {
614 if (fcode == 'X')
648 switch (fcode) {
667 if (fsharp && bp != p && fcode == 'o' &&
760 *--suffix = fcode;
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h48 #define FATAL(msg, fcode) \
51 __nisdb_get_tsd()->fatalcode = (int)(fcode); \
55 #define FATAL3(msg, fcode, retval) \
58 __nisdb_get_tsd()->fatalcode = (int)(fcode); \
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h41 #include <sys/fcode.h>
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-embedded-fcode-interpreter.mf32 set name=pkg.fmri value=pkg:/system/embedded-fcode-interpreter@$(PKGVERS)
61 driver name=fcode
63 file path=kernel/drv/$(ARCH64)/fcode group=sys
64 file path=kernel/drv/fcode.conf group=sys
74 file path=usr/lib/efcode/$(ARCH64)/fcode.so
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h33 #include <fcode/debug.h>
66 #include <fcode/engine.h>

Completed in 192 milliseconds

12345