Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 62) sorted by relevance

123

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c38 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 Ddamap.c66 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 Dfwflash.h366 #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 Dfsys_zfs.h187 #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 Dm4.h80 struct bs { struct
81 void (*bfunc)(wchar_t **, int);
82 wchar_t *bname;
/titanic_41/usr/src/lib/libc/port/locale/
H A Dbig5.c93 _BIG5State *bs; in _BIG5_mbrtowc() local
153 _BIG5State *bs; in _BIG5_wcrtomb() local
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlfind.c56 lfind(const void *ky, const void *bs, size_t *nelp, in lfind()
H A Dlsearch.c55 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.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
H A Dwborder.c79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) in wborder()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
H A Dbrdr_st.c49 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument
H A Dwbrdr_st.c53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument
H A Dwbrdr.c54 chtype ls, chtype rs, chtype ts, chtype bs, in wborder()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c52 border(chtype ls, chtype rs, chtype ts, chtype bs, in border()
H A Dbrdr_st.c53 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in border_set()
H A Dwbrdr_st.c57 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in wborder_set()
H A Dwbrdr.c57 chtype ls, chtype rs, chtype ts, chtype bs, in wborder()
/titanic_41/usr/src/common/util/
H A Dbsearch.c45 const void *bs, /* Beginning of table */ in bsearch()
/titanic_41/usr/src/cmd/fs.d/fd/
H A Dmount.c145 rpterr(char *bs, char *mp) in rpterr()
/titanic_41/usr/src/cmd/fs.d/mntfs/
H A Dmount.c142 rpterr(char *bs, char *mp) in rpterr()
/titanic_41/usr/src/cmd/fs.d/proc/
H A Dmount.c143 rpterr(char *bs, char *mp) in rpterr()
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c146 rpterr(char *bs, char *mp) in rpterr()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap.c152 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 Dpmap_common.c51 const lwpstack_t *bs = bp; in cmpstacks() local

123