HomeSort by relevance Sort by last modified time
    Searched refs:NONFAILING (Results 1 - 9 of 9) sorted by null

  /external/syzkaller/executor/
common_kvm_arm64.h 42 NONFAILING(text_type = text_array_ptr[0].typ);
43 NONFAILING(text = text_array_ptr[0].text);
44 NONFAILING(text_size = text_array_ptr[0].size);
55 NONFAILING(typ = opt_array_ptr[i].typ);
56 NONFAILING(val = opt_array_ptr[i].val);
81 NONFAILING(memcpy(host_mem, text, text_size));
common_kvm_amd64.h 144 NONFAILING(dt[index] = sd);
145 NONFAILING(lt[index] = sd);
152 NONFAILING(dt[index + 1] = 0);
153 NONFAILING(lt[index + 1] = 0);
292 NONFAILING(text_type = text_array_ptr[0].typ);
293 NONFAILING(text = text_array_ptr[0].text);
294 NONFAILING(text_size = text_array_ptr[0].size);
508 NONFAILING(*(host_mem + ADDR_TEXT) = 0xf4); // hlt for rsm
525 NONFAILING(pd[0] = PDE32_PRESENT | PDE32_RW | PDE32_USER | PDE32_PS);
562 NONFAILING(*(host_mem + ADDR_TEXT) = 0xf4); // hlt for rs
    [all...]
common_windows.h 15 #define NONFAILING(...) \
common_linux.h 361 NONFAILING(full = frags->full);
362 NONFAILING(count = frags->count);
367 NONFAILING(size = frags->frags[i]);
464 NONFAILING(res->seq = htonl((ntohl(tcphdr->seq) + (uint32)a1)));
465 NONFAILING(res->ack = htonl((ntohl(tcphdr->ack_seq) + (uint32)a2)));
492 NONFAILING(strncpy(buf, (char*)a0, sizeof(buf) - 1));
516 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1));
518 NONFAILING(snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1));
520 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/task/%d/%s", (int)a0, (char*)a1));
600 NONFAILING(strncpy((char*)(attr + 1), (char*)name, GENL_NAMSIZ))
    [all...]
executor.cc 564 NONFAILING(memcpy(addr, input_pos, size));
591 NONFAILING(csum_inet_update(&csum, (const uint8*)chunk_value, chunk_size));
1011 NONFAILING(switch (size) {
1031 NONFAILING(sprintf((char*)addr, "%020llu", val));
1036 NONFAILING(sprintf((char*)addr, "0x%016llx", val));
1041 NONFAILING(sprintf((char*)addr, "%023llo", val));
1051 NONFAILING(
    [all...]
common_fuchsia.h 107 #define NONFAILING(...) \
common.h 108 #define NONFAILING(...) \
  /external/syzkaller/pkg/csource/
generated.go 93 #define NONFAILING(...) \
511 #define NONFAILING(...) \
962 NONFAILING(full = frags->full);
963 NONFAILING(count = frags->count);
968 NONFAILING(size = frags->frags[i]);
1061 NONFAILING(res->seq = htonl((ntohl(tcphdr->seq) + (uint32)a1)));
1062 NONFAILING(res->ack = htonl((ntohl(tcphdr->ack_seq) + (uint32)a2)));
1086 NONFAILING(strncpy(buf, (char*)a0, sizeof(buf) - 1));
1109 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1));
1111 NONFAILING(snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1))
    [all...]
csource.go 393 // Remove NONFAILING, debug, fail, etc calls.
395 result = regexp.MustCompile(`\t*NONFAILING\((.*)\);\n`).ReplaceAll(result, []byte("$1;\n"))

Completed in 475 milliseconds