/illumos-gate/usr/src/tools/smatch/src/ |
H A D | utils.h | 12 // duplicate a memory buffer in a newly allocated buffer. 15 // @return: a pointer to a copy of @src allocated via 20 // duplicate a null-terminated string in a newly allocated buffer. 22 // @return: a pointer to a copy of @str allocated via 27 // printf to allocated string 29 // @return: the allocated & formatted string. 31 // is allocated with __alloc_bytes(). 35 // vprintf to allocated string 38 // @return: the allocated & formatted string. 40 // is allocated with __alloc_bytes().
|
/illumos-gate/usr/src/man/man3dat/ |
H A D | dat_ep_recv_query.3dat | 70 allocated to \fIep_handle\fR but not yet completed. 73 Once a buffer has been allocated to an EP, it will be completed to the EP 75 buffer is allocated as soon as it is posted to the EP. For EP that uses SRQ, a 76 buffer is allocated to the EP when EP removes it from SRQ. 80 \fIbufs_alloc_span\fR pointed will return the span of buffers allocated to the 88 allocated buffer minus the latest message sequence number for which completion 149 allocated to an Endpoint. 153 and 23. With arrival ordering, the EP would have allocated three buffers from 154 the SRQ for messages 19, 22, and 23. The number allocated would be 3, but the 156 be allocated for messages 20 and 21. They have not yet been allocated, but [all …]
|
/illumos-gate/usr/src/man/man9f/ |
H A D | ddi_umem_alloc.9f | 67 A kernel memory cookie allocated in \fBddi_umem_alloc()\fR. 72 pointer to the allocated memory. The number of bytes allocated is a multiple of 73 the system page size (roundup of \fIsize\fR). The allocated memory can be used 79 allocated memory is locked or not. \fBDDI_UMEM_SLEEP\fR allocations may sleep 82 \fBDDI_UMEM_PAGEABLE\fR is set, pageable memory will be allocated. These pages 84 allocated using \fBddi_umem_alloc()\fR is zero-filled. 88 kernel memory being allocated. A typical use of \fIcookiep\fR is in 93 To free the allocated memory, a driver calls \fBddi_umem_free()\fR with the 103 allocated memory. 112 Memory cannot be allocated by \fBddi_umem_alloc()\fR because [all …]
|
H A D | kmem_alloc.9f | 66 Pointer to allocated memory. 71 returns a pointer to the allocated memory. The allocated memory is at least 79 reclamation. The initial contents of memory allocated using 87 The \fBkmem_free()\fR function frees previously allocated kernel memory. The 92 the allocated memory. If \fBKM_NOSLEEP\fR is set and memory cannot be 93 allocated without sleeping, \fBkmem_alloc()\fR and \fBkmem_zalloc()\fR return 108 Memory allocated using \fBkmem_alloc()\fR is not paged. Available memory is 124 The initial contents of memory allocated using \fBkmem_alloc()\fR are random
|
H A D | ddi_intr_alloc.9f | 83 Pointer to the number of interrupts actually allocated 111 number of interrupts allocated in the integer pointed to by the \fIactualp\fR 125 The \fIh_array\fR must be pre-allocated by the caller as a \fIcount\fR sized 129 If MSI interrupts are being allocated, the \fIcount\fR argument passed should 139 the call succeeds if and only if \fIcount\fR interrupts are allocated. 142 at least one interrupt is allocated, and the number of allocated interrupts is 146 The handle for each allocated interrupt, if any, is returned in the array of
|
H A D | vmem_alloc.9f | 82 Take the segment from the segment after the one previously allocated. 102 If 0, the allocated segment will be aligned as the arena's quantum. 104 The allocated segment must be 108 The allocated segment may not straddle a 112 The minimum address at which the segment may be allocated. 141 Segments allocated with 156 functions return a pointer to the beginning of the allocated segment.
|
H A D | id_space.9f | 79 structure allocated with the 103 A common use case for identifier spaces is to manage the set of allocated minor 169 function, identifiers can be allocated from the space. 180 Using this will tend to keep the allocated id space more compressed. 185 In addition, identifiers can be allocated in both a blocking and 217 has already been allocated, then the function will fail. 219 Every allocated identifier must eventually be freed and returned to the 229 function on an identifier that has not been allocated.
|
H A D | rmalloc.9f | 47 previously defined and initialized resource map. The map itself is allocated by 66 Return previously allocated space to a map. 108 allocated space. Otherwise, \fBrmalloc()\fR returns a \fB0\fR if all resource 109 map entries are already allocated. 132 Returns error if the required amount of memory can not be allocated (lines 212 Space is allocated from the resource map through the \fBrmalloc()\fR function 226 The \fBuiomove\fR(9F) function is used to move data to the allocated buffer 234 called to release the previously allocated buffer, and an \fBEFAULT\fR error is
|
H A D | kmem_cache_create.9f | 207 Pointer to the object allocated by \fBkmem_cache_alloc()\fR. 324 frequently allocated and freed, and 338 \fBmutex_init()\fR applied once, the first time the object is allocated. The 392 resources. All allocated objects must have been previously freed. 396 move objects from sparsely allocated pages of memory so that the system can 406 The \fBmove()\fR callback supplies the client with two addresses: the allocated 409 allocated, constructed object ready to receive the contents of the old 495 the client has just allocated the object and has not yet put it wherever it 631 NULL\fR). The life cycle of a dynamically allocated \fBfoo\fR would be 729 allocated without sleeping, the constructor must return -\fB1\fR. If the [all …]
|
H A D | scsi_hba_pkt_alloc.9f | 53 Length in bytes to be allocated for the \fBSCSI\fR command descriptor block 63 Length in bytes to be allocated for the \fBSCSI\fR status completion block 73 Length in bytes to be allocated for a private data area for the target driver's 83 Length in bytes to be allocated for a private data area for the \fBHBA\fR 153 \fBscsi_pkt\fR(9S) data areas, and sets these fields to point to the allocated 196 The \fBscsi_hba_pkt_free()\fR function frees the space allocated for the
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1buf.h | 27 /* requires *buf is allocated 28 effects Returns the number of unused, allocated octets in *buf. */ 37 /* requires *buf is allocated 50 /* requires *buf is allocated 57 /* requires *buf is allocated 107 /* requires *buf has already been allocated 117 /* requires *subbuf and *buf are allocated 144 /* requires *buf is allocated 165 /* requires *buf is allocated 173 /* requires *buf is allocated [all …]
|
/illumos-gate/usr/src/man/man8/ |
H A D | arcstat.8 | 330 L2ARC prefetch allocated size per second 339 L2ARC prefetch allocated size percentage 348 L2ARC MFU allocated size per second 357 L2ARC MFU allocated size percentage 366 L2ARC MRU allocated size per second 375 L2ARC MRU allocated size percentage 384 L2ARC data (buf content) allocated size per second 393 L2ARC data (buf content) allocated size percentage 402 L2ARC metadata (buf content) allocated size per second 411 L2ARC metadata (buf content) allocated size percentage
|
/illumos-gate/usr/src/man/man3tsol/ |
H A D | bltos.3tsol | 79 The \fIstring\fR argument can point to either a pointer to pre-allocated 81 pre-allocated memory, then \fIstr_len\fR indicates the size of that memory. If 82 \fIstring\fR points to the value \fB(char\ *)0\fR, memory is allocated using 84 \fIlabel\fR is copied into allocated or pre-allocated memory. 194 If memory cannot be allocated for the return string or if the pre-allocated 196 0. The value of the pre-allocated string is set to the \fINULL\fR string 248 If memory is allocated by these functions, the caller must free the memory with
|
H A D | m_label.3tsol | 36 \fIlabel_type\fR argument defines the type for a newly allocated label. The 59 The function returns a pointer to the allocated label, which is an exact copy 60 of the \fIsrc\fR label. The caller is responsible for freeing the allocated 65 previously allocated label. 70 pointer to the newly allocated label. Otherwise, \fBm_label_alloc()\fR returns 96 cannot be allocated.
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair_alloc_fixed.c | 40 * - it uses a pre-allocated buffer for memory allocations. 41 * - it does _not_ free memory in the pre-allocated buffer. 48 /* pre-allocated buffer for memory allocations */ 50 uintptr_t nvb_buf; /* address of pre-allocated buffer */ 56 * Initialize the pre-allocated buffer allocator. The caller needs to supply 58 * buf address of pre-allocated buffer 59 * bufsz size of pre-allocated buffer 99 /* don't free memory in the pre-allocated buffer */ in nv_fixed_free()
|
/illumos-gate/usr/src/man/man9e/ |
H A D | tran_init_pkt.9e | 42 Pointer to a \fBscsi_pkt\fR(9S) structure allocated in an earlier call, or 52 Pointer to a \fBbuf\fR(9S) structure if \fBDMA \fRresources are to be allocated 82 The length of the packet private area within the \fBscsi_pkt\fR to be allocated 130 If the \fBPKT_CONSISTENT\fR bit is set in \fIflags\fR, the buffer was allocated 144 \fRresources not allocated. 149 have already been allocated for the pkt with a previous call to 161 structure to be allocated on behalf of the \fBSCSI \fRtarget driver. 212 all of the resources that were allocated to the \fBscsi_pkt\fR(9S) structure 219 If \fIpkt\fR is \fINULL\fR on entry, and \fBtran_init_pkt()\fR allocated a
|
/illumos-gate/usr/src/man/man2/ |
H A D | brk.2 | 8 brk, sbrk \- change the amount of space allocated for the calling process's 27 amount of space allocated for the calling process's data segment (see 30 the first location beyond the end of the data segment. The amount of allocated 31 space increases as the break value increases. Newly allocated space is set to 47 allocated space accordingly. 51 and changes the allocated space accordingly. The \fIincr\fR function can be 52 negative, in which case the amount of allocated space is decreased. 67 will be allocated if:
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_alloc.c | 70 * Allocate or resize memory previously allocated. 81 * Allocate or resize memory previously allocated. If the new size is greater 94 * Free memory previously allocated with smb_malloc(), smb_zalloc(), 104 * Free memory previously allocated with smb_mem_malloc(), smb_mem_zalloc(), 155 * Memory allocated here can only be used for the duration of this request; it 166 * Memory allocated here can only be used for the duration of this request; it 176 * Allocate or resize memory previously allocated for the specified request. 187 * Allocate or resize memory previously allocated for the specified request. If 215 * sr If not NULL, request the memory allocated must be associated with. 219 * zero If true the memory allocated will be zeroed out. [all …]
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | t_alloc.3nsl | 102 specify that the buffer for that field should be allocated as well. The length 103 of the buffer allocated will be equal to or greater than the appropriate size 146 the transport provider specified by \fIfd\fR will not be allocated. 155 the length of the buffer allocated will be based on the same size information 158 which the newly allocated structure will be passed. In the case where a 159 \fBT_INFO\fR structure is to be allocated, \fIfd\fR may be set to any value. In 173 an object or array of such objects in the space allocated. 183 allocated structure. On failure, a null pointer is returned. 284 to be allocated separately using a memory allocation routine such as 287 1024 byte buffer originally allocated by \fBt_alloc()\fR can be freed using
|
/illumos-gate/usr/src/man/man3c/ |
H A D | malloc.3c | 113 is a pointer to a block previously allocated by 157 is discarded while deallocating the whole object originally allocated. 171 bytes on a specified alignment boundary and returns a pointer to the allocated 191 If the new size is larger, the contents of the newly allocated portion of the 229 except it ensures newly allocated memory is cleared similar to 253 except that the allocated memory will be aligned to a multiple of the value 262 allocated block. 264 If the allocated block is beyond the current stack limit, the resulting behavior 342 bytes of memory which cannot be allocated, or there's integer overflow in
|
/illumos-gate/usr/src/man/man3malloc/ |
H A D | mtmalloc.3malloc | 59 The argument to \fBfree()\fR is a pointer to a block previously allocated by 72 alignment boundary and returns a pointer to the allocated block. The value of 83 larger, the contents of the newly allocated portion of the block are 90 the allocated memory will be aligned to a multiple of the value returned by 137 Writes misaligned data into the newly allocated buffer. This option is useful 140 write misaligned data to the newly allocated buffer. The pattern used is 150 This option changes the size of allocated memory when a pool has exhausted all 182 which cannot be allocated.
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pcihrt.h | 57 uint16_t php_io_start; /* allocated I/O space starting addr */ 58 uint16_t php_io_size; /* allocated I/O space size in bytes */ 59 uint16_t php_mem_start; /* allocated Memory space start addr */ 60 uint16_t php_mem_size; /* allocated Memory space size in 64k */ 61 uint16_t php_pfmem_start; /* allocated Prefetchable Memory start */ 62 uint16_t php_pfmem_size; /* allocated Prefetchable size in 64k */
|
/illumos-gate/usr/src/man/man1/ |
H A D | list_devices.1 | 57 are allocatable to the current process but are not currently allocated. 82 allocated to the owner of the current process. 217 When specified with the \fB-l\fR option, lists only those non-allocated devices 218 whose label range includes the label of the zonename, and of the allocated 219 devices, only those that are allocated at the same label as that of 222 When specified with the \fB-n\fR option, lists only those non-allocated devices 226 allocated at the same label as that of \fIzonename\fR. 271 attributes including the device owner of all devices allocated to the user:
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5st.h | 57 u32_t base_size; /* size allocated in bytes */ 62 u32_t pbl_size; /* size allocated in bytes */ 82 * iSCSI info that will be allocated in the bind phase. 98 * iSCSI info that will be allocated in the bind phase. 136 // Paramters that stay valid in D3 and are allocated in bind time. 140 // Paramters that are not valid in D3 and are allocated after bind time. 242 * FCoE info that will be allocated in the bind phase. 249 u8_t allocated; /*For D3 case and better debugging*/ member 253 u32_t pbl_size; /* size allocated in bytes */ 270 * FCoE info that will be allocated in the bind phase. [all …]
|
/illumos-gate/usr/src/data/perfmon/BDW/ |
H A D | broadwell_uncore_v26.json | 211 … that are in DirectData mode. Such entry is defined as valid when it is allocated till data sent t… 212 … that are in DirectData mode. Such entry is defined as valid when it is allocated till data sent t… 223 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no… 224 …"PublicDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and n… 235 "BriefDescription": "Number of Core coherent Data Read entries allocated in DirectData mode", 236 "PublicDescription": "Number of Core coherent Data Read entries allocated in DirectData mode.", 247 …"BriefDescription": "Number of Writes allocated - any write transactions: full/partials writes and… 248 …"PublicDescription": "Number of Writes allocated - any write transactions: full/partials writes an… 259 …"BriefDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture,… 260 …"PublicDescription": "Number of entries allocated. Account for Any type: e.g. Snoop, Core aperture…
|