/illumos-gate/usr/src/lib/libumem/common/ |
H A D | misc.c | 239 * print_sym tries to print out the symbol and offset of a pointer 242 print_sym(void *pointer) argument 251 result = dladdr1(pointer, &sym_info, (void **)&ext_info, 267 if (result == 0 || (uintptr_t)pointer > end) { 268 umem_printf("?? (0x%p)", pointer); 272 (char *)pointer - (char *)sym_info.dli_saddr);
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Value.java | 38 * @param pointer A pointer to a C value. 40 private Value(long pointer) argument 42 _this = pointer; 265 * Returns the pointer to the native value represented by this 268 * @return the pointer to the native value represented by this 371 * @param pointer the native value to be accessed. 375 long pointer); 380 * @param pointer the native value to be accessed. 383 private final static native long getLongValue(long pointer); argument 374 getUnsignedInt64Value( long pointer) argument 391 getStringValue(long pointer) argument 399 getBoolValue(long pointer) argument 407 getDoubleValue(long pointer) argument [all...] |
/illumos-gate/usr/src/cmd/lvm/metassist/common/ |
H A D | volume_string.c | 50 static void *append_to_pointer_array(void **array, void *pointer); 360 * Subsequently callers should save a pointer to the original array 369 * @return a pointer to the realloc'd (and possibly moved) array 420 * Appends the given pointer to the given pointer array, ensuring that 424 * Subsequently callers should save a pointer to the original array 430 * @param pointer 431 * the pointer to add to the array 433 * @return a pointer to the realloc'd (and possibly moved) array 442 void *pointer) 440 append_to_pointer_array( void **array, void *pointer) argument [all...] |
/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/cmd/make/lib/vroot/ |
H A D | vroot.cc | 60 add_dir_to_path(const char *path, register pathpt *pointer, register int position) argument 68 if (*pointer != NULL) { 69 for (p= &((*pointer)[0]); p->path != NULL; p++, size++); 77 if (*pointer != NULL) { 78 memcpy((char *)new_path,(char *)(*pointer), size*sizeof(pathcellt)); 79 free((char *)(*pointer));}; 80 *pointer= new_path;}; 84 if ((*pointer)[position].path != NULL) 85 free((*pointer)[position].path); 86 (*pointer)[positio [all...] |
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_util.c | 383 * pointer) are invalid and will handle the situation appropriately 819 IN DAT_PVOID pointer) 833 event_ptr->event_data.software_event_data.pointer = pointer; 816 dapls_evd_post_software_event( IN DAPL_EVD *evd_ptr, IN DAT_EVENT_NUMBER event_number, IN DAT_PVOID pointer) argument
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x540.c | 54 * @hw: pointer to hardware structure 159 * @hw: pointer to hardware structure 160 * @speed: pointer to link speed 176 * @hw: pointer to hardware structure 188 * @hw: pointer to hardware structure 202 * @hw: pointer to hardware structure 292 * @hw: pointer to hardware structure 316 * @hw: pointer to hardware structure 341 * @hw: pointer to hardware structure 373 * @hw: pointer t 488 u16 pointer = 0; local [all...] |
H A D | ixgbe_x550.c | 46 * @hw: pointer to hardware structure 93 * @hw: pointer to hardware structure 95 * @value: pointer to receive value read 106 * @hw: pointer to hardware structure 119 * @hw: pointer to hardware structure 121 * @value: pointer to receive read value 138 * @hw: pointer to hardware structure 157 * @hw: pointer to hardware structure 233 * @hw: pointer to hardware structure 310 * @hw: pointer t 2375 u16 pointer, i, size; local [all...] |
H A D | ixgbe_common.c | 65 * @hw: pointer to the hardware structure 154 * @hw: pointer to hardware structure 213 * @hw: pointer to hardware structure 369 * @hw: pointer to hardware structure 414 * @hw: pointer to hw structure 453 * @hw: pointer to hardware structure 480 * @hw: pointer to hardware structure 594 * @hw: pointer to hardware structure 705 * @hw: pointer to hardware structure 739 * @hw: pointer t 2118 u16 pointer = 0; local [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 173 %type <l_decl> pointer 765 | pointer direct_declarator 778 pointer: DT_TOK_MUL { $$ = dt_decl_ptr(); } label 780 | DT_TOK_MUL pointer { $$ = dt_decl_ptr(); } 781 | DT_TOK_MUL type_qualifier_list pointer { $$ = dt_decl_ptr(); } 824 pointer 826 | pointer direct_abstract_declarator
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 675 int len, pointer, remain; local 680 pointer = opt[2]; 683 " Pointer = %d", pointer); 685 pointer -= IPOPT_MINOFF; 698 if (pointer == 0) 703 pointer -= sizeof (addr);
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1676 jclass class, jlong pointer) 1682 pool_value_get_int64((pool_value_t *)(uintptr_t)pointer, &arg2); 1686 pool_value_get_uint64((pool_value_t *)(uintptr_t)pointer, 1703 jclass class, jlong pointer) 1709 pool_value_get_string((pool_value_t *)(uintptr_t)pointer, &arg2); 1718 jclass class, jlong pointer) 1723 result = pool_value_get_bool((pool_value_t *)(uintptr_t)pointer, &arg2); 1737 jclass class, jlong pointer) 1743 pool_value_get_double((pool_value_t *)(uintptr_t)pointer, &arg2); 1754 jclass class, jlong pointer) 1675 Java_com_sun_solaris_service_pools_Value_getLongValue(JNIEnv *jenv, jclass class, jlong pointer) argument 1702 Java_com_sun_solaris_service_pools_Value_getStringValue(JNIEnv *jenv, jclass class, jlong pointer) argument 1717 Java_com_sun_solaris_service_pools_Value_getBoolValue(JNIEnv *jenv, jclass class, jlong pointer) argument 1736 Java_com_sun_solaris_service_pools_Value_getDoubleValue(JNIEnv *jenv, jclass class, jlong pointer) argument 1753 Java_com_sun_solaris_service_pools_Value_getUnsignedInt64Value(JNIEnv *jenv, jclass class, jlong pointer) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.c | 728 // of the child name, plus TWO bytes for the compression pointer. 730 // (length, three data bytes, two-byte compression pointer). 756 // returning a pointer to the suffix with 'skip' labels removed. 766 // If successful, AppendLiteralLabelString returns a pointer to the next unused byte 788 // If successful, AppendDNSNameString returns a pointer to the next unused byte 830 // If successful, AppendDomainLabel returns a pointer to the next unused byte 884 // If successful, MakeDomainNameFromDNSNameString returns a pointer to the next unused byte 2113 // if this location in the packet will yield a useful name compression pointer. 2125 targ += 1 + *name; // Else, did match, so advance target pointer 2130 // The label matched, so now follow the pointer (i 2158 const mDNSu8 * pointer = mDNSNULL; local [all...] |
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat.h | 191 * order, even when that exceeds the size of a void pointer for the host 828 DAT_PVOID pointer; member in struct:dat_software_event_data
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 161 mblk_t *lp_head; /* pointer to the head of the list */ 162 mblk_t *lp_tail; /* pointer to the tail of the list */ 475 * which is equal to 128. This array in turn contains a pointer to idl_t[], 2360 uint8_t opt, len, pointer; local 2363 * If cur > end already, then the ipoptp_end or ipoptp_next pointer 2407 * For the options which require a pointer field, make sure 2420 pointer = cur[IPOPT_OFFSET]; 2421 if (pointer - 1 > len) { 2429 * Sanity check the pointer field based on the type of the 2436 if (pointer < IPOPT_MINOFF_S [all...] |