Searched defs:bitv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c94 typedef struct bitv bitv; typedef in typeref:struct:bitv
95 static const struct info *dictval2info(const bitv *bv);
101 static bitv *code2dictval(fm_dc_handle_t *dhp, const char *code);
109 static bitv *bitv_alloc(void);
110 static void bitv_free(bitv *bv);
111 static void bitv_shift(bitv *bv, unsigned bits);
112 static void bitv_setlo(bitv *bv, unsigned bits, unsigned val);
113 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val);
114 static void bitv_shiftinv(bitv *b
1104 struct bitv { struct
[all...]

Completed in 60 milliseconds