Searched refs:sys (Results 1 – 16 of 16) sorted by relevance
/lk-master/platform/zynq/ |
A D | mkbootheader.py | 5 import sys, os, array 7 if len(sys.argv) < 3: 9 print ("%s <binfile> <outfile>" % sys.argv[0]) 10 sys.exit(1) 12 fin = open(sys.argv[1], "r+b") 13 finsize = os.stat(sys.argv[1]).st_size 14 fout = open(sys.argv[2], "w+b")
|
/lk-master/platform/lpc15xx/ |
A D | lpccheck.py | 3 import sys, os, struct 5 if len(sys.argv) < 2: 7 print ("%s <binfile>" % sys.argv[0]) 8 sys.exit(1) 10 f = open(sys.argv[1], "r+b")
|
/lk-master/external/lib/lwip/core/ |
A D | stats.c | 139 stats_display_sys(struct stats_sys *sys) in stats_display_sys() argument 142 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys() 143 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys() 144 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys() 145 LWIP_PLATFORM_DIAG(("mutex.used: %"U32_F"\n\t", (u32_t)sys->mutex.used)); in stats_display_sys() 146 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys() 147 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys() 148 LWIP_PLATFORM_DIAG(("mbox.used: %"U32_F"\n\t", (u32_t)sys->mbox.used)); in stats_display_sys() 149 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys() 150 LWIP_PLATFORM_DIAG(("mbox.err: %"U32_F"\n\t", (u32_t)sys->mbox.err)); in stats_display_sys()
|
/lk-master/external/platform/pico/rp2_common/boot_stage2/ |
A D | pad_checksum | 6 import sys 32 sys.exit("Could not open input file '{}'".format(args.ifile)) 35 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.… 55 sys.exit("Could not open output file '{}'".format(args.ofile))
|
/lk-master/tools/ |
A D | bin2h.py | 4 import sys 19 f = bytearray(sys.stdin.read(), 'utf-8') 23 sys.stdout.write("%#04x," % c)
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | stats.h | 145 struct stats_sys sys; member 260 #define SYS_STATS_INC(x) STATS_INC(sys.x) 261 #define SYS_STATS_DEC(x) STATS_DEC(sys.x) 262 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1) 263 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys) 278 void stats_display_sys(struct stats_sys *sys); 285 #define stats_display_sys(sys) argument
|
/lk-master/scripts/ |
A D | attach.cmm | 1 sys.down 5 sys.mode attach
|
A D | config_a11.cmm | 10 sys.cpu arm1136j 15 sys.mode attach
|
A D | lk.cmm | 8 sys.down 12 sys.mode attach
|
A D | config_scorpion.cmm | 9 sys.cpu scorpion
|
/lk-master/arch/arm/ |
A D | stackusage | 3 import sys 16 for line in sys.stdin:
|
/lk-master/platform/rp20xx/tools/ |
A D | uf2conv.py | 27 import sys 220 if sys.platform == "win32": 230 if sys.platform == "darwin": 232 elif sys.platform == "linux": 270 sys.exit(1)
|
/lk-master/arch/x86/ |
A D | descriptor.c | 42 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits) { in set_global_desc() argument 57 _gdt[index].seg_desc_legacy.s = sys != 0; // system / non-system in set_global_desc()
|
/lk-master/arch/x86/include/arch/x86/ |
A D | descriptor.h | 47 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits);
|
/lk-master/platform/mediatek/mt6735/ |
A D | rules.mk | 11 $(LOCAL_DIR)/../../include/sys \
|
/lk-master/external/lib/lwip/ |
A D | rules.mk | 30 $(LOCAL_DIR)/core/sys.c \
|
Completed in 19 milliseconds