Searched refs:error (Results 226 - 250 of 4532) sorted by path

1234567891011>>

/linux-master/tools/kvm/kvm_stat/
H A DMakefile23 $(error "You need to install asciidoc for man pages")
/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py61 parser.error("unexpected command line argument")
63 parser.error("requesting tid but not comm is invalid")
65 parser.error("requesting pid but not comm is invalid")
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c16 #include <error.h>
/linux-master/tools/power/acpi/tools/ec/
H A Dec_access.c178 int error; local
180 error = lseek(fd, byte_offset, SEEK_SET);
181 if (error != byte_offset)
184 error = read(fd, &buf, 1);
185 if (error != 1)
194 int error; local
196 error = lseek(fd, byte_offset, SEEK_SET);
197 if (error != byte_offset)
200 error = write(fd, &value, 1);
201 if (error !
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf113 # by setting the variable REBOOT to: none, error, fail or
120 # REBOOT := error
121 # Reboot the box if ktest detects an error
125 # power off the box (for both success and error)
136 DEFAULTS ELSE IF ${REBOOT} == error
/linux-master/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c18 int error; local
26 error = errno;
28 errno = error;
38 error = errno;
40 errno = error;
49 int error; local
57 error = errno;
59 errno = error;
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c49 error("futex_wait\n", errno);
83 error("pthread_create\n", errno);
108 error("futex_wake\n", errno);
111 error("futex_wake did not wake the child\n", 0);
115 error("futex_cmp_requeue_pi\n", errno);
122 error("futex_cmp_requeue_pi found no waiters\n", 0);
H A Dfutex_wait_private_mapped_file.c59 error("futex error.\n", errno);
104 fprintf(stderr, "pthread_create error\n");
H A Dfutex_wait_uninitialized_heap.c60 error("futex failure\n", errno);
94 error("mmap\n", errno);
106 error("pthread_create\n", errno);
/linux-master/tools/testing/selftests/futex/include/
H A Dlogging.h131 #define error(message, err, args...) \ macro
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c34 #include <error.h>
114 error(exit_val, errno, "%s at %d", err_cause, line_no);
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c7 #include <error.h>
39 error(1, 0, "[ERR] " #x " (line %d)", __LINE__); \
133 error(1, errno, "fork");
143 error(1, errno, "wait");
145 error(1, errno, "wait: unexpected child result");
154 error(1, errno, "fork");
160 error(1, errno, "wait");
162 error(1, errno, "wait: unexpected child result");
178 error(1, 0, "%s: parse error", arg
[all...]
H A Dreuseport_bpf_cpu.c19 #include <error.h>
56 error(1, 0, "Unsupported family %d", family);
62 error(1, errno, "failed to create receive socket");
67 error(1, errno, "failed to set SO_REUSEPORT");
70 error(1, errno, "failed to bind receive socket");
73 error(1, errno, "failed to listen on receive port");
91 error(1, errno, "failed to set SO_ATTACH_REUSEPORT_CBPF");
126 error(1, 0, "Unsupported family %d", family);
132 error(1, errno, "failed to pin to cpu");
136 error(
[all...]
H A Dtcp_inq.c10 #include <error.h>
55 error(1, 0, "illegal family");
126 error(1, errno, "server socket");
130 error(1, errno, "setsockopt(SO_REUSEADDR)");
133 error(1, errno, "bind");
135 error(1, errno, "listen");
138 error(1, errno, "pthread_create");
142 error(1, errno, "client socket");
145 error(1, errno, "connect");
147 error(
[all...]
H A Dtxring_overwrite.c12 #include <error.h>
81 error(1, errno, "socket r");
94 error(1, errno, "socket t");
100 error(1, errno, "if_nametoindex");
103 error(1, errno, "bind fdt");
112 error(1, errno, "setsockopt ring");
117 error(1, errno, "mmap");
137 error(1, errno, "kick tx");
147 error(1, errno, "read");
174 error(
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c18 #error implement UCONTEXT_NIA
/linux-master/tools/testing/selftests/sync/
H A Dsync_stress_consumer.c39 /* Returns 1 on error, 0 on success */
42 int error, active; local
45 error = sync_fence_count_with_status(fence, FENCE_STATUS_ERROR);
46 ASSERT(error == 0, "Error occurred on fence\n");
/linux-master/tools/testing/selftests/x86/
H A Dtrivial_32bit_program.c8 # error wrong architecture
H A Dtrivial_64bit_program.c8 # error wrong architecture
/linux-master/tools/virtio/linux/
H A Derr.h8 static inline void * __must_check ERR_PTR(long error) argument
10 return (void *) error;
/linux-master/tools/virtio/ringtest/
H A Dvirtio_ring_0_9.c35 #error "RING_POLL and INORDER are mutually exclusive"
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c26 pr_err("rw_thread_info zalloc error\n");
52 goto error;
61 goto error;
69 goto error;
78 goto error;
87 error:
132 goto error;
155 goto error;
173 error:
/linux-master/Documentation/sphinx/
H A Dkernel_include.py110 except UnicodeEncodeError as error:
115 except IOError as error:
117 (self.name, ErrorString(error)))
126 except UnicodeError as error:
128 (self.name, ErrorString(error)))
164 raise self.error(':number-lines: with non-integer '
H A Dkerneldoc.py125 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
153 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
H A Dmaintainers_include.py191 except IOError as error:
193 (self.name, ErrorString(error)))

Completed in 277 milliseconds

1234567891011>>