Searched refs:tmpsize (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_straddch.c54 size_t tmpsize; local
59 tmpsize = MIN_STR_SIZE;
60 if ((tmpstr = malloc(tmpsize)) == NULL) {
66 *size = tmpsize;
70 tmpsize = *size * 2;
71 if ((tmpstr = realloc(*str, tmpsize)) == NULL) {
76 *size = tmpsize;
/freebsd-10.0-release/etc/rc.d/
H A Dtmp43 mount_md ${tmpsize} /tmp "${tmpmfs_flags}"
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_object.c90 int tmpsize = sizeof ftmp; local
180 if (blsize > tmpsize)
184 tmpsize = blsize + 32;
185 tmp = OPENSSL_malloc(tmpsize);
/freebsd-10.0-release/usr.bin/truss/
H A Dsyscalls.c788 int i, tmpsize, u, used; local
797 tmpsize = 1 + per_fd * numfds + 2;
798 if ((tmp = malloc(tmpsize)) == NULL)
800 tmpsize);
828 int i, tmpsize, u, used; local
837 tmpsize = 1 + numfds * per_fd + 2;
838 if ((tmp = malloc(tmpsize)) == NULL)
840 "output", tmpsize);
1098 int i, tmpsize, u, used; local
1114 tmpsize
[all...]
/freebsd-10.0-release/etc/defaults/
H A Drc.conf49 tmpsize="20m" # Size of mfs /tmp if created
/freebsd-10.0-release/lib/libfetch/
H A Dcommon.c1072 size_t tmpsize; local
1096 tmpsize = conn->bufsize * 2 + 1;
1097 if ((tmp = realloc(tmp, tmpsize)) == NULL) {
1102 conn->bufsize = tmpsize;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c436 int tmpsize = cvmx_debug_strlen(tmp); local
438 char *packet = __builtin_alloca(tmpsize + bufsize + 1);
440 cvmx_debug_strcpy(&packet[tmpsize], buf);
/freebsd-10.0-release/sys/i386/xen/
H A Dpmap.c4041 vm_size_t tmpsize;
4054 for (tmpsize = 0; tmpsize < size; tmpsize += PAGE_SIZE)
4055 pmap_kenter_attr(va + tmpsize, pa + tmpsize, mode);
4056 pmap_invalidate_range(kernel_pmap, va, va + tmpsize);
4040 vm_size_t tmpsize; local
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c5100 vm_size_t tmpsize;
5113 for (tmpsize = 0; tmpsize < size; tmpsize += PAGE_SIZE)
5114 pmap_kenter_attr(va + tmpsize, pa + tmpsize, mode);
5115 pmap_invalidate_range(kernel_pmap, va, va + tmpsize);
5099 vm_size_t tmpsize; local
/freebsd-10.0-release/sys/amd64/amd64/
H A Dpmap.c6077 vm_size_t tmpsize;
6094 for (tmpsize = 0; tmpsize < size; tmpsize += PAGE_SIZE)
6095 pmap_kenter_attr(va + tmpsize, pa + tmpsize, mode);
6096 pmap_invalidate_range(kernel_pmap, va, va + tmpsize);
6097 pmap_invalidate_cache_range(va, va + tmpsize);
6076 vm_size_t tmpsize; local

Completed in 189 milliseconds