/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | bitset.c | 38 bitset_free(bitset_t *bs) in bitset_free() 50 bitset_t *bs; in bitset_get() local 72 bitset_highbit(bitset_t *bs) in bitset_highbit() 139 bitset_print(bitset_t *bs, char *label, int width) in bitset_print() 203 bitset_t *bs; in bitset() local
|
H A D | damap.c | 66 bitset_free(bitset_t *bs, int embedded) in bitset_free() 79 bitset_t *bs; in bitset_get() local 161 bitset_t *bs; in damap_get() local
|
/titanic_41/usr/src/cmd/fwflash/common/ |
H A D | fwflash.h | 366 #define ARMSWAPBITS(bs) (bs) argument 367 #define MLXSWAPBITS16(bs) ntohs(bs) argument 368 #define MLXSWAPBITS32(bs) ntohl(bs) argument 369 #define MLXSWAPBITS64(bs) \ argument 372 #define ARMSWAPBITS(bs) (LE_32(((bs) & LOWBITS32)) | LE_32(((bs) & HIGHBITS32))) argument 373 #define MLXSWAPBITS16(bs) (bs) argument 374 #define MLXSWAPBITS32(bs) (bs) argument 375 #define MLXSWAPBITS64(bs) (bs) argument
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 187 #define ZAP_LEAF_HASH_SHIFT(bs) (bs - 5) argument 188 #define ZAP_LEAF_HASH_NUMENTRIES(bs) (1 << ZAP_LEAF_HASH_SHIFT(bs)) argument 189 #define LEAF_HASH(bs, h) \ argument 198 #define ZAP_LEAF_NUMCHUNKS(bs) \ argument 207 #define ZAP_LEAF_CHUNK(l, bs, idx) \ argument 209 #define ZAP_LEAF_ENTRY(l, bs, idx) (&ZAP_LEAF_CHUNK(l, bs, idx).l_entry) argument
|
/titanic_41/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 80 struct bs { struct 81 void (*bfunc)(wchar_t **, int); 82 wchar_t *bname;
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | big5.c | 93 _BIG5State *bs; in _BIG5_mbrtowc() local 153 _BIG5State *bs; in _BIG5_wcrtomb() local
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | lfind.c | 56 lfind(const void *ky, const void *bs, size_t *nelp, in lfind()
|
H A D | lsearch.c | 55 lsearch(const void *ky, void *bs, size_t *nelp, size_t width, in lsearch() argument
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
|
H A D | wborder.c | 79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) in wborder()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | brdr.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
|
H A D | brdr_st.c | 49 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument
|
H A D | wbrdr_st.c | 53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument
|
H A D | wbrdr.c | 54 chtype ls, chtype rs, chtype ts, chtype bs, in wborder()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | brdr.c | 52 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
|
H A D | brdr_st.c | 53 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in border_set()
|
H A D | wbrdr_st.c | 57 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in wborder_set()
|
H A D | wbrdr.c | 57 chtype ls, chtype rs, chtype ts, chtype bs, in wborder()
|
/titanic_41/usr/src/common/util/ |
H A D | bsearch.c | 45 const void *bs, /* Beginning of table */ in bsearch()
|
/titanic_41/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 145 rpterr(char *bs, char *mp) in rpterr()
|
/titanic_41/usr/src/cmd/fs.d/mntfs/ |
H A D | mount.c | 142 rpterr(char *bs, char *mp) in rpterr()
|
/titanic_41/usr/src/cmd/fs.d/proc/ |
H A D | mount.c | 143 rpterr(char *bs, char *mp) in rpterr()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 146 rpterr(char *bs, char *mp) in rpterr()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 152 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_grow() local 226 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_store() local 274 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_load() local 504 int bs = FZAP_BLOCK_SHIFT(zap); in zap_get_leaf_byblk() local 937 int bs; in fzap_prefetch() local 1260 int bs = FZAP_BLOCK_SHIFT(zap); in fzap_get_stats() local
|
/titanic_41/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 51 const lwpstack_t *bs = bp; in cmpstacks() local
|