Home
last modified time | relevance | path

Searched refs:__size (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dring.h153 #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); \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c190 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 Dcatgets.c55 (catd_st->__size == 0) && (catd_st->__trust == 1)) { in catgets()
58 } else if ((catd_st->__content == NULL) || (catd_st->__size == 0)) { in catgets()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c94 i += __size((char *)(intptr_t)*adx++); in libform_regcmp()
259 __size(char *strg) in __size() function
H A Dmapfile-vers256 __size;
/illumos-gate/usr/src/head/
H A Dnl_types.h97 int __size; /* Size of catalogue file */ member
H A Dunistd.h687 ttyname_r(int __fildes, char *__buf, size_t __size) in ttyname_r() argument
689 return (__posix_ttyname_r(__fildes, __buf, __size)); in ttyname_r()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h256 extern int __size(char *);
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c265 #define T4_RECORD_MBOX(__adapter, __cmd, __size, __access, __execute) \ argument
266 t4_record_mbox(__adapter, __cmd, __size, __access, __execute)
270 #define T4_RECORD_MBOX(__adapter, __cmd, __size, __access, __execute) \ argument