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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c109 static bitv *bitv_alloc(void);
776 if ((allbits = bitv_alloc()) == NULL) {
780 "%sENOMEM from bitv_alloc\n", debugstr);
852 if ((allbits = bitv_alloc()) == NULL) {
909 if ((dictval = bitv_alloc()) == NULL) {
1095 * general, the desired length should be passed in to bitv_alloc()
1110 bitv_alloc(void) function
1122 /* free a bit vector that was allocated with bitv_alloc() */
1400 bitv *bv = bitv_alloc();

Completed in 47 milliseconds