Searched refs:_u (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/lib/libc/include/
H A Dport_before.h16 union { const void *k; void *v; } _u; \
17 _u.k = konst; \
18 var = _u.v; \
/freebsd-10-stable/lib/libc/resolv/
H A Dres_init.c190 if (statp->_u._ext.ext != NULL)
235 statp->_u._ext.nscount = 0;
236 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
237 if (statp->_u._ext.ext != NULL) {
238 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
239 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
240 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
241 strcpy(statp->_u
[all...]
H A Dres_state.c55 if (statp->_u._ext.ext != NULL)
77 ext = statp->_u._ext.ext;
H A Dres_send.c128 #define EXT(res) ((res)->_u._ext)
/freebsd-10-stable/sys/sys/
H A Dtime.h61 uint64_t _u; local
63 _u = _bt->frac;
65 if (_u > _bt->frac)
72 uint64_t _u; local
74 _u = _bt->frac;
76 if (_u > _bt->frac)
84 uint64_t _u; local
86 _u = _bt->frac;
88 if (_u < _bt->frac)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h168 } _u; member in struct:ctf_stype
185 } _u; member in struct:ctf_type
190 #define ctt_size _u._size /* for fundamental types that have a size */
191 #define ctt_type _u._type /* for types that reference another type */
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h187 } _u; member in struct:intr
192 #define intr_iformat _u._iformat
193 #define intr_fformat _u._fformat
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h69 union { const void *k; void *v; } _u; \
70 _u.k = konst; \
71 var = _u.v; \
H A Dbuffer.h687 } _u; \
688 _u.konst = (_base); \
689 (_b)->base = _u.var; \
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c118 } _u; member in struct:ttm_pool_manager
121 #define pools _u.u_pools
122 #define wc_pool _u._ut.u_wc_pool
123 #define uc_pool _u._ut.u_uc_pool
124 #define wc_pool_dma32 _u._ut.u_wc_pool_dma32
125 #define uc_pool_dma32 _u._ut.u_uc_pool_dma32
/freebsd-10-stable/contrib/file/src/
H A Dfile.h302 } _u; member in struct:magic
303 #define num_mask _u._mask
304 #define str_range _u._s._count
305 #define str_flags _u._s._flags
/freebsd-10-stable/include/
H A Dresolv.h179 u_int _pad; /*%< make _u 64 bit aligned */
189 } _u; member in struct:__res_state
/freebsd-10-stable/lib/libc/net/
H A Dname6.c601 if (statp->_u._ext.ext->sort_list[j].af !=
604 sp = (u_char *)&statp->_u._ext.ext->sort_list[j].addr;
605 mp = (u_char *)&statp->_u._ext.ext->sort_list[j].mask;
/freebsd-10-stable/sys/dev/aac/
H A Daacreg.h155 } _u; member in struct:aac_fib_header

Completed in 100 milliseconds