Home
last modified time | relevance | path

Searched refs:new_length (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c703 size_t new_length; in bpool_withdraw() local
705 new_length = (request_size > DEFAULT_BUF_SZ) ? in bpool_withdraw()
713 new_length, request_size, rc)); in bpool_withdraw()
719 if (new_length > node->abq_buf_len) { in bpool_withdraw()
720 node = realloc(node, AUDIT_REC_HEADER + new_length); in bpool_withdraw()
738 node = malloc(AUDIT_REC_HEADER + new_length); in bpool_withdraw()
750 assert(request_size <= new_length); in bpool_withdraw()
754 node->abq_buf_len = new_length; in bpool_withdraw()
/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c58 int length, new_length; in gssint_get_der_length() local
93 new_length = (length << 8) + *p++; in gssint_get_der_length()
94 if (new_length < length) /* overflow */ in gssint_get_der_length()
96 length = new_length; in gssint_get_der_length()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1259 truncino(fsck_ino_t ino, offset_t new_length, int update) in truncino() argument
1309 mark_delayed_inodes(ino, numfrags(&sblock, new_length)); in truncino()
1352 idesc.id_truncto = howmany(new_length, sblock.fs_bsize); in truncino()
1364 dp->di_size = new_length; in truncino()