HomeSort by: relevance | last modified time | path
    Searched defs:bool_t (Results 1 - 2 of 2) sorted by relevancy

  /src/common/include/rpc/
types.h 43 typedef int32_t bool_t; typedef in typeref:typename:int32_t
  /src/sys/dev/pci/bktr/
bktr_core.c 230 typedef u_char bool_t; typedef in typeref:typename:u_char
435 static bool_t getline(bktr_reg_t *, int);
436 static bool_t notclipped(bktr_reg_t * , int , int);
437 static bool_t split(bktr_reg_t *, volatile u_int **, int, u_int, int,
2590 static bool_t notclipped (bktr_reg_t * bktr, int x, int width) {
2617 static bool_t getline(bktr_reg_t *bktr, int x) {
2661 static bool_t split(bktr_reg_t * bktr, volatile u_int **dma_prog, int width ,

Completed in 14 milliseconds