Home
last modified time | relevance | path

Searched defs:_cpu (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/crypto/fsl/
H A Dsec.c38 char *p;
39 u32 val;
41 /* locate crypto node based on lowest common compatible */
46 /* delete it if not on an E-processor */
48 fdt_del_node(blob, crypto_node);
52 /* else we got called for possible uprev */
54 if (sec_rev_prop_list[sec_idx].sec_rev == sec_rev)
57 if (sec_idx == ARRAY_SIZE(sec_rev_prop_list)) {
62 err = fdt_setprop_u32(blob, crypto_node, "fsl,num-channels",
65 printf("WARNING: could not set crypto property: %s\n",
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dcpu.c38 struct _cpu { struct
41 registers regs;
44 unsigned_word program_counter;
48 vm *virtual;
53 cpu_mon *monitor;
54 os_emul *os_emulation;
55 psim *system;
56 event_queue *events;
57 int cpu_nr;
60 model_data *model_ptr;
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dcpu.c37 struct _cpu { struct
40 registers regs;
43 unsigned_word program_counter;
47 vm *virtual;
52 cpu_mon *monitor;
53 os_emul *os_emulation;
54 psim *system;
55 event_queue *events;
56 int cpu_nr;
59 model_data *model_ptr;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dcpu.c38 struct _cpu { struct
41 registers regs;
44 unsigned_word program_counter;
48 vm *virtual;
53 cpu_mon *monitor;
54 os_emul *os_emulation;
55 psim *system;
56 event_queue *events;
57 int cpu_nr;
60 model_data *model_ptr;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/md/
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_nspr_pthread.h129 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
131 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
132 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
133 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
134 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
135 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
137 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
138 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
139 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
140 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_nto.h141 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
143 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
144 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
145 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
146 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
147 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
149 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
150 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
151 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
152 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_qnx.h132 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
134 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
135 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
136 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
137 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
138 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
140 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
141 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
142 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
143 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_unixware.h127 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
129 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
130 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
131 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
132 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
133 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
135 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
136 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
137 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
138 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/md/
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_bsdi.h137 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
139 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
140 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
141 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
142 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
143 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
145 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
146 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
147 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
148 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_nto.h141 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
143 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
144 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
145 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
146 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
147 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
149 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
150 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
151 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
152 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/md/
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/md/
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/md/
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/include/md/
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/md/
H A D_scoos.h128 #define _PR_IOQ(_cpu) ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
H A D_riscos.h128 #define _PR_IOQ(_cpu) /* */ ((_cpu)->md.md_unix.ioQ) argument
130 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.md_unix.fd_read_set) argument
131 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.md_unix.fd_read_cnt) argument
132 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.md_unix.fd_write_set) argument
133 #define _PR_FD_WRITE_CNT(_cpu) ((_cpu)->md.md_unix.fd_write_cnt) argument
134 #define _PR_FD_EXCEPTION_SET(_cpu) ((_cpu)->md.md_unix.fd_exception_set) argument
136 #define _PR_IOQ_TIMEOUT(_cpu) ((_cpu)->md.md_unix.ioq_timeout) argument
137 #define _PR_IOQ_MAX_OSFD(_cpu) ((_cpu)->md.md_unix.ioq_max_osfd) argument
138 #define _PR_IOQ_OSFD_CNT(_cpu) ((_cpu)->md.md_unix.ioq_osfd_cnt) argument
139 #define _PR_IOQ_POLLFDS(_cpu) ((_cpu)->md.md_unix.ioq_pollfds) argument
[all …]
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsinit.c137 register struct packet *pkt;
140 register int i;
141 register int c;
143 if (*p++ != CTLCHAR || *p++ != HEAD)
146 if (strncmp(p, "V6,sum=", 7) == 0) {
147 pkt->p_flags |= PF_V6;
150 for (i = 5; --i >= 0; ) {
152 if (c < 0 || c > 9)

1234567891011