Searched refs:size_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dufs.c302 buf_write_file(f, buf_p, size_p)
305 size_t *size_p; /* out */
334 if (*size_p > DIP(fp, di_size) - fp->f_seekp)
335 *size_p = DIP(fp, di_size) - fp->f_seekp;
336 if (*size_p > block_size - off)
337 *size_p = block_size - off;
343 if (((off > 0) || (*size_p + off < block_size)) &&
362 bcopy(buf_p, fp->f_buf + off, *size_p);
380 buf_read_file(f, buf_p, size_p)
383 size_t *size_p; /* ou
[all...]
H A Dcd9660.c64 size_t *size_p);
420 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
446 *size_p = ISO_DEFAULT_BLOCK_SIZE - blkoff;
448 if (*size_p > fp->f_size - fp->f_off)
449 *size_p = fp->f_size - fp->f_off;
H A Dext2fs.c325 size_t *size_p);
700 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) argument
742 *size_p = block_size - off;
747 if (*size_p > fp->f_di.di_size - fp->f_seekp)
748 *size_p = fp->f_di.di_size - fp->f_seekp;
/freebsd-9.3-release/sys/vm/
H A Dmemguard.c271 u_long size_p, size_v; local
274 size_p = round_page(req_size);
275 if (size_p == 0)
284 size_v = size_p;
332 rv = kmem_back(memguard_map, addr, size_p, flags);
338 memguard_cursor = addr + size_p;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-ia64.c2428 unsigned int *count_p, *sorted_count_p, *size_p;
2441 size_p = &global_h->size;
2457 size_p = &loc_h->size;
2462 size = *size_p;
2514 *size_p = size;
2548 *size_p = count;
2422 unsigned int *count_p, *sorted_count_p, *size_p; local

Completed in 76 milliseconds