Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 1527) sorted by path

12345678910>>...62

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c416 rgb_to_color_index(uint8_t r, uint8_t g, uint8_t b) in rgb_to_color_index()
1578 uint8_t r, g, b, a; in gfx_fb_putimage() local
H A Dtem.c1033 uint8_t b; in tem_input_byte() local
1242 int r, g, b; in tem_selgraph() local
H A Dutil.c38 memset(void *b, int c, size_t len) in memset()
/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c309 char *b; member
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h188 #define _CONCATENATE(a, b) __CONCATENATE(a, b) argument
189 #define __CONCATENATE(a, b) a ## b argument
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1499 TPM2B_ECC_PARAMETER b; member
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h546 UINT8 b; member
681 BOOLEAN b; member
H A DUefiPxe.h20 #define PXE_BUSTYPE(a, b, c, d) \ argument
/illumos-gate/usr/src/boot/efi/libefi/
H A Dwchar.c38 wcscmp(CHAR16 *a, CHAR16 *b) in wcscmp()
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h225 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument
229 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c81 #define setenv_(a, b, c) argument
H A Dbzipfs.c48 min(uint_t a, uint_t b) in min()
H A Ddosfs.c112 #define blkbyt(fs, b) ((b) << (fs)->bshift) argument
114 #define blksec(fs, b) ((b) << ((fs)->bshift - SSHIFT)) argument
117 #define blkoff(fs, b) (secbyt((fs)->lsndta) + blkbyt(fs, (b) - LOCLUS)) argument
120 #define blklsn(fs, b) ((fs)->lsndta + blksec(fs, (b) - LOCLUS)) argument
H A Dqdivrem.c49 #define COMBINE(a, b) (((u_int)(a) << HALF_BITS) | (b)) argument
281 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3()
291 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3()
304 __divdi3(quad_t a, quad_t b) in __divdi3()
328 __moddi3(quad_t a, quad_t b) in __moddi3()
346 __divmoddi4(quad_t a, quad_t b, quad_t *r) in __divmoddi4()
H A Dstand.h377 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax()
378 static __inline int imin(int a, int b) { return (a < b ? a : b); } in imin()
379 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax()
380 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin()
381 static __inline uint_t max(uint_t a, uint_t b) { return (a > b ? a : b); } in max()
382 static __inline uint_t min(uint_t a, uint_t b) { return (a < b ? a : b); } in min()
383 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax()
384 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } in qmin()
385 static __inline ulong_t ulmax(ulong_t a, ulong_t b) { return (a > b ? a : b); } in ulmax()
386 static __inline ulong_t ulmin(ulong_t a, ulong_t b) { return (a < b ? a : b); } in ulmin()
/illumos-gate/usr/src/boot/libsa/uuid/
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) in uuid_equal()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c68 uint64_t a, b, c, d; in fletcher_4_native() local
86 uint64_t a, b, c, d; in fletcher_4_byteswap() local
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
H A Dzfsimpl.h77 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) argument
78 #define AVL_PCMP(a, b) \ argument
H A Dzfssubr.c1199 uint64_t b = offset >> unit_shift; in vdev_raidz_map_alloc() local
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h172 #define MODULE_PNP_INFO(d, b, unique, t, l, n) \ argument
H A Dparam.h301 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
302 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
H A Dtem_impl.h136 uint8_t b; member
H A Dtime.h122 #define bintime_cmp(a, b, cmp) \ argument
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h521 #define fsbtodb(fs, b) ((daddr_t)(b) << (fs)->fs_fsbtodb) argument
522 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) argument

12345678910>>...62