| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | utilities.c | 317 printsub(direction, pointer, length) in printsub() argument 319 unsigned char *pointer; /* where suboption data sits */ 327 (want_status_response && (pointer[0] == TELOPT_STATUS))) { 334 i = pointer[length-2]; 335 j = pointer[length-1]; 370 switch (pointer[0]) { 373 switch (pointer[1]) { 377 (char *)pointer+2); 385 pointer[1], pointer[1]); 395 switch (pointer[1]) { [all …]
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_constraints_required.c | 74 static void save_constraint_required(struct expression *pointer, int op, struct expression *constra… in save_constraint_required() argument 78 data = get_constraint_str(pointer); in save_constraint_required() 86 set_state_expr(my_id, constraint, alloc_state_expr(pointer)); in save_constraint_required() 97 static int handle_zero_size_arrays(struct expression *pointer, struct expression *size) in handle_zero_size_arrays() argument 108 type = get_type(pointer); in handle_zero_size_arrays() 153 member_expression(deref_expression(pointer), '*', array->ident))); in handle_zero_size_arrays() 163 static void match_alloc_helper(struct expression *pointer, struct expression *size, int recurse) in match_alloc_helper() argument 169 pointer = strip_expr(pointer); in match_alloc_helper() 171 if (!size || !pointer) in match_alloc_helper() 182 match_alloc_helper(pointer, size, 0); in match_alloc_helper() [all …]
|
| H A D | smatch_buf_comparison.c | 153 static void match_alloc_helper(struct expression *pointer, struct expression *size) in match_alloc_helper() argument 161 pointer = strip_expr(pointer); in match_alloc_helper() 163 if (!size || !pointer) in match_alloc_helper() 179 sval.value == bytes_per_element(pointer)) in match_alloc_helper() 182 sval.value == bytes_per_element(pointer)) in match_alloc_helper() 198 db_save_type_links(pointer, limit_type, size); in match_alloc_helper() 199 sm = set_state_expr(size_id, pointer, alloc_compare_size(limit_type, size)); in match_alloc_helper() 202 set_state_expr(link_id, size, alloc_state_expr(pointer)); in match_alloc_helper() 208 struct expression *pointer, *call, *arg; in match_alloc() local 210 pointer = strip_expr(expr->left); in match_alloc() [all …]
|
| H A D | check_rosenberg.c | 150 static int member_initialized(char *name, struct symbol *outer, struct symbol *member, int pointer) in member_initialized() argument 159 if (pointer) in member_initialized() 170 …atic int member_uninitialized(char *name, struct symbol *outer, struct symbol *member, int pointer) in member_uninitialized() argument 180 if (pointer) in member_uninitialized() 199 int pointer = 0; in check_members_initialized() local 204 pointer = 1; in check_members_initialized() 220 if (member_initialized(name, outer, tmp, pointer)) in check_members_initialized() 227 if (member_uninitialized(name, outer, tmp, pointer)) { in check_members_initialized()
|
| /illumos-gate/usr/src/lib/krb5/ss/ |
| H A D | ss_internal.h | 22 typedef void * pointer; typedef 33 extern pointer alloca (unsigned); 39 extern pointer alloca (unsigned); 77 pointer info_ptr; /* (void *) NULL */ 112 extern pointer malloc (unsigned); 113 extern pointer realloc (pointer, unsigned); 114 extern pointer calloc (unsigned, unsigned);
|
| /illumos-gate/usr/src/common/ficl/softcore/ |
| H A D | classes.fr | 10 \ REF subclass holds a pointer to an object. It's 63 \ Returns the size in address units of the thing the pointer 68 \ get the value of the pointer 74 \ set the pointer to address supplied 80 \ force the pointer to be null 90 \ increment the pointer in place 98 \ decrement the pointer in place 106 \ index the pointer in place 117 \ Models a pointer to cell (a 32 or 64 bit scalar). 120 \ fetch and store through the pointer [all …]
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | basl.c | 301 struct basl_table_pointer *pointer; local 303 STAILQ_FOREACH(pointer, &table->pointers, chain) { 308 assert(pointer->off < table->len); 309 assert(pointer->off + pointer->size <= table->len); 311 src_table = basl_get_table_by_signature(pointer->src_signature); 314 pointer->src_signature); 321 src_table->fwcfg_name, pointer->off, pointer->size)); 347 val = basl_le_dec(gva + pointer->off, pointer->size); 349 basl_le_enc(gva + pointer->off, val, pointer->size); 517 struct basl_table_pointer *pointer; local [all …]
|
| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | Value.java | 40 private Value(long pointer) in Value() argument 42 _this = pointer; in Value() 375 long pointer); in getUnsignedInt64Value() argument 383 private final static native long getLongValue(long pointer); in getLongValue() argument 391 private final static native String getStringValue(long pointer); in getStringValue() argument 399 private final static native boolean getBoolValue(long pointer); in getBoolValue() argument 407 private final static native double getDoubleValue(long pointer); in getDoubleValue() argument
|
| /illumos-gate/usr/src/cmd/make/lib/vroot/ |
| H A D | vroot.cc | 60 add_dir_to_path(const char *path, pathpt *pointer, int position) in add_dir_to_path() argument 68 if (*pointer != NULL) { in add_dir_to_path() 69 for (p= &((*pointer)[0]); p->path != NULL; p++, size++); in add_dir_to_path() 77 if (*pointer != NULL) { in add_dir_to_path() 78 memcpy((char *)new_path,(char *)(*pointer), size*sizeof(pathcellt)); in add_dir_to_path() 79 free((char *)(*pointer));}; in add_dir_to_path() 80 *pointer= new_path;}; in add_dir_to_path() 84 if ((*pointer)[position].path != NULL) in add_dir_to_path() 85 free((*pointer)[position].path); in add_dir_to_path() 86 (*pointer)[position].path= name; in add_dir_to_path() [all …]
|
| /illumos-gate/usr/src/cmd/backup/dump/ |
| H A D | lint.sed | 13 /dumptape.c",.*use of a pointer.*questionable/d 23 /memutils.c",.*deallocating NULL pointer/d 26 /dumptape.c",.*deallocating NULL pointer/d 27 /dumpmain.c",.*deallocating NULL pointer/d 28 /partial.c",.*deallocating NULL pointer/d 30 /dumpitime.c",.*reference using a NULL pointer/d
|
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | ialloc.c | 17 irealloc(pointer, size) in irealloc() argument 18 void * const pointer; in irealloc() 21 if (pointer == NULL) 23 return (realloc((void *) pointer, (size_t) nonzero(size)));
|
| H A D | private.h | 53 void *irealloc(void *pointer, int size); 54 void ifree(char *pointer);
|
| /illumos-gate/usr/src/uts/sun4/ml/ |
| H A D | swtch.S | 88 ldn [THREAD_REG + T_LWP], %o4 ! get lwp pointer 91 ldn [THREAD_REG + T_CPU], %i1 ! get CPU pointer 99 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 117 ldn [%o4 + LWP_FPU], %o0 ! fp pointer 125 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 138 ! g3 = ctx pointer 142 ldn [%i0 + T_PROCP], %i3 ! delay slot - get proc pointer 144 mov THREAD_REG, %o0 ! delay - arg = thread pointer 284 ! Set pointer in new thread to the CPU structure. 296 stx %i0, [%i1 + CPU_THREAD] ! set CPU's thread pointer [all …]
|
| H A D | proc_init.S | 106 ! It is very important to have a thread pointer and a cpu struct 117 ldn [%l3 + %l2], %l3 ! pointer to CPU struct 118 ldn [%l3 + CPU_THREAD], THREAD_REG ! set thread pointer (%g7)
|
| /illumos-gate/usr/src/lib/libumem/common/ |
| H A D | misc.c | 240 print_sym(void *pointer) in print_sym() argument 249 result = dladdr1(pointer, &sym_info, (void **)&ext_info, in print_sym() 265 if (result == 0 || (uintptr_t)pointer > end) { in print_sym() 266 umem_printf("?? (0x%p)", pointer); in print_sym() 270 (char *)pointer - (char *)sym_info.dli_saddr); in print_sym()
|
| /illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| H A D | options.c | 59 #define MALLOC(pointer) \ argument 60 if (!(pointer = strdup(optarg))) { \ 65 #define REALLOC(pointer) \ argument 66 if (!(pointer = realloc(pointer, (unsigned) (strlen(pointer) + 1 + strlen(optarg) + 1)))) { \ 69 } else if (strcat(pointer, " ")) \ 70 (void)strcat (pointer, optarg); \
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
| H A D | tst.SizeofDataTypes.d | 86 int *pointer; variable 99 printf("sizeof (pointer): %d\n", sizeof (pointer)); 116 (sizeof (pointer) != sizeof (new_intptr)) || (8 != sizeof (new_struct)) ||
|
| /illumos-gate/usr/src/boot/i386/btx/btxldr/ |
| H A D | btxldr.S | 32 .set MEM_ESP,0x1000 # New stack pointer 92 call putstr # pointer 97 addl $0x4,%ebx # bump pointer 103 cmpl $0x0, %esi # If the bootinfo pointer
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/ |
| H A D | tst.InlineTypedef.d | 43 typedef int * pointer; typedef 44 inline pointer p = &`kmem_flags;
|
| /illumos-gate/usr/src/boot/i386/btx/lib/ |
| H A D | btxv86.s | 52 pushl $__v86 # Push pointer 56 addl $0x4,%esp # Discard pointer 62 __v86_swap: xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP 79 xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
|
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | sm_user_data1.c | 9 void *pointer; variable 13 copy_from_user(foo, pointer, sizeof(*foo)); in copy_stuff()
|
| H A D | sm_user_data2.c | 9 void *pointer; variable 14 copy_from_user(dest, pointer, sizeof(*dest)); in returns_copy()
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strlcpy.S | 75 add %i2, %g4, %i2 ! need single dest pointer for strlen 114 ! compute the return value as the difference of final dst pointer 115 ! and the pointer to the start of dst 118 add %i2, %g4, %i2 ! pointer to dest string 165 ! difference between the pointer past the last byte of src and the 166 ! original pointer to the start of src 169 add %i2, %g4, %i2 ! we want a single dst pointer here 171 add %i3, %g4, %i3 ! we want a single src pointer here 266 add %i2, %g4, %l0 ! dst (in pointer form) 284 add %i2, %g4, %l0 ! dst (in pointer form) [all …]
|
| /illumos-gate/usr/src/lib/libc/sparc/unwind/ |
| H A D | unwind_frame.S | 47 mov %fp, %o0 ! passing the frame pointer 75 mov %fp, %o0 ! passing the frame pointer
|
| /illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | boot.S | 105 ! Start up routines -- the aout_start will have a pointer in %o0 that we'll 153 add %l0, 4, %l0 ! incrementing pointer in delay 154 st %l0, [%o0 + 20] ! store aux vector pointer 155 set EB_NULL, %l0 ! set up for the last pointer
|