Searched refs:sys_prot_t (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/lwip2/arch/
H A Dsys_arch.h24 typedef u8_t sys_prot_t; typedef
/barrelfish-master/include/lwip/arch/
H A Dsys_arch.h18 typedef u8_t sys_prot_t; typedef
/barrelfish-master/include/lwip/lwip/
H A Dsys.h164 * type sys_prot_t. If a particular port needs a different implementation, then
167 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev
187 sys_prot_t sys_arch_protect(void);
188 void sys_arch_unprotect(sys_prot_t pval);
/barrelfish-master/include/lwip2/lwip/
H A Dsys.h369 * type sys_prot_t. If a particular port needs a different implementation, then
372 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev
396 sys_prot_t sys_arch_protect(void);
397 void sys_arch_unprotect(sys_prot_t pval);
/barrelfish-master/lib/lwip/src/
H A Dsys_arch.c74 sys_prot_t sys_arch_protect(void)
80 void sys_arch_unprotect(sys_prot_t pval)
82 // this is always true (sys_prot_t is uint8_t!) -AB
/barrelfish-master/lib/lwip2/src/
H A Dsys_arch.c84 sys_prot_t sys_arch_protect(void)
90 void sys_arch_unprotect(sys_prot_t pval)
92 // this is always true (sys_prot_t is uint8_t!) -AB

Completed in 51 milliseconds