Searched refs:item_count (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | symintUtil.c | 51 _Malloc(uint_t item_count, uint_t item_size) in _Malloc() argument 55 if ((p = calloc(item_count, item_size)) == NULL) { in _Malloc() 57 item_size, item_count)); in _Malloc()
|
H A D | symint.h | 89 void *_Malloc(uint_t item_count, uint_t item_size);
|
H A D | prof.c | 177 static void *_prof_Malloc(int item_count, int item_size); 1161 _prof_Malloc(int item_count, int item_size) in _prof_Malloc() argument 1165 if ((p = malloc((unsigned)item_count * (unsigned)item_size)) == NULL) { in _prof_Malloc()
|
/titanic_44/usr/src/lib/libeti/menu/common/ |
H A D | itemcount.c | 39 item_count(MENU *m) in item_count() function
|
H A D | mapfile-vers | 46 item_count;
|
H A D | llib-lmenu | 69 int item_count(MENU *m) {return 0;}
|
/titanic_44/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 160 item_count(MENU *), 223 item_count(),
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 1011 int item_count; in xnb_copy_to_peer() local 1030 item_count = 0; in xnb_copy_to_peer() 1083 if (item_count == xnbp->xnb_rx_cpop_count) { in xnb_copy_to_peer() 1086 gop_cp = &xnbp->xnb_rx_cpop[item_count]; in xnb_copy_to_peer() 1118 item_count++; in xnb_copy_to_peer() 1123 chunk, int, len, int, item_count); in xnb_copy_to_peer() 1127 item_count) != 0) { in xnb_copy_to_peer() 1154 for (i = 0; i < item_count; i++) { in xnb_copy_to_peer()
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 253 item_count.3curses \ 1091 item_count.3curses := LINKSRC = menu_items.3curses
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 310 link path=usr/share/man/man3curses/item_count.3curses \
|
/titanic_44/ |
H A D | .gitignore | 5679 usr/src/man/man3curses/item_count.3curses
|