Home
last modified time | relevance | path

Searched refs:chunk_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c58 } chunk_t; typedef
60 chunk_t *chunk_list = NULL; /* list of all chunks */
63 chunk_t *
66 chunk_t *chp = NULL; in chunk_alloc()
95 chunk_t *chp; in _aio_worker_alloc()
110 nelem = (chunksize - sizeof (chunk_t)) / sizeof (aio_worker_t); in _aio_worker_alloc()
165 chunk_t *chp; in _aio_req_alloc()
180 nelem = (chunksize - sizeof (chunk_t)) / sizeof (aio_req_t); in _aio_req_alloc()
241 chunk_t *chp; in _aio_lio_alloc()
256 nelem = (chunksize - sizeof (chunk_t)) / sizeof (aio_lio_t); in _aio_lio_alloc()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c79 } chunk_t; typedef
88 static chunk_t *chunk_list = NULL;
214 chunk_t *new_chunk; in addtoenv()
279 new_chunk = malloc(sizeof (chunk_t) + in addtoenv()
362 chunk_t *new_chunk; in setenv()
376 new_chunk = malloc(sizeof (chunk_t) + name_len + val_len + 2); in setenv()
/illumos-gate/usr/src/uts/common/des/
H A Dsoftdes.h96 } chunk_t; typedef
104 chunk_t keyval[16];
H A Ddes_soft.c153 chunk_t *c; in des_setkey()
217 chunk_t work1, work2; in des_encrypt()
286 chunk_t R, ER; \ in des_encrypt()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_copychunk.c32 } chunk_t; typedef
45 chunk_t cvec[1]; /* actually longer */
261 chunk_t *cc; in smb2_fsctl_copychunk_decode()
296 chunk_t *cc; in smb2_fsctl_copychunk_array()
360 chunk_t *cc = args->cvec; /* always at least one element */ in smb2_fsctl_copychunk_aapl()
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c207 chunk_t *c; in des_setkey()
269 chunk_t work1, work2; in des_encrypt()
328 chunk_t R, ER; \ in des_encrypt()
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c243 chunk_t *c; in __des_setkey()
306 chunk_t work1, work2; in __des_encrypt()
366 chunk_t R, ER; \ in __des_encrypt()