Searched refs:seq (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dmemory.cpp87 void* seq; member in struct:boot_addr_range
179 e820_range_seq_t* seq = (e820_range_seq_t*)(range->seq); local
180 seq->index = -1;
184 e820_range_seq_t* seq = (e820_range_seq_t*)(range->seq); local
186 seq->index++;
188 if (seq->index == seq->count) {
194 e820entry_t* entry = &seq
201 e820_range_init(boot_addr_range_t* range, e820_range_seq_t* seq) argument
226 efi_range_seq_t* seq = (efi_range_seq_t*)(range->seq); local
252 efi_range_seq_t* seq = (efi_range_seq_t*)(range->seq); local
287 efi_range_init(boot_addr_range_t* range, efi_range_seq_t* seq) argument
319 multiboot_range_seq_t* seq = (multiboot_range_seq_t*)(range->seq); local
324 multiboot_range_seq_t* seq = (multiboot_range_seq_t*)(range->seq); local
365 multiboot_range_init(boot_addr_range_t* range, multiboot_range_seq_t* seq) argument
[all...]
/fuchsia/zircon/scripts/entropy-test/jitterentropy/
H A Dtest-tunable-config25 echo " --ll-seq '<N1> <N2> ... <Nk>'" >&2
26 echo " --ml-seq '<N1> <N2> ... <Nk>'" >&2
27 echo " --bs-seq '<N1> <N2> ... <Nk>'" >&2
28 echo " --bc-seq '<N1> <N2> ... <Nk>'" >&2
34 echo " : --ll-seq '1 2 3 4' --ml-seq '1 4 16 256' \\" >&2
35 echo " : --bs-seq '64' --bc-seq '512'" >&2
74 --ll-seq)
75 if [[ $# -lt 2 ]]; then echo "--ll-seq missin
[all...]
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c346 char seq[32]; local
347 snprintf(seq,32,"\x1b[%dD",cols-start);
348 if (write(ofd,seq,strlen(seq)) == -1) {
524 char seq[64]; local
534 snprintf(seq,64,"\033[%d;%d;49m",bold,color);
535 abAppend(ab,seq,strlen(seq));
550 char seq[64]; local
579 snprintf(seq,6
601 char seq[64]; local
855 char seq[3]; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dipc.h21 #define __seq seq
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcnd_timedwait.c33 int seq = 2; local
35 .barrier = ATOMIC_VAR_INIT(seq),
61 e = __timedwait(fut, seq, clock, ts);
62 while (*fut == seq && !e);
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_cond_timedwait.c46 int seq = 2; local
48 .barrier = ATOMIC_VAR_INIT(seq),
75 e = __timedwait(fut, seq, clock, ts);
76 while (*fut == seq && !e);
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dnetlink.c7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, argument
24 u.req.nlh.nlmsg_seq = seq;
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c268 char c, seq[3]; local
278 if (read(fd,seq,1) == 0) return ESC;
279 if (read(fd,seq+1,1) == 0) return ESC;
282 if (seq[0] == '[') {
283 if (seq[1] >= '0' && seq[1] <= '9') {
285 if (read(fd,seq+2,1) == 0) return ESC;
286 if (seq[2] == '~') {
287 switch(seq[1]) {
294 switch(seq[
368 char seq[32]; local
[all...]
/fuchsia/zircon/system/uapp/ping/
H A Dping.cpp141 int seq = ntohs(packet.hdr.un.echo.sequence); local
143 printf("%" PRIu64 " bytes: icmp_seq=%d time=%" PRIu64 " us\n", r, seq, usec);
/fuchsia/zircon/third_party/ulib/musl/include/netinet/
H A Dtcp.h84 uint32_t seq; member in struct:tcphdr::__anon1715::__anon1716
/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c77 atomic_int_fast32_t seq; member in struct:fdio_directory
382 int n = atomic_fetch_add(&dir->seq, 1);
446 atomic_init(&dir->seq, 0);
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h1741 } set_brightness, seq, demo; member in union:ec_params_lightbar::__anon1547
1809 } off, on, init, set_brightness, seq, reg, set_rgb, member in union:ec_response_lightbar::__anon1548

Completed in 262 milliseconds