Searched refs:types (Results 126 - 150 of 712) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/sys/
H A Dppoll.c36 #include <sys/types.h>
H A Dpselect.c36 #include <sys/types.h>
H A Dreadv.c36 #include <sys/types.h>
H A Dselect.c36 #include <sys/types.h>
H A Dsendto.c36 #include <sys/types.h>
H A Dwritev.c36 #include <sys/types.h>
/barrelfish-2018-10-04/include/
H A Dposixcompat.h15 #include <barrelfish/types.h>
H A Dftw.h28 #include <sys/types.h>
/barrelfish-2018-10-04/kernel/
H A Dcoreboot.c19 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Darm_hal.h26 #include <barrelfish_kpi/types.h>
H A Dgic_v3.h16 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/kernel/include/
H A Dsys_debug.h21 #include <barrelfish_kpi/types.h>
/barrelfish-2018-10-04/lib/phoenix/
H A Dmemory.h30 #include <sys/types.h>
/barrelfish-2018-10-04/usr/drivers/omap44xx/twl6030/
H A Di2c.h12 #include <barrelfish/types.h>
/barrelfish-2018-10-04/lib/blk/dma_mem/
H A Ddma_mem.h13 #include <barrelfish/types.h>
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dkmod.h33 #include <sys/types.h>
H A Dkref.h32 #include <sys/types.h>
H A Dstring.h33 #include <linux/types.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_mbstr.c76 * a mask of permissible ASN1 string types. It then works out the minimal
311 unsigned long types; local
312 types = *((unsigned long *)arg);
313 if((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
314 types &= ~B_ASN1_PRINTABLESTRING;
315 if((types & B_ASN1_IA5STRING) && (value > 127))
316 types &= ~B_ASN1_IA5STRING;
317 if((types & B_ASN1_T61STRING) && (value > 0xff))
318 types &= ~B_ASN1_T61STRING;
319 if((types
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dnice.c36 #include <sys/types.h>
H A Dsendmmsg.c33 #include <sys/types.h>
H A Dtrivial-getcontextx.c30 #include <sys/types.h>
H A Dwaitpid.c37 #include <sys/types.h>
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_db_hash.c31 #include <sys/types.h>
/barrelfish-2018-10-04/lib/libc/include/
H A Dresolv_mt.h4 #include <sys/types.h>

Completed in 282 milliseconds

1234567891011>>