/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | ttimeout.c | 94 /* set the terminal to nodelay (==0) or block(<0) */ 96 _setblock(int block) argument 100 if (block < 0)
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioUnixfile.h | 44 Boolean block; // FALSE if fd set non-blocking member in class:AudioUnixfile 85 virtual void SetBlocking(Boolean b); // Set block/non-block
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_decrypt.c | 36 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument 46 L[j] = block[IP[j]-1]; 115 block[j] = L[FP[j]-1];
|
H A D | des_encrypt.c | 35 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, argument 46 L[j] = block[IP[j]-1]; 114 block[j] = L[FP[j]-1];
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigqueue.c | 124 int si_code, int block) 163 if ((error = sigqkill(pid, &v)) != EAGAIN || !block) 165 /* block waiting for another chance to allocate a sigqueue_t */ 200 int si_code, int block) 206 return (sigqueue(pid, sig, sv.sival_ptr, si_code, block)); 123 sigqueue(pid_t pid, int sig, void *value, int si_code, int block) argument 199 sigqueue32(pid_t pid, int sig, caddr32_t value, int si_code, int block) argument
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 43 block(void* handle, void* data, size_t size) function 64 regalloc(env, block, REG_NOFREE);
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmopen.c | 42 Block_t block; /* space for a block */ member in struct:_vminit_ 151 /* make a data block out of the remainder */ 159 /* make a fake header for next block in case of noncontiguous segments */
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | freelist.c | 42 FreeListBlock *next; /* The next block in the list */ 48 unsigned blocking_factor; /* The number of nodes per block */ 51 FreeListBlock *block; /* The head of the list of free-list blocks */ member in struct:FreeList 57 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block); 68 * to allocate per block. 86 * Enfore a minimum block size. 107 fl->block = NULL; 110 * Allocate the first block of memory. 112 fl->block = _new_FreeListBlock(fl); 113 if(!fl->block) { 138 FreeListBlock *block; local 200 FreeListBlock *block = next; local 239 FreeListBlock *block = _new_FreeListBlock(fl); local 337 FreeListBlock *block; /* The new block to be returned */ local 375 _thread_FreeListBlock(FreeList *fl, FreeListBlock *block) argument [all...] |
H A D | stringrp.c | 56 char *block; /* An array of characters to be shared between strings */ member in struct:StringSegment 57 int unused; /* The amount of unused space at the end of block[] */ 65 int block_size; /* The dimension of each character array block */ 138 if(node->block) 139 free(node->block); 140 node->block = NULL; 255 node->block = NULL; 260 node->block = (char *) malloc(sg->block_size); 261 if(!node->block) 272 copy = node->block [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 39 * a side effect of the realloc() call, when the block referenced 40 * by p was coalesced with another free block by the call to free(). 42 * To reduce storage consumption, a header block is associated with 44 * When a free block is allocated, its header block is put on 45 * a free header block list. 47 * This creates a header space and a free block space. 60 * Description of a header for a free block 66 Dblk block; /* Ptr to the data block */ member in struct:freehdr [all...] |
/illumos-gate/usr/src/common/net/wanboot/crypt/ |
H A D | des.c | 207 /* Encrypt or decrypt a block of data in ECB mode */ 209 des(void *cookie, uint8_t *block) argument 216 /* Read input block and place in left/right in big-endian order */ 217 left = ((uint32_t)block[0] << 24) | 218 ((uint32_t)block[1] << 16) | 219 ((uint32_t)block[2] << 8) | 220 (uint32_t)block[3]; 221 right = ((uint32_t)block[4] << 24) | 222 ((uint32_t)block[5] << 16) | 223 ((uint32_t)block[ [all...] |
H A D | des3.c | 62 des3_encrypt(void *cookie, uint8_t *block) argument 66 des(ksch->ksch_encrypt1, block); 67 des(ksch->ksch_decrypt2, block); 68 des(ksch->ksch_encrypt3, block); 72 des3_decrypt(void *cookie, uint8_t *block) argument 76 des(ksch->ksch_decrypt3, block); 77 des(ksch->ksch_encrypt2, block); 78 des(ksch->ksch_decrypt1, block);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_ud_dest.c | 328 ibt_ud_dest_hdl_t *ud_dest_p, boolean_t block) 339 "clientp = %p, msg = %p, ud_destp = %p, block = %d\n", 341 tnf_opaque, ud_dest_p, ud_dest_p, tnf_uint, block, block); 327 ibmf_i_alloc_ud_dest(ibmf_client_t *clientp, ibmf_msg_impl_t *msgimplp, ibt_ud_dest_hdl_t *ud_dest_p, boolean_t block) argument
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | stack.h | 45 struct stackblock /* stack block cell */ 48 struct stackblock* prev; /* previous block in list */ 49 struct stackblock* next; /* next block in list */ 54 struct stackblock* block; /* current block pointer */ member in struct:stackposition 55 int index; /* index within current block */ 62 int size; /* size of each block */
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | stack.h | 36 struct stackblock /* stack block cell */ 39 struct stackblock* prev; /* previous block in list */ 40 struct stackblock* next; /* next block in list */ 45 struct stackblock* block; /* current block pointer */ member in struct:stackposition 46 int index; /* index within current block */ 53 int size; /* size of each block */
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | stack.h | 45 struct stackblock /* stack block cell */ 48 struct stackblock* prev; /* previous block in list */ 49 struct stackblock* next; /* next block in list */ 54 struct stackblock* block; /* current block pointer */ member in struct:stackposition 55 int index; /* index within current block */ 62 int size; /* size of each block */
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | stack.h | 45 struct stackblock /* stack block cell */ 48 struct stackblock* prev; /* previous block in list */ 49 struct stackblock* next; /* next block in list */ 54 struct stackblock* block; /* current block pointer */ member in struct:stackposition 55 int index; /* index within current block */ 62 int size; /* size of each block */
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stack.h | 45 struct stackblock /* stack block cell */ 48 struct stackblock* prev; /* previous block in list */ 49 struct stackblock* next; /* next block in list */ 54 struct stackblock* block; /* current block pointer */ member in struct:stackposition 55 int index; /* index within current block */ 62 int size; /* size of each block */
|
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | radeon_mem.c | 53 /* Maybe cut off the start of an existing block */ 70 /* Maybe cut off the end of an existing block */ 87 /* Our block is in the middle */ 247 struct mem_block *block, **heap; local 282 block = alloc_block(*heap, alloc.size, alloc.alignment, fpriv); 284 if (!block) 287 if (DRM_COPY_TO_USER(alloc.region_offset, &block->start, 303 struct mem_block *block, **heap; local 316 block = find_block(*heap, memfree.region_offset); 317 if (!block) [all...] |
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 274 uint32_t block, 284 cdbp->sector_num.lba_num = block; 294 printf("command %x, flags %x, block %x, address_mode %x, size %x\n", 295 command, flags, block, address_mode, size); 271 makecommand(struct dcd_pkt *pkt, int flags, uchar_t command, uint32_t block, uchar_t address_mode, uint32_t size, uchar_t direction, uchar_t features) argument
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_systemfile.c | 286 daddr_t *block, /* returned block offset */ 307 *block = strtol(p, &p, 10); 308 chksum += *block; 355 daddr_t block; local 397 (confline(buf, &driver, &mnum, &block, &devid_char_p) != 0)) 415 i, driver, mnum, block, devid_char_p); 422 if (confline(buf, &driver, &mnum, &block, 427 driver, mnum, block, devid_char_p); 282 confline( char *line, char **driver, minor_t *mnump, daddr_t *block, char **devid_char_pp ) argument
|
/illumos-gate/usr/src/lib/libsmedia/library/common/ |
H A D | l_generic.c | 171 smedia_reassign_block(smedia_handle_t handle, diskaddr_t block) argument 176 &block, "_m_reassign_block");
|
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | trace_funcs.c | 56 * block - i.e. negative offsets have a 0 in high bit 76 * to a target in the same block 107 tnf_block_header_t *block; local 244 block = (tnf_block_header_t *)((ulong_t)buffer & TNF_BLOCK_MASK); 247 IS_NEWBLOCK(block, buffer)) { 256 sched_offset = ((sched->record_gen - block->generation) << shift) + 304 ((sched->record_gen - block->generation) << shift) +
|
/illumos-gate/usr/src/lib/libmapmalloc/common/ |
H A D | textmem.c | 45 * Each page is divided in blocks. There is at least one block in a page. 62 struct block { struct 66 struct block *next; 73 struct block block[1]; member in struct:page 79 #define HDR_BLOCK (sizeof (struct block) - sizeof (void *)) 91 static void split(struct block *, size_t); 109 struct block *block; local 121 for (block 159 struct block *block; local 198 struct block *block; local 225 split(struct block *block, size_t size) argument 245 struct block *block; local [all...] |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tftp.h | 42 uint16_t block; member in struct:tftp_t::__anon2149::__anon2150 46 uint16_t block; member in struct:tftp_t::__anon2149::__anon2151 67 uint16_t block; member in struct:tftpreq_t::__anon2154::__anon2155
|