Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c92 typedef struct bitv bitv; typedef
93 static const struct info *dictval2info(const bitv *bv);
99 static bitv *code2dictval(fm_dc_handle_t *dhp, const char *code);
107 static bitv *bitv_alloc(void);
108 static void bitv_free(bitv *bv);
109 static void bitv_shift(bitv *bv, unsigned bits);
110 static void bitv_setlo(bitv *bv, unsigned bits, unsigned val);
111 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val);
112 static void bitv_shiftinv(bitv *bv, unsigned bits, const bitv *inbv);
113 static int bitv_bits(const bitv *bv);
[all …]