Searched refs:size (Results 101 - 125 of 6289) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/libc/gen/
H A Dgetdomainname.c47 size_t size; local
51 size = namelen;
52 if (sysctl(mib, 2, name, &size, NULL, 0) == -1)
H A Dgetosreldate.c46 size_t size; local
57 size = sizeof value;
58 if (sysctl(mib, 2, &value, &size, NULL, 0) == -1)
/freebsd-10-stable/lib/libc/resolv/
H A Dres_debug.h23 # define DprintQ(cond, args, query, size) /*empty*/
28 # define DprintQ(cond, args, query, size) if (cond) {\
30 res_pquery(statp, query, size, stdout);\
/freebsd-10-stable/lib/libelf/
H A Delf_rawfile.c38 size_t size; local
40 size = e ? e->e_rawsize : 0;
49 *sz = size;
/freebsd-10-stable/tools/regression/pjdfstest/tests/granular/
H A D01.t23 expect 0 lstat ${n0} size
24 expect 0 -u 65534 -g 65534 stat ${n0} size
26 expect 0 lstat ${n0} size
27 expect EACCES -u 65534 -g 65534 stat ${n0} size
29 expect 0 -u 65534 -g 65534 stat ${n0} size
30 expect 0 lstat ${n0} size
/freebsd-10-stable/contrib/tcsh/
H A Dtc.h54 size_t size; /* Allocated characters */ member in struct:strbuf
60 size_t size; /* Allocated characters */ member in struct:Strbuf
75 size_t size; /* Allocated space for string pointers */ member in struct:blk_buf
/freebsd-10-stable/sys/libkern/
H A Dscanc.c38 scanc(size, cp, table, mask0)
39 u_int size;
47 for (end = &cp[size]; cp < end; ++cp) {
/freebsd-10-stable/usr.sbin/pw/
H A Dbitmap.c38 bm_alloc(int size) argument
41 int szmap = (size / 8) + !!(size % 8);
43 bm.size = size;
93 int szmap = (bm->size / 8) + !!(bm->size % 8);
114 int szmap = (bm->size / 8) + !!(bm->size % 8);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dbitesize.d3 * bitesize.d - analyse disk I/O size by process.
6 * This produces a report for the size of disk events caused by
19 * value size in bytes
25 * are being rounded up to the nearest sector size or UFS block size.
68 this->size = args[0]->b_bcount;
71 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Disk/
H A Dbitesize.d3 * bitesize.d - analyse disk I/O size by process.
6 * This produces a report for the size of disk events caused by
19 * value size in bytes
25 * are being rounded up to the nearest sector size or UFS block size.
68 this->size = args[0]->b_bcount;
71 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_util.h34 void * safe_malloc(size_t size);
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbase.h12 void *base_alloc(size_t size);
13 void *base_calloc(size_t number, size_t size);
/freebsd-10-stable/contrib/unbound/util/
H A Dregional.h69 /** total large size */
71 /** initial chunk size */
87 * @param size: length of first block.
90 struct regional* regional_create_custom(size_t size);
107 * Allocate size bytes of memory inside regional. The memory is
110 * @param size: number of bytes.
113 void *regional_alloc(struct regional *r, size_t size);
116 * Allocate size bytes of memory inside regional and copy INIT into it.
121 * @param size: number of bytes.
124 void *regional_alloc_init(struct regional* r, const void *init, size_t size);
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_encoder.h19 extern lzma_ret lzma_simple_props_size(uint32_t *size, const void *options);
/freebsd-10-stable/lib/libc/stdlib/
H A Dbsearch.c56 bsearch(key, base0, nmemb, size, compar)
60 size_t size;
69 p = base + (lim >> 1) * size;
74 base = (char *)p + size;
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dpread.c54 pread(fd, dest, size)
57 int size;
61 rsize = size;
79 return (size - rsize);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dnvpair_alloc_system.c32 nv_alloc_sys(nv_alloc_t *nva, size_t size) argument
34 return (kmem_alloc(size, (int)(uintptr_t)nva->nva_arg));
39 nv_free_sys(nv_alloc_t *nva, void *buf, size_t size) argument
41 kmem_free(buf, size);
/freebsd-10-stable/sys/dev/qlxge/
H A Dqls_ioctl.h40 uint32_t size; member in struct:qls_mpi_dump
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_fixup.h34 u_int bus, u_int slot, u_int func, long int flash_addr, int size);
/freebsd-10-stable/sys/ofed/drivers/infiniband/debug/
H A Dmtrack.h12 #define kzalloc(size, flags) ({ \
15 __memtrack_kz_addr = kmalloc(size, flags); \
17 memset( __memtrack_kz_addr, 0, size) ; \
23 #define kzalloc(size, flags) ({ \
26 __memtrack_addr = kzalloc(size, flags); \
27 if ( __memtrack_addr && (size)) { \
28 memtrack_alloc(MEMTRACK_KMALLOC, (unsigned long)(__memtrack_addr), size, __FILE__, __LINE__, flags); \
36 #define kcalloc(n, size, flags) kzalloc((n)*(size), flags)
38 #define kcalloc(n, size, flag
[all...]
/freebsd-10-stable/sys/vm/
H A Dmemguard.h48 #define memguard_fudge(size, xxx) (size)
50 #define memguard_alloc(size, flags) NULL
53 #define memguard_cmp_mtp(mtp, size) 0
/freebsd-10-stable/usr.bin/sort/
H A Dmem.c42 sort_malloc(size_t size) argument
46 if ((ptr = malloc(size)) == NULL)
66 sort_realloc(void *ptr, size_t size) argument
69 if ((ptr = realloc(ptr, size)) == NULL)
/freebsd-10-stable/usr.sbin/fstyp/
H A Dcd9660.c45 fstyp_cd9660(FILE *fp, char *label, size_t size) argument
57 bzero(label, size);
58 strlcpy(label, volume, MIN(size, VOLUME_LEN));
60 rtrim(label, size);
/freebsd-10-stable/sys/x86/x86/
H A Dbus_machdep.c43 bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, argument
48 ? (uintptr_t)pmap_mapdev(addr, size)
54 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
58 pmap_unmapdev(bsh, size);
/freebsd-10-stable/sys/sys/
H A Dbusdma_bufalloc.h45 bus_size_t size; member in struct:busdma_bufzone
62 * buffer size, and thus by implication each buffer is contiguous within a page
63 * and does not cross a power of two boundary larger than the buffer size.
67 * minimum_alignment is also the minimum buffer allocation size. For platforms
69 * size (and MUST not be smaller than the cache line size).
72 * 'nnnnn' is the size of buffers in that zone.
94 * free a buffer of the given size. Returns NULL if the size is larger than the
98 bus_size_t size);
[all...]

Completed in 240 milliseconds

1234567891011>>