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

/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_osdep.h56 } boolean_t; typedef in typeref:enum:__anon20204
/external/selinux/libselinux/src/
H A Daudit2why.c33 struct boolean_t { struct
38 static struct boolean_t **boollist = NULL;
57 boollist[boolcnt] = malloc(sizeof(struct boolean_t));
64 static int check_booleans(struct boolean_t **bools)
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
152 struct boolean_t *b = *bools;
318 struct boolean_t *bools;
397 struct boolean_t *b = bools;
/external/syslinux/core/fs/xfs/
H A Dxfs_types.h29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef in typeref:enum:__anon19433
/external/syslinux/extlinux/
H A Dxfs_types.h29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef in typeref:enum:__anon19846

Completed in 310 milliseconds