/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | utilities.c | 319 printsub(direction, pointer, length) in printsub() argument 321 unsigned char *pointer; /* where suboption data sits */ 329 (want_status_response && (pointer[0] == TELOPT_STATUS))) { 336 i = pointer[length-2]; 337 j = pointer[length-1]; 372 switch (pointer[0]) { 375 switch (pointer[1]) { 379 (char *)pointer+2); 387 pointer[1], pointer[1]); 397 switch (pointer[1]) { [all …]
|
/titanic_41/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);
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | vroot.cc | 60 add_dir_to_path(const char *path, register pathpt *pointer, register 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 …]
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/zic/ |
H A D | ialloc.c | 19 irealloc(pointer, size) in irealloc() argument 20 void * const pointer; in irealloc() 23 if (pointer == NULL) 25 return (realloc((void *) pointer, (size_t) nonzero(size)));
|
H A D | private.h | 55 void *irealloc(void *pointer, int size); 56 void ifree(char *pointer);
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 101 ldn [THREAD_REG + T_LWP], %o4 ! get lwp pointer 104 ldn [THREAD_REG + T_CPU], %i1 ! get CPU pointer 112 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 130 ldn [%o4 + LWP_FPU], %o0 ! fp pointer 138 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 151 ! g3 = ctx pointer 155 ldn [%i0 + T_PROCP], %i3 ! delay slot - get proc pointer 157 mov THREAD_REG, %o0 ! delay - arg = thread pointer 297 ! Set pointer in new thread to the CPU structure. 309 stx %i0, [%i1 + CPU_THREAD] ! set CPU's thread pointer [all …]
|
H A D | proc_init.s | 123 ! It is very important to have a thread pointer and a cpu struct 134 ldn [%l3 + %l2], %l3 ! pointer to CPU struct 135 ldn [%l3 + CPU_THREAD], THREAD_REG ! set thread pointer (%g7)
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | misc.c | 242 print_sym(void *pointer) in print_sym() argument 251 result = dladdr1(pointer, &sym_info, (void **)&ext_info, in print_sym() 267 if (result == 0 || (uintptr_t)pointer > end) { in print_sym() 268 umem_printf("?? (0x%p)", pointer); in print_sym() 272 (char *)pointer - (char *)sym_info.dli_saddr); in print_sym()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
H A D | tst.SizeofDataTypes.d | 88 int *pointer; variable 101 printf("sizeof (pointer): %d\n", sizeof (pointer)); 118 (sizeof (pointer) != sizeof (new_intptr)) || (8 != sizeof (new_struct)) ||
|
/titanic_41/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); \
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/inline/ |
H A D | tst.InlineTypedef.d | 45 typedef int * pointer; typedef 46 inline pointer p = &`kmem_flags;
|
/titanic_41/usr/src/lib/libdns_sd/java/i386/ |
H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
/titanic_41/usr/src/lib/libdns_sd/java/sparc/ |
H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 69 orq %rdi, %rdi / %rdi contains pointer to FACS 91 movl 4(%esp), %ecx / %ecx contains pointer to FACS 127 orq %rdi, %rdi / %rdi contains pointer to FACS 146 movl 4(%esp), %ecx / %ecx contains pointer to FACS
|
/titanic_41/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
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.s | 114 ! Start up routines -- the aout_start will have a pointer in %o0 that we'll 162 add %l0, 4, %l0 ! incrementing pointer in delay 163 st %l0, [%o0 + 20] ! store aux vector pointer 164 set EB_NULL, %l0 ! set up for the last pointer
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_x540.c | 472 u16 pointer = 0; in ixgbe_calc_eeprom_checksum_X540() local 500 if (ixgbe_read_eerd_generic(hw, i, &pointer) != IXGBE_SUCCESS) { in ixgbe_calc_eeprom_checksum_X540() 506 if (pointer == 0xFFFF || pointer == 0 || in ixgbe_calc_eeprom_checksum_X540() 507 pointer >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 510 if (ixgbe_read_eerd_generic(hw, pointer, &length) != in ixgbe_calc_eeprom_checksum_X540() 518 (pointer + length) >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 521 for (j = pointer+1; j <= pointer+length; j++) { in ixgbe_calc_eeprom_checksum_X540()
|
/titanic_41/usr/src/cmd/lvm/metassist/common/ |
H A D | volume_string.c | 50 static void *append_to_pointer_array(void **array, void *pointer); 442 void *pointer) in append_to_pointer_array() argument 457 newarray[i] = pointer; in append_to_pointer_array()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/typedef/ |
H A D | tst.TypedefDataAssign.d | 59 typedef int * pointer; typedef 101 pointer p;
|
/titanic_41/usr/src/cmd/geniconvtbl/samples/ |
H A D | ISO-2022-JP_to_eucJP.src | 65 // Move input buffer pointer one byte. 87 // Move input buffer pointer two bytes. 109 // Move input buffer pointer two bytes.
|
/titanic_41/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 708 mov %rsi, (%rsp) / output pointer (P2) 711 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi 712 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp) 719 mov %rcx, (%rsp) / Save output pointer (P4) on stack 721 mov %rdx, %rdi / P3: save input pointer 729 / P3: input pointer in rdi 730 / P4: output pointer in (rsp) 812 mov %rsi, (%rsp) / output pointer (P2) 815 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi 816 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp) [all …]
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | memccpy.s | 67 incq %rdi / return pointer to next byte in dest 75 addq $2,%rdi / return pointer to next byte in dest
|