HomeSort by: relevance | last modified time | path
    Searched refs:CheckCancel (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c 52 if (CheckCancel(0) || (fd = open((char*)wkernel_name, O_RDONLY)) < 0) {
59 if (CheckCancel(0) || getinfo(fd, &start, &end) < 0) {
65 if (CheckCancel(0) || vmem_init(start, end) < 0) {
88 if (CheckCancel(0) || loadfile(fd, &start) < 0) {
94 if (CheckCancel(-1)) {
pbsdboot.h 119 BOOL CheckCancel(int progress);
elf.c 118 if (CheckCancel(progress)) {
main.c 1054 BOOL CheckCancel(int progress)

Completed in 13 milliseconds