/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_solaris.c | 98 mangle(const struct connection *conn, const struct buffered_data *in) in mangle() 125 dtrace_io(const struct connection *conn, const struct buffered_data *in, in dtrace_io()
|
A D | xenstored_domain.c | 372 int do_introduce(struct connection *conn, struct buffered_data *in) in do_introduce() 445 int do_set_target(struct connection *conn, struct buffered_data *in) in do_set_target() 476 struct buffered_data *in) in onearg_domain() 495 int do_release(struct connection *conn, struct buffered_data *in) in do_release() 510 int do_resume(struct connection *conn, struct buffered_data *in) in do_resume() 525 int do_get_domain_path(struct connection *conn, struct buffered_data *in) in do_get_domain_path() 544 int do_is_domain_introduced(struct connection *conn, struct buffered_data *in) in do_is_domain_introduced() 565 int do_reset_watches(struct connection *conn, struct buffered_data *in) in do_reset_watches()
|
A D | xenstored_watch.c | 153 int do_watch(struct connection *conn, struct buffered_data *in) in do_watch() 214 int do_unwatch(struct connection *conn, struct buffered_data *in) in do_unwatch()
|
A D | xenstored_core.c | 751 const char *onearg(struct buffered_data *in) in onearg() 806 static int send_directory(struct connection *conn, struct buffered_data *in) in send_directory() 820 struct buffered_data *in) in send_directory_part() 874 static int do_read(struct connection *conn, struct buffered_data *in) in do_read() 1016 static int do_write(struct connection *conn, struct buffered_data *in) in do_write() 1052 static int do_mkdir(struct connection *conn, struct buffered_data *in) in do_mkdir() 1161 static int do_rm(struct connection *conn, struct buffered_data *in) in do_rm() 1202 static int do_get_perms(struct connection *conn, struct buffered_data *in) in do_get_perms() 1221 static int do_set_perms(struct connection *conn, struct buffered_data *in) in do_set_perms() 1306 static void process_message(struct connection *conn, struct buffered_data *in) in process_message() [all …]
|
A D | xenstored_transaction.c | 428 int do_transaction_start(struct connection *conn, struct buffered_data *in) in do_transaction_start() 483 int do_transaction_end(struct connection *conn, struct buffered_data *in) in do_transaction_end()
|
A D | xenstored_control.c | 177 int do_control(struct connection *conn, struct buffered_data *in) in do_control()
|
A D | xenstored_core.h | 86 struct buffered_data *in; member
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_uuid.c | 31 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) in libxl_uuid_from_string() 86 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) in libxl_uuid_from_string() 103 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) in libxl_uuid_from_string()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | aes.c | 890 void AES_encrypt(const unsigned char *in, unsigned char *out, in AES_encrypt() 1081 void AES_decrypt(const unsigned char *in, unsigned char *out, in AES_decrypt() 1270 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, in AES_cbc_encrypt()
|
A D | md5.c | 25 uint8_t in[64]; member
|
A D | profile.h | 54 uint64_t in, out_sum, cnt; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-uuid.c | 53 void vhd_uuid_from_string(vhd_uuid_t *uuid, const char *in) in vhd_uuid_from_string() 102 void vhd_uuid_from_string(vhd_uuid_t *uuid, const char *in) in vhd_uuid_from_string()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tpm2.c | 202 TPM2_Create_Params_in *in, in TPM2_Create() 250 TPM2_Create_Params_in *in, in TPM2_CreatePrimary() 391 void *in, in TPM2_UnBind()
|
A D | init.c | 535 TPM2_CreatePrimary_Params_in in = { in tpm2_take_ownership() local 593 TPM2_Create_Params_in in = { in vtpmmgr2_create() local
|
/xen-4.10.0-shim-comet/xen/include/crypto/ |
A D | vmac.h | 75 #define aes_encryption(in,out,int_key) \ argument 87 #define aes_encryption(in,out,int_key) \ argument
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | lzo.c | 109 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, in lzo1x_1_do_compress() 304 int lzo1x_1_compress(const unsigned char *in, size_t in_len, in lzo1x_1_compress() 394 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, in lzo1x_decompress_safe()
|
A D | unxz.c | 160 STATIC int INIT unxz(unsigned char *in, unsigned int in_size, in unxz()
|
A D | gunzip.c | 80 unsigned char *in, ch; in flush_window() local
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | console.h | 35 char in[1024]; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-update.c | 98 convert_bitmap(char *in, char *out, int bytes) in convert_bitmap()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | symbols.c | 83 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol() 233 static void read_map(FILE *in) in read_map()
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | mkreloc.c | 88 int in = open(name, O_RDONLY); in load() local 161 static const void *map_section(const struct coff_section *sec, int in, in map_section()
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | private.h | 157 const uint8_t *in; member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | conf.c | 718 void xfgets(char *str, int size, FILE *in) in xfgets()
|
A D | confdata.c | 84 static char *conf_expand_value(const char *in) in conf_expand_value() 253 FILE *in = NULL; in conf_read_simple() local
|