Searched defs:region (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libast/common/disc/
H A Dmemfatal.c48 nomalloc(Vmalloc_t* region, int type, void* obj, Vmdisc_t* disc) argument
59 vmstat(region, &st);
60 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashalloc.c50 Hash_region_f region = 0; local
62 region = va_arg(ap, Hash_region_f);
65 if (!(tab = (Hash_table_t*)(*region)(handle, NiL, sizeof(Hash_table_t), 0)))
80 if (region)
82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0)))
90 if (tab->root->local->region = region)
170 if (region)
172 if (!(tab->table = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * tab->size, 0)))
184 if (!region)
[all...]
H A Dhashfree.c50 Hash_region_f region; local
63 if (region = tab->root->local->region)
79 if (region) (*region)(handle, p->name, 0, 0);
84 if (region) (*region)(handle, p, 0, 0);
96 if (region) (*region)(handle, tab->table, 0, 0);
100 else region
[all...]
H A Dhashsize.c46 Hash_region_f region; local
51 if (region = tab->root->local->region)
54 new_s = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * size, 0);
77 if (region) (*region)(handle, tab->table, 0, 0);
H A Dhashlib.h49 Hash_region_f region; /* region alloc/free routine */ member in struct:__anon1135
50 void* handle; /* region handle arg */
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsigcrit.c27 * signal critical region support
38 signals[] = /* held inside critical region */
86 * critical signal region handler
88 * op>0 new region according to SIG_REG_*, return region level
89 * op==0 pop region, return region level
90 * op<0 return non-zero if any signals held in current region
92 * signals[] held until region popped
99 static int region; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dvmstate.c23 #define FORMAT "region=%(region)p method=%(method)s flags=%(flags)s size=%(size)d segments=%(segments)d busy=(%(busy_size)d,%(busy_blocks)d,%(busy_max)d) free=(%(free_size)d,%(free_blocks)d,%(free_max)d)"
28 "[+NAME?vmstate - list the calling process vmalloc region state]"
39 "[+size?The total region size.]"
40 "[+segments?The number of segments in the region.]"
60 Vmalloc_t* region[256]; member in struct:State_s
76 else if (streq(s, "region"))
142 if (state->regions < elementsof(state->region))
143 state->region[state->regions++] = vm;
185 * now we can compute and list the state of each region
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_error.c148 dt_set_errmsg(dtrace_hdl_t *dtp, const char *errtag, const char *region, argument
173 else if (region != NULL)
174 (void) snprintf(s, n, "in %s: ", region);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_image.c69 image_paint (void *vself, const grub_video_rect_t *region) argument
76 if (!grub_video_have_common_points (region, &self->bounds))
H A Dgui_canvas.c80 canvas_paint (void *vself, const grub_video_rect_t *region) argument
139 if (grub_video_have_common_points (region, &r))
140 comp->ops->paint (comp, region);
H A Dgui_circular_progress.c114 circprog_paint (void *vself, const grub_video_rect_t *region) argument
121 if (!grub_video_have_common_points (region, &self->bounds))
H A Dgui_label.c82 label_paint (void *vself, const grub_video_rect_t *region) argument
89 if (!grub_video_have_common_points (region, &self->bounds))
H A Dview.c267 const grub_video_rect_t *region)
269 if (grub_video_have_common_points (&term_rect, region))
274 redraw_background (view, region);
276 view->canvas->component.ops->paint (view->canvas, region);
278 if (grub_video_have_common_points (&view->progress_message_frame, region))
266 grub_gfxmenu_view_redraw(grub_gfxmenu_view_t view, const grub_video_rect_t *region) argument
H A Dgui_box.c234 box_paint (void *vself, const grub_video_rect_t *region) argument
244 comp->ops->paint (comp, region);
H A Dgui_progress_bar.c187 progress_bar_paint (void *vself, const grub_video_rect_t *region) argument
194 if (!grub_video_have_common_points (region, &self->bounds))
H A Dgui_list.c293 list_paint (void *vself, const grub_video_rect_t *region) argument
300 if (!grub_video_have_common_points (region, &self->bounds))
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dtxn.h15 * The name of the transaction shared memory region is DEFAULT_TXN_FILE and
16 * the region is always created group RW of the group owning the directory.
37 size_t last_lock; /* offset in lock region of last lock
69 * track of the shared memory region.
83 DB_TXNREGION *region; /* address of shared memory region */ member in struct:__db_txnmgr
88 * Layout of the shared memory region.
89 * The region consists of a DB_TXNREGION structure followed by a large
94 RLAYOUT hdr; /* Shared memory region header. */
111 * Make the region larg
[all...]
H A Dlock.h15 #define DB_LOCK_DEFAULT_N 5000 /* Default # of locks in region. */
25 /* Check for region catastrophic shutdown. */
27 if ((lt)->region->hdr.panic) \
32 * The lock region consists of:
41 RLAYOUT hdr; /* Shared region header. */
54 size_t increment; /* how much to grow region */
56 size_t mem_off; /* offset of memory region */
57 size_t mem_bytes; /* number of bytes in memory region */
64 /* Macros to lock/unlock the region. */
66 (void)__db_mutex_lock(&(lt)->region
113 DB_LOCKREGION *region; /* Address of shared memory region. */ member in struct:__db_locktab
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c44 #define PFREGION(pf) ((pf)->data.data.region)
52 Vmulong_t max; /* max busy space for region */
54 Vmalloc_t* vm; /* region alloc from */
55 Pfobj_t* region; /* pointer to region record */ member in struct:_pfdata_s
79 Vmalloc_t* vm; /* region allocating from */
134 /* get region record; note that these are ordered by vm */
191 /* free all records related to region vm */
223 /* let vmclose knows that there are records for region vm */
239 { /* update region statistic
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c215 * is to be replaced. Each region describes a portion of the line.
220 int col; /* Starting column of region */
221 int size; /* Size of region */
247 * Find start of blank tail region.
258 * Send all the characters in the region to the terminal
261 _writeRegion(int row, LineRegion region) argument
266 cchar_t *optr = &curscr->_line[row][region.col];
267 cchar_t *nptr = &newscr->_line[row][region.col];
269 for (i = 0; i < region.size; i++, nptr++, optr++) {
290 curscr->_curx = region
298 _deleteRegion(int row, LineRegion region) argument
[all...]

Completed in 42 milliseconds