Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 195) sorted by relevance

12345678

/titanic_53/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c319 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_53/usr/src/lib/krb5/ss/
H A Dss_internal.h22 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_53/usr/src/common/ficl/softcore/
H A Dclasses.fr10 \ 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 …]
/titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java40 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_53/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc60 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_53/usr/src/cmd/backup/dump/
H A Dlint.sed13 /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_53/usr/src/cmd/zic/
H A Dialloc.c19 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 Dprivate.h55 void *irealloc(void *pointer, int size);
56 void ifree(char *pointer);
/titanic_53/usr/src/uts/sun4/ml/
H A Dswtch.s101 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 Dproc_init.s123 ! 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_53/usr/src/lib/libumem/common/
H A Dmisc.c242 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_53/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d88 int *pointer; variable
101 printf("sizeof (pointer): %d\n", sizeof (pointer));
118 (sizeof (pointer) != sizeof (new_intptr)) || (8 != sizeof (new_struct)) ||
/titanic_53/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c59 #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_53/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineTypedef.d45 typedef int * pointer; typedef
46 inline pointer p = &`kmem_flags;
/titanic_53/usr/src/lib/libdns_sd/java/i386/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/titanic_53/usr/src/lib/libdns_sd/java/sparc/
H A DMakefile31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
/titanic_53/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S32 .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
/titanic_53/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s69 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_53/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s52 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
/titanic_53/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s47 mov %fp, %o0 ! passing the frame pointer
75 mov %fp, %o0 ! passing the frame pointer
/titanic_53/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s75 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_53/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s114 ! 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_53/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c488 u16 pointer = 0; in ixgbe_calc_eeprom_checksum_X540() local
517 if (ixgbe_read_eerd_generic(hw, i, &pointer)) { in ixgbe_calc_eeprom_checksum_X540()
523 if (pointer == 0xFFFF || pointer == 0 || in ixgbe_calc_eeprom_checksum_X540()
524 pointer >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540()
527 if (ixgbe_read_eerd_generic(hw, pointer, &length)) { in ixgbe_calc_eeprom_checksum_X540()
534 (pointer + length) >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540()
537 for (j = pointer + 1; j <= pointer + length; j++) { in ixgbe_calc_eeprom_checksum_X540()
/titanic_53/usr/src/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d59 typedef int * pointer; typedef
101 pointer p;
/titanic_53/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src65 // Move input buffer pointer one byte.
87 // Move input buffer pointer two bytes.
109 // Move input buffer pointer two bytes.

12345678