Home | Sort by: relevance | last modified time | path |
/src/usr.bin/fstat/ | |
zfs_znode.h | 49 typedef int boolean_t; typedef in typeref:typename:int 99 boolean_t z_is_sa; /* are we native sa? */ |
/src/regress/sys/uvm/pdsim/ | |
pdsim.h | 48 typedef int boolean_t; typedef in typeref:typename:int 90 boolean_t pmap_clear_reference(struct vm_page *); 91 boolean_t pmap_is_referenced(struct vm_page *); |
/src/sbin/iscsid/ | |
iscsid_globals.h | 82 typedef int boolean_t; typedef in typeref:typename:int 474 void delete_portal(portal_t *, boolean_t); 485 boolean_t register_event_handler(void); |
/src/sys/sys/ | |
types.h | 223 * Deprecated Mach-style boolean_t type. Should not be used by new code. 225 typedef int boolean_t; typedef in typeref:typename:int |