/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | asltypes.y | 161 %type <n> ArgList 162 %type <n> AslCode 163 %type <n> BufferData 164 %type <n> BufferTermData 165 %type <n> CompilerDirective 166 %type <n> DataObject 167 %type <n> DefinitionBlockTerm 168 %type <n> DefinitionBlockList 169 %type <n> IntegerData 170 %type < [all...] |
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_type_links.c | 52 struct symbol *type; local 57 type = get_type(expr->right); 58 if (!type || type->type != SYM_PTR) 60 type = get_real_base_type(type); 61 if (!type || type->type ! [all...] |
H A D | check_array_condition.c | 32 struct symbol *type; local 35 if (expr->type != EXPR_DEREF) 37 type = get_type(expr); 38 if (!type || type->type != SYM_ARRAY)
|
H A D | symbol.h | 56 enum type { enum 117 enum keyword type; member in struct:symbol_op 139 enum type type:8; member in struct:symbol 305 extern struct symbol *create_symbol(int stream, const char *name, int type, int namespace); 311 extern struct symbol *alloc_symbol(struct position, int type); 328 extern const char* get_type_name(enum type type); 346 // test if type is an integer type 350 is_int_type(const struct symbol *type) argument 360 is_enum_type(const struct symbol *type) argument 376 is_type_type(struct symbol *type) argument 381 is_ptr_type(struct symbol *type) argument 390 is_func_type(struct symbol *type) argument 397 is_array_type(struct symbol *type) argument 404 is_float_type(struct symbol *type) argument 411 is_byte_type(struct symbol *type) argument 416 is_void_type(struct symbol *type) argument 423 is_bool_type(struct symbol *type) argument 430 is_scalar_type(struct symbol *type) argument 451 is_integral_type(struct symbol *type) argument 468 is_function(struct symbol *type) argument 480 get_sym_type(struct symbol *type) argument [all...] |
H A D | smatch_function_ptrs.c | 42 if (expr->type != EXPR_CALL) 47 if (!arg || arg->type != EXPR_STRING) 55 struct symbol *type; local 61 if (expr->type == EXPR_PREOP && expr->op == '*') { 65 if (expr->type == EXPR_BINOP && expr->op == '+') 69 if (expr->type != EXPR_BINOP || expr->op != '+') 72 type = get_type(expr->left); 73 if (!type) 75 if (type->type ! 96 struct symbol *type; local 157 struct symbol *type; local 213 struct symbol *type; local 238 struct symbol *type; local 288 struct symbol *type; local 316 struct symbol *type; local 371 struct symbol *type; local [all...] |
H A D | smatch_address.c | 24 struct symbol *type; local 29 type = get_type(expr); 30 if (!type || type->type != SYM_ARRAY) 32 if (expr->type == EXPR_SYMBOL) 38 if (expr->type != EXPR_DEREF || !expr->member) 43 type = get_real_base_type(sym); 44 if (!type || type 67 struct symbol *type, *tmp; local 85 get_member_offset(struct symbol *type, const char *member_name) argument 118 struct symbol *type; local 216 struct symbol *type; local 270 struct symbol *type; local 286 struct symbol *type; local [all...] |
H A D | check_type.c | 37 struct symbol *type; local 40 type = get_pointer_type(arg_expr); 41 if (!type || !type->ident) 46 if (!strcmp("sk_buff", type->ident->name)) { 48 } else if (!strcmp("net_device", type->ident->name)) {
|
H A D | check_syscall_arg_type.c | 66 if (!node || node->type != SYM_NODE) 83 struct symbol *type; local 88 type = get_base_type(sym); 89 if (type == umode_t.sym) 97 struct symbol *type; local 102 type = get_base_type(sym); 103 if (type == pid_t.sym) 110 struct symbol *type; local 117 type = get_real_base_type(sym); 118 if (!type || typ 145 const char *type; local [all...] |
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_convrelstr.c | 88 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 D | kobj_convrelstr.c | 61 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/pkg/manifests/ |
H A D | system-kernel.man9p.inc | 18 file path=usr/share/man/man9p/inquiry-device-type.9p 30 target=inquiry-device-type.9p 32 target=inquiry-device-type.9p 34 target=inquiry-device-type.9p 36 target=inquiry-device-type.9p
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_rel_detector.h | 40 unsigned _dwarf_is_32bit_abs_reloc(unsigned int type, unsigned machine); 41 unsigned _dwarf_is_64bit_abs_reloc(unsigned int type, unsigned machine);
|
H A D | dwarf_elf_rel_detector.c | 39 _dwarf_is_32bit_abs_reloc(unsigned int type, unsigned machine) argument 48 | (type == R_MIPS_32) 51 | (type == R_MIPS_TLS_DTPREL32) 60 | (type == R_SPARC_UA32) 63 | (type == R_SPARC_TLS_DTPOFF32) 70 r = (type == R_SPARC_UA32); 77 | (type == R_SPARC_UA32) 80 | (type == R_SPARC_TLS_DTPOFF32) 89 | (type == R_386_32) 92 | (type 235 _dwarf_is_64bit_abs_reloc(unsigned int type, unsigned machine) argument [all...] |
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 64 #define MALLOC(type) \ 65 (type *)(long)malloc(sizeof (type)) 66 #define CALLOC(number, type) \ 67 (type *)(long)calloc((unsigned)(number), sizeof (type)) 68 #define REALLOC(ptr, number, type) \ 69 (type *)(long)realloc((char *)(ptr), (unsigned)(number) * sizeof (type))
|
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | zfopen.c | 42 zfopen(int severity, char *path, char *type) argument 46 if ((fp = fopen(path, type)) == NULL) { 49 if (type[1] == '+') 52 switch (type[0]) { 63 mode = type;
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfmutex.c | 31 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/lib/libast/common/stdio/ |
H A D | _stdvbuf.c | 29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size) argument 31 return setvbuf(f, buf, type, size);
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | mystdarg.h | 15 #define VARARGS(func,type,arg) func(type arg, ...) 16 #define VASTART(ap,type,name) va_start(ap,name) 20 #define VARARGS(func,type,arg) func(va_alist) va_dcl 21 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type)
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | relocate.c | 38 conv_reloc_type(Half mach, Word type, Conv_fmt_flags_t fmt_flags, argument 43 return (conv_reloc_386_type(type, fmt_flags, inv_buf)); 48 return (conv_reloc_SPARC_type(type, fmt_flags, inv_buf)); 51 return (conv_reloc_amd64_type(type, fmt_flags, inv_buf)); 54 /* If didn't match a machine type, use integer value */ 55 return (conv_invalid_val(inv_buf, type, fmt_flags)); 63 conv_reloc_type_static(Half mach, Word type, Conv_fmt_flags_t fmt_flags) argument 67 return (conv_reloc_type(mach, type, fmt_flags, &inv_buf));
|
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | malloc.h | 27 const char *ks_shortdesc; /* Printable type name. */ 31 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ 32 struct malloc_type type[1] = { \ 36 #define MALLOC_DECLARE(type) \ 37 extern struct malloc_type type[1] 39 void free(void *addr, struct malloc_type *type); 40 void *malloc(unsigned long size, struct malloc_type *type, int flags); 41 void *old_malloc(unsigned long size, struct malloc_type *type , int flags);
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | getmessage.c | 39 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 D | putmessage.c | 37 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/cmd/mail/ |
H A D | doopen.c | 37 doopen(file, type, errnum) 38 char *type, *file; 45 (fptr = fopen(file, type)) == NULL) { 47 "%s: Can't open '%s' type: %s\n",program,file,type); 50 Dout(pn, 0, "can't open '%s' type: %s\n",program,file,type);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | send_message.c | 53 int type, 57 send_message (type, va_alist) 58 int type; 73 va_start (ap, type); 78 (void)_putmessage (msgbuf, type, ap); 52 send_message( int type, ... ) argument
|
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 28 ** type -- type of the lock. Bits can be: 39 lockfile(fd, filename, ext, type) 43 int type; 50 if (bitset(LOCK_UN, type)) 52 else if (bitset(LOCK_EX, type)) 56 if (bitset(LOCK_NB, type)) 67 ** as type "tmp" (that is, served from swap space), the 78 if (flock(fd, type) >= 0)
|