HomeSort by: relevance | last modified time | path
    Searched refs:max_size (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/arch/mipsco/stand/common/
checksize.sh 44 max_size=$2
55 if expr $prog_size \> $max_size >/dev/null 2>&1; then
56 echo "MAXIMUM FILE SIZE EXCEEDED ($prog_size > $max_size)"
60 echo "OK - `expr $max_size - $prog_size` bytes free"
  /src/libexec/talkd/
announce.c 104 int i, j, max_size; local in function:print_mesg
107 max_size = 0;
113 max_size = max(max_size, sizes[i]);
120 max_size = max(max_size, sizes[i]);
128 max_size = max(max_size, sizes[i]);
133 max_size = max(max_size, sizes[i])
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stack.h 64 #define GET_STACK_TRACE(max_size, fast) \
66 if (max_size <= 2) { \
67 stack.size = max_size; \
68 if (max_size > 0) { \
71 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \
74 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
asan_report.h 72 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
asan_errors.h 224 uptr max_size; member in struct:__asan::ErrorAllocationSizeTooBig
233 max_size(max_size_) {}
asan_report.cc 297 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
301 total_size, max_size);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_report.h 32 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
sanitizer_allocator_report.cc 106 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
111 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.h 19 #define GET_STACK_TRACE(max_size, fast) \
21 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ioctl.c 154 unsigned int max_size; local in function:vmw_fill_compat_cap
159 max_size = (size - pair_offset) / sizeof(SVGA3dCapPair);
161 if (max_size > SVGA3D_DEVCAP_MAX)
162 max_size = SVGA3D_DEVCAP_MAX;
165 (pair_offset + max_size * sizeof(SVGA3dCapPair)) / sizeof(u32);
169 for (i = 0; i < max_size; ++i) {
195 if (unlikely(arg->pad64 != 0 || arg->max_size == 0)) {
208 if (arg->max_size < size)
209 size = arg->max_size;
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc.c 94 unsigned max_size; member in struct:ttm_pool_opts
173 m->options.max_size = val;
200 val = m->options.max_size;
765 unsigned max_size, n2free; local in function:ttm_put_pages
790 max_size = _manager->options.max_size;
791 max_size /= HPAGE_PMD_NR;
792 if (huge->npages > max_size)
793 n2free = huge->npages - max_size;
815 if (pool->npages > _manager->options.max_size) {
    [all...]
ttm_page_alloc_dma.c 141 unsigned max_size; member in struct:ttm_pool_opts
221 m->options.max_size = val;
248 val = m->options.max_size;
1069 if (pool->npages_free >= (_manager->options.max_size +
1071 npages = pool->npages_free - _manager->options.max_size;
1180 _manager->options.max_size = max_pages;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 382 unsigned int max_size = 0; local in function:intel_fbdev_init_bios
396 if (obj->base.size > max_size) {
400 max_size = obj->base.size;
449 if (cur_size > max_size) {
452 cur_size, max_size);
459 max_size, cur_size);
  /src/sbin/efi/
gptsubr.c 149 off_t max_size = 0; local in function:get_map_widths
158 if (max_size < m->map_size)
159 max_size = m->map_size;
174 w.size = (uint)snprintf(NULL, 0, "%" PRIx64, max_size);
  /src/lib/libedit/
history.c 777 size_t max_size; local in function:history_load
797 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
803 if (max_size < (size_t)sz) {
805 max_size = ((size_t)sz + 1024) & (size_t)~1023;
806 nptr = h_realloc(ptr, max_size * sizeof(*ptr));
839 size_t len, max_size; local in function:history_save_fp
848 ptr = h_malloc((max_size = 1024) * sizeof(*ptr));
864 if (len > max_size) {
866 max_size = (len + 1024) & (size_t)~1023;
867 nptr = h_realloc(ptr, max_size * sizeof(*ptr))
    [all...]
  /src/sys/arch/hppa/include/
pdc.h 534 u_int max_size; /* Max size in pages */ member in struct:pdc_btlb
541 u_int max_size; member in struct:pdc_hwtlb
644 u_int max_size; member in struct:pdc_chassis_info
  /src/sys/dev/pci/ixgbe/
ixgbe_vf.h 139 s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 681 vgdev->capsets[i].max_size = le32_to_cpu(resp->capset_max_size);
802 int max_size; local in function:virtio_gpu_cmd_get_capset
819 max_size = vgdev->capsets[idx].max_size;
820 cache_ent->caps_cache = kmalloc(max_size, GFP_KERNEL);
826 resp_buf = kzalloc(sizeof(struct virtio_gpu_resp_capset) + max_size,
837 cache_ent->size = max_size;
861 sizeof(struct virtio_gpu_resp_capset) + max_size,
virtgpu_kms.c 111 vgdev->capsets[i].max_size);
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 310 uptr max_size; member in struct:__interception::TrampolineMemoryRegion
373 current->max_size = bucket_size;
376 } else if (current->max_size - current->allocated_size > size) {
  /src/sys/arch/amiga/dev/
grfabs_cc.c 257 } else if (size->width > dmd->max_size.width ||
258 size->height > dmd->max_size.height) {
847 h_this_data->max_size.width = 724;
848 h_this_data->max_size.height = 242;
1029 hl_this_data->max_size.width = 724;
1030 hl_this_data->max_size.height = 482;
1255 hdl_this_data->max_size.width = 724;
1256 hdl_this_data->max_size.height = 800;
1511 a24_this_data->max_size.width = 1024;
1512 a24_this_data->max_size.height = 800
    [all...]
grfabs_ccreg.h 65 dimen_t max_size; /* largest fit. */ member in struct:display_mode_data
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_gem.c 61 unsigned long max_size; local in function:radeon_gem_object_create
73 max_size = rdev->mc.gtt_size - rdev->gart_pin_size;
74 if (size > max_size) {
76 size >> 20, max_size >> 20);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
vmwgfx_drm.h 579 __u32 max_size; member in struct:drm_vmw_get_3d_cap_arg
  /src/sys/arch/hppa/hppa/
machdep.c 734 pdc_btlb.min_size, pdc_btlb.max_size));
749 hppa_btlb_size_max = pdc_btlb.max_size;
762 if (error == 0 && pdc_hwtlb.min_size != 0 && pdc_hwtlb.max_size != 0) {
764 if (pmap_hptsize > pdc_hwtlb.max_size)
765 pmap_hptsize = pdc_hwtlb.max_size;
1181 if (frames > pdc_btlb.max_size) {
1184 pdc_btlb.min_size, (u_int) frames, pdc_btlb.max_size);

Completed in 30 milliseconds

1 2