Searched refs:__size (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 153 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument 156 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 160 #define BACK_RING_INIT(_r, _s, __size) do { \ argument 163 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 168 #define FRONT_RING_ATTACH(_r, _s, __size) do { \ argument 172 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 175 #define BACK_RING_ATTACH(_r, _s, __size) do { \ argument 179 (_r)->nr_ents = __RING_SIZE(_s, __size); \
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 190 p->__size = 0; in process_nls_path() 316 tmp_catd->__size = (int)statbuf.st_size; in file_open() 328 (void) munmap(catd->__content, catd->__size); in catclose() 331 catd->__size = 0; in catclose()
|
H A D | catgets.c | 57 (catd_st->__size == 0) && (catd_st->__trust == 1)) { in catgets() 60 } else if ((catd_st->__content == NULL) || (catd_st->__size == 0)) { in catgets()
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | regcmp.c | 94 i += __size((char *)(intptr_t)*adx++); in libform_regcmp() 259 __size(char *strg) in __size() function
|
H A D | mapfile-vers | 208 __size;
|
/titanic_50/usr/src/head/ |
H A D | nl_types.h | 97 int __size; /* Size of catalogue file */ member
|
H A D | unistd.h | 681 ttyname_r(int __fildes, char *__buf, size_t __size) in ttyname_r() argument 683 return (__posix_ttyname_r(__fildes, __buf, __size)); in ttyname_r()
|
/titanic_50/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 258 extern int __size(char *);
|