Searched defs:type (Results 1 - 25 of 2141) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.m_newterm.c49 m_newterm(char *type, FILE *outfptr, FILE *infptr) argument
51 return (newterm(type, outfptr, infptr));
H A DV3.newterm.c51 newterm(char *type, FILE *outfptr, FILE *infptr) argument
54 return (newscreen(type, 0, 0, 0, outfptr, infptr));
H A D_newterm.c49 newterm(char *type, FILE *fout, FILE *fin) argument
51 return (newscreen(type, 0, 0, 0, fout, fin));
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddata.c36 conv_elfdata_type(Elf_Type type, Conv_inv_buf_t *inv_buf) argument
52 if (type >= ELF_T_NUM)
53 return (conv_invalid_val(inv_buf, type, 0));
55 return (MSG_ORIG(types[type]));
H A Drelocate_amd64.c64 conv_reloc_amd64_type(Word type, Conv_fmt_flags_t fmt_flags, argument
67 if (type >= R_AMD64_NUM)
68 return (conv_invalid_val(inv_buf, type, fmt_flags));
69 return (MSG_ORIG(rels[type]));
H A Drelocate_i386.c67 conv_reloc_386_type(Word type, Conv_fmt_flags_t fmt_flags, argument
69 { if (type >= R_386_NUM)
70 return (conv_invalid_val(inv_buf, type, fmt_flags));
71 return (MSG_ORIG(rels[type]));
H A Drelocate_sparc.c91 conv_reloc_SPARC_type(Word type, Conv_fmt_flags_t fmt_flags, argument
94 if (type >= R_SPARC_NUM)
95 return (conv_invalid_val(inv_buf, type, fmt_flags));
96 return (MSG_ORIG(rels[type]));
H A Dsymbols_machelf.c38 conv_sym_value(Half mach, uchar_t type, Addr value, Conv_inv_buf_t *inv_buf) argument
41 (mach == EM_SPARCV9)) && (type == STT_SPARC_REGISTER))
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dmaptype.h41 itmc_map_type_t type; member in struct:__anon603
/illumos-gate/usr/src/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info); local
48 * linker, and will never have associated type information.
58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmutex.c31 int sfmutex(Sfio_t* f, int type) argument
33 int sfmutex(f, type)
35 int type;
39 NOTUSED(f); NOTUSED(type);
59 if(type == SFMTX_LOCK)
61 else if(type == SFMTX_TRYLOCK)
63 else if(type == SFMTX_UNLOCK)
65 else if(type == SFMTX_CLRLOCK)
/illumos-gate/usr/src/uts/intel/syscall/
H A Dinstall_utrap.c35 install_utrap(utrap_entry_t type, argument
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Drmdest.c59 type; local
63 type = S_UNLOAD_PRINTER;
65 type = S_UNLOAD_CLASS;
68 send_message(type, dest, "", "");
69 rc = output(type + 1);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c34 static char type[5]; local
45 type[1] = PP_sync_ignore;
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
58 type[1] = PP_sync;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
61 type[0] = 0;
64 type[0] = ' ';
67 type[2] = ' ';
68 type[3] = PP_sync_hosted;
71 type[
[all...]
H A Dppincref.c26 * the type arg is inclusive or of PP_SYNC_*
32 ppincref(char* parent, char* file, int line, int type) argument
39 if (type & PP_SYNC_PUSH)
43 if (sp->type == IN_FILE)
H A Dppmacref.c31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) argument
39 p += sfsprintf(p, MAXTOKEN, "\n#%s %s:%s %s %d", dirname(PRAGMA), pp.pass, keyname(X_MACREF), sym->name, type);
40 if (type > 0)
/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_stdvbuf.c29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
31 return setvbuf(f, buf, type, size);
H A Dsetvbuf.c27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
29 STDIO_INT(f, "setvbuf", int, (Sfio_t*, char*, int, size_t), (f, buf, type, size))
31 if (type == _IOLBF)
35 else if (type == _IONBF)
40 else if (type == _IOFBF)
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_convrelstr.c88 conv_reloc_SPARC_type(Word type) argument
93 if (type < R_SPARC_NUM)
94 return (rels[type]);
98 strbuf[ndx--] = '0' + (type % 10);
99 type = type / 10;
100 } while ((ndx >= (int)0) && (type > (Word)0));
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_convrelstr.c61 conv_reloc_amd64_type(Word type) argument
66 if (type < R_AMD64_NUM)
67 return (rels[type]);
71 strbuf[ndx--] = '0' + (type % 10);
72 type = type / 10;
73 } while ((ndx >= (int)0) && (type > (Word)0));
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_convrelstr.c64 conv_reloc_386_type(Word type) argument
69 if (type < R_386_NUM)
70 return (rels[type]);
74 strbuf[ndx--] = '0' + (type % 10);
75 type = type / 10;
76 } while ((ndx >= (int)0) && (type > (Word)0));
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dgetmessage.c39 int getmessage ( char * buf, short type, ... ) argument
41 int getmessage (buf, type, va_alist)
43 short type;
52 va_start(arg, type);
57 rval = _getmessage(buf, type, arg);
H A Dputmessage.c37 int putmessage(char * buf, short type, ... ) argument
39 int putmessage(buf, type, va_alist)
41 short type;
50 va_start(arg, type);
55 size = _putmessage(buf, type, arg);
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_netshareenum.h10 uint16_t type; member in struct:share_info
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_cto.c47 socket(int domain, int type, int protocol) { argument
63 ret = (*fptr) (domain, type, protocol);

Completed in 122 milliseconds

1234567891011>>