Searched refs:what (Results 1 - 25 of 35) sorted by relevance

12

/fuchsia/zircon/system/ulib/mini-process/
H A Dsubprocess.c13 // In this mode we don't have a VDSO so we don't care what the handle is
60 uint32_t what = cmd.what; local
71 if (what & MINIP_CMD_ECHO_MSG) {
72 what &= ~MINIP_CMD_ECHO_MSG;
76 if (what & MINIP_CMD_CREATE_EVENT) {
77 what &= ~MINIP_CMD_CREATE_EVENT;
81 if (what & MINIP_CMD_CREATE_CHANNEL) {
82 what &= ~MINIP_CMD_CREATE_CHANNEL;
86 if (what
[all...]
H A Dsubprocess.h22 // Subsequent messages and replies are of this format. The |what| parameter is
25 zx_txid_t what; member in struct:__anon1170
H A Dmini-process.c172 zx_status_t mini_process_cmd_send(zx_handle_t cntrl_channel, uint32_t what) { argument
174 .what = what,
199 zx_status_t mini_process_cmd(zx_handle_t cntrl_channel, uint32_t what, zx_handle_t* handle) { argument
200 zx_status_t status = mini_process_cmd_send(cntrl_channel, what);
/fuchsia/zircon/system/public/zircon/
H A Dtls.h25 #error what architecture?
H A Dfeatures.h41 #error what architecture?
/fuchsia/zircon/system/private/zircon/
H A Dstack.h31 # error what machine?
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.cpp39 void FileCtx::print_error(const char* what, const string& extra) const { argument
42 file, line_start, line_end, what, extra.c_str(), last_token);
45 file, line_start, what, extra.c_str(), last_token);
49 void FileCtx::print_info(const char* what) const {
50 fprintf(stderr, "%s : line %d : %s\n", file, line_start, what);
H A Dparser.h37 void print_error(const char* what, const std::string& extra) const;
38 void print_info(const char* what) const;
/fuchsia/zircon/system/ulib/mini-process/include/mini-process/
H A Dmini-process.h58 uint32_t what, zx_handle_t* handle);
64 zx_status_t mini_process_cmd_send(zx_handle_t cntrl_channel, uint32_t what);
/fuchsia/zircon/system/ulib/inspector/
H A Dutils-impl.h18 extern void do_print_zx_error(const char* file, int line, const char* what, zx_status_t status);
25 #define print_zx_error(what, status) \
28 (what), static_cast<zx_status_t>(status)); \
H A Dutils.cpp58 void do_print_zx_error(const char* file, int line, const char* what, zx_status_t status) { argument
60 what, status, zx_status_get_string(status));
/fuchsia/zircon/system/ulib/launchpad/
H A Dfdio.c34 zx_status_t launchpad_clone(launchpad_t* lp, uint32_t what) { argument
39 if (what & LP_CLONE_FDIO_NAMESPACE) {
51 if (what & LP_CLONE_FDIO_STDIO) {
56 if (what & LP_CLONE_ENVIRON) {
59 if (what & LP_CLONE_DEFAULT_JOB) {
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dsetjmp_impl.h33 #error what architecture?
/fuchsia/zircon/system/host/abigen/
H A Dabigen_generator.h30 void print_error(const char* what, const std::string& file);
H A Dabigen_generator.cpp213 void AbigenGenerator::print_error(const char* what, const string& file) { argument
214 fprintf(stderr, "error: %s for %s\n", what, file.c_str());
H A Dtypes.h79 void print_error(const char* what) const;
H A Dtypes.cpp256 void Syscall::print_error(const char* what) const {
257 fprintf(stderr, "error: %s : %s\n", name.c_str(), what);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmiscbltin.c405 int optc, what; local
408 what = 'f';
455 what = optc;
458 for (l = limits; l->option != what; l++)
/fuchsia/zircon/system/ulib/zircon/
H A Dzx_cache_flush.cpp114 # error what architecture?
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp56 static void do_print_zx_error(const char* file, int line, const char* what, zx_status_t status) { argument
58 what, status, zx_status_get_string(status));
61 #define PRINT_ZX_ERROR(what, status) \
64 (what), static_cast<zx_status_t>(status)); \
/fuchsia/zircon/kernel/object/
H A Dhandle.cpp81 // object. |base_value| gets the value for Handle::base_value_. |what|
84 const char* what, uint32_t* base_value) {
105 what, outstanding_handles);
83 Alloc(const fbl::RefPtr<Dispatcher>& dispatcher, const char* what, uint32_t* base_value) argument
/fuchsia/zircon/system/core/userboot/
H A Duserboot-elf.c24 static zx_vaddr_t load(zx_handle_t log, const char* what, argument
58 what, (void*)base, (void*)entry);
/fuchsia/zircon/system/ulib/test-utils/include/test-utils/
H A Dtest-utils.h33 // |what| is typically the name of the function that had the syscall failure,
36 void tu_fatal(const char *what, zx_status_t status) __NO_RETURN;
/fuchsia/zircon/kernel/object/include/object/
H A Dhandle.h147 static void* Alloc(const fbl::RefPtr<Dispatcher>&, const char* what,
/fuchsia/zircon/system/ulib/launchpad/include/launchpad/
H A Dlaunchpad.h243 zx_status_t launchpad_clone(launchpad_t* lp, uint32_t what);

Completed in 190 milliseconds

12