/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 25 [ 3s] 302 | ret = rrd_create(argc, (char**) argv); 29 [ 3s] 458 | if ((ret = rrd_update(3, (char **) /* WEAK */ argv))) { 83 -typedef int (*RRD_FUNCTION)(int, char **); 84 -typedef rrd_info_t *(RRD_FUNCTION_V)(int, char **); 85 +typedef int (*RRD_FUNCTION)(int, const char **); 86 +typedef rrd_info_t *(RRD_FUNCTION_V)(int, const char **); 94 -static char **make_argv(const char *cmd, lua_State * L) 95 +static const char **make_argv(const char *cmd, lua_State * L) 97 - char **argv; 98 + const char **argv; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
H A D | 0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch | 4 Subject: [PATCH] ssmtp: Correct the null pointer assignment to char pointers 7 …ncompatible integer to pointer conversion initializing 'char *' with an expression of type 'char' … 8 | char *from = (char)NULL; /* Use this as the From: address */ 23 char arpadate[ARPADATE_LENGTH]; 24 -char *auth_user = (char)NULL; 25 -char *auth_pass = (char)NULL; 26 -char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */ 27 -char *mail_domain = (char)NULL; 28 -char *from = (char)NULL; /* Use this as the From: address */ 29 +char *auth_user = NULL; [all …]
|
/openbmc/qemu/hw/vfio/ |
H A D | trace-events | 4 vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c" 5 vfio_intx_eoi(const char *name) " (%s) EOI" 6 vfio_intx_enable_kvm(const char *name) " (%s) KVM INTx accel enabled" 7 vfio_intx_disable_kvm(const char *name) " (%s) KVM INTx accel disabled" 8 vfio_intx_update(const char *name, int new_irq, int target_irq) " (%s) IRQ moved %d -> %d" 9 vfio_intx_enable(const char *name) " (%s)" 10 vfio_intx_disable(const char *name) " (%s)" 11 vfio_msi_interrupt(const char *name, int index, uint64_t addr, int data) " (%s) vector %d 0x%"PRIx6… 12 vfio_msix_vector_do_use(const char *name, int index) " (%s) vector %d used" 13 vfio_msix_vector_release(const char *name, int index) " (%s) vector %d released" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 47 -size_t byte_chr(const void* haystack, size_t len, char needle) __pure__; 48 +size_t byte_chr(const void* haystack, size_t len, char needle) __PURE; 52 -size_t byte_rchr(const void* haystack,size_t len,char needle) __pure__; 53 +size_t byte_rchr(const void* haystack,size_t len,char needle) __PURE; 96 -int critbit0_contains(critbit0_tree *t, const char *u) __pure__; 97 +int critbit0_contains(critbit0_tree *t, const char *u) __PURE; 98 int critbit0_insert(critbit0_tree *t, const char *u); 99 int critbit0_delete(critbit0_tree *t, const char *u); 135 -size_t fmt_long(char *dest,signed long src) __pure__; 136 +size_t fmt_long(char *dest,signed long src) __PURE; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-cleanup.patch | 14 static char RCSid[] = 33 static char yytext[INMAX]; 35 - register char *cp1, *cp2; 37 + char *cp1, *cp2; 38 static char quotechars[] = "[]{}*?$"; 46 - register char *str; 48 + char *str; 58 char *label; 75 char *label; 77 char *stamp; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
H A D | 0002-Fix-assumed-signed-char.patch | 4 Subject: [PATCH 2/3] Fix assumed signed char 6 The code assumes that char is signed, but whether char is signed or 8 GCC treats char as unsigned resulting in compile errors: 10 …smtp-address-validator.cpp:213:1: error: narrowing conversion of '-32' from 'int' to 'char' [-Wnar… 12 Fix this by specifying signed char. 29 -static const char _address_trans_keys[] = { 30 +static const signed char _address_trans_keys[] = { 34 @@ -711,7 +711,7 @@ bool is_address(const char* p, const char* pe) 38 - const char * _keys; 39 + const signed char * _keys; [all …]
|
/openbmc/qemu/migration/ |
H A D | trace-events | 8 qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, u… 16 loadvm_handle_recv_bitmap(char *s) "%s" 18 loadvm_postcopy_handle_listen(const char *str) "%s" 23 loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud" 24 loadvm_process_command(const char *s, uint16_t len) "com=%s len=%d" 30 qemu_savevm_send_postcopy_ram_discard(const char *id, uint16_t len) "%s: %ud" 32 savevm_section_start(const char *id, unsigned int section_id) "%s, section_id %u" 33 savevm_section_end(const char *id, unsigned int section_id, int ret) "%s, section_id %u -> %d" 34 savevm_section_skip(const char *id, unsigned int section_id) "%s, section_id %u" 41 savevm_send_recv_bitmap(char *name) "%s" [all …]
|
/openbmc/qemu/chardev/ |
H A D | meson.build | 2 'char-fe.c', 3 'char-file.c', 4 'char-io.c', 5 'char-mux.c', 6 'char-null.c', 7 'char-pipe.c', 8 'char-ringbuf.c', 9 'char-serial.c', 10 'char-socket.c', 11 'char-stdio.c', [all …]
|
H A D | trace-events | 9 wct_cmd_other(const char *cmd) "%s" 20 # char-socket.c 21 chr_socket_poll_err(void *chrdev, const char *label) "chardev socket poll error %p (%s)" 22 chr_socket_recv_err(void *chrdev, const char *label, const char *err) "chardev socket recv error %p… 23 chr_socket_recv_eof(void *chrdev, const char *label) "chardev socket recv end-of-file %p (%s)" 24 chr_socket_write_err(void *chrdev, const char *label, const char *err) "chardev socket write error … 25 chr_socket_disconnect(void *chrdev, const char *label) "chardev socket disconnect %p (%s)" 26 chr_socket_hangup(void *chrdev, const char *label) "chardev socket hangup %p (%s)" 27 chr_socket_ws_handshake_err(void *chrdev, const char *label, const char *err) "chardev socket webso… 28 chr_socket_tls_handshake_err(void *chrdev, const char *label, const char *err) "chardev socket TLS … [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/ |
H A D | 0001-Support-OpenSSL-1.1.0.patch | 27 char *oauth_sign_hmac_sha1 (const char *m, const char *k) { 30 @@ -386,7 +391,7 @@ char *oauth_sign_rsa_sha1 (const char *m, const char *k) { 31 unsigned char *sig = NULL; 32 unsigned char *passphrase = NULL; 39 @@ -399,24 +404,31 @@ char *oauth_sign_rsa_sha1 (const char *m, const char *k) { 49 sig = (unsigned char*)xmalloc((len+1)*sizeof(char)); 57 char *tmp; 69 int oauth_verify_rsa_sha1 (const char *m, const char *c, const char *s) { 75 @@ -437,13 +449,18 @@ int oauth_verify_rsa_sha1 (const char *m, const char *c, const char *s) { 84 b64d= (unsigned char*) xmalloc(sizeof(char)*strlen(s)); [all …]
|
/openbmc/qemu/hw/pci/ |
H A D | trace-events | 4 pci_update_mappings_del(const char *dev, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint6… 5 pci_update_mappings_add(const char *dev, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint6… 6 pci_route_irq(int dev_irq, const char *dev_path, int parent_irq, const char *parent_path) "IRQ %d @… 9 pci_cfg_read(const char *dev, uint32_t bus, uint32_t slot, uint32_t func, unsigned offs, unsigned v… 10 pci_cfg_write(const char *dev, uint32_t bus, uint32_t slot, uint32_t func, unsigned offs, unsigned … 13 msix_write_config(char *name, bool enabled, bool masked) "dev %s enabled %d masked %d" 16 sriov_register_vfs(const char *name, int slot, int function, int num_vfs) "%s %02x:%x: creating %d … 17 sriov_unregister_vfs(const char *name, int slot, int function, int num_vfs) "%s %02x:%x: Unregister… 18 sriov_config_write(const char *name, int slot, int fun, uint32_t offset, uint32_t val, uint32_t len… 21 …char *parent, const char *child, const char *pds, const char *old_pic, const char *new_pic, const … [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 32 -static const char *filename = "bezier.geom"; 33 +static const char *filename = DEMOS_DATA_DIR "bezier.geom"; 60 -static char *FragProgFile = "CH06-brick.frag"; 61 -static char *VertProgFile = "CH06-brick.vert"; 62 +static char *FragProgFile = DEMOS_DATA_DIR "CH06-brick.frag"; 63 +static char *VertProgFile = DEMOS_DATA_DIR "CH06-brick.vert"; 75 -static char *FragProgFile = "CH11-bumpmap.frag"; 76 -static char *FragTexProgFile = "CH11-bumpmaptex.frag"; 77 -static char *VertProgFile = "CH11-bumpmap.vert"; 78 +static char *FragProgFile = DEMOS_DATA_DIR "CH11-bumpmap.frag"; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 43 int inblacklist(char* msisdn) 53 -char blacklist[256]; // Filename of the black-list 54 +EXTERN char blacklist[256]; // Filename of the black-list 56 int inblacklist(char* msisdn); 115 -char logch_buffer[8192]; 116 +EXTERN char logch_buffer[8192]; 119 void logch(char* format, ...) __attribute__ ((format(printf, 1, 2))); 120 @@ -30,7 +30,7 @@ char prch(char ch); 187 -char process_title[32]; // smsd for main task, NOTIFIER or CHILD, name of a modem for othe… 189 +EXTERN char process_title[32]; // smsd for main task, NOTIFIER or CHILD, name of a modem f… [all …]
|
/openbmc/qemu/nbd/ |
H A D | trace-events | 4 nbd_send_option_request(uint32_t opt, const char *name, uint32_t len) "Sending option request %" PR… 5 nbd_receive_option_reply(uint32_t option, const char *optname, uint32_t type, const char *typename,… 6 nbd_server_error_msg(uint32_t err, const char *type, const char *msg) "server reported error 0x%" P… 7 nbd_reply_err_ignored(uint32_t option, const char *name, uint32_t reply, const char *reply_name) "s… 8 nbd_receive_list(const char *name, const char *desc) "export list includes '%s', description '%s'" 9 nbd_opt_info_go_start(const char *opt, const char *name) "Attempting %s for export '%s'" 10 nbd_opt_info_go_success(const char *opt) "Export is ready after %s request" 11 nbd_opt_info_unknown(int info, const char *name) "Ignoring unknown info %d (%s)" 13 nbd_receive_query_exports_start(const char *wantname) "Querying export list for '%s'" 14 nbd_receive_query_exports_success(const char *wantname) "Found desired export name '%s'" [all …]
|
/openbmc/qemu/hw/core/ |
H A D | trace-events | 2 loader_write_rom(const char *name, uint64_t gpa, uint64_t size, bool isrom) "%s: @0x%"PRIx64" size=… 5 qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp… 14 resettable_phase_enter_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) … 15 resettable_phase_enter_exec(void *obj, const char *objtype, int type, int has_method) "obj=%p(%s) t… 16 resettable_phase_enter_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" 17 resettable_phase_hold_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) c… 18 resettable_phase_hold_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" 19 resettable_phase_hold_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" 20 resettable_phase_exit_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) c… 21 resettable_phase_exit_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" [all …]
|
/openbmc/qemu/net/ |
H A D | trace-events | 4 qemu_announce_self_iter(const char *id, const char *name, const char *mac, int skip) "%s:%s:%s skip… 5 qemu_announce_timer_del(bool free_named, bool free_timer, char *id) "free named: %d free timer: %d … 8 vhost_user_event(const char *chr, int event) "chr: %s got event: %d" 11 colo_proxy_main(const char *chr) ": %s" 12 colo_proxy_main_vnet_info(const char *sta, uint32_t vnet_hdr, int size) ": %s pkt->vnet_hdr_len = %… 15 colo_compare_main(const char *chr) ": %s" 16 colo_compare_drop_packet(const char *queue, const char *chr) ": %s: %s" 17 colo_compare_udp_miscompare(const char *sta, int size) ": %s = %d" 18 colo_compare_icmp_miscompare(const char *sta, int size) ": %s = %d" 19 colo_compare_ip_info(int psize, const char *sta, const char *stb, int ssize, const char *stc, const… [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | trace-events | 21 xen_bus_type_enumerate(const char *type) "type: %s" 22 xen_bus_backend_create(const char *type, const char *path) "type: %s path: %s" 23 xen_bus_device_cleanup(const char *type, char *name) "type: %s name: %s" 24 xen_bus_add_watch(const char *node, const char *key) "node: %s key: %s" 25 xen_bus_remove_watch(const char *node, const char *key) "node: %s key: %s" 26 xen_device_realize(const char *type, char *name) "type: %s name: %s" 27 xen_device_unrealize(const char *type, char *name) "type: %s name: %s" 28 xen_device_backend_state(const char *type, char *name, const char *state) "type: %s name: %s -> %s" 29 xen_device_backend_online(const char *type, char *name, bool online) "type: %s name: %s -> %u" 30 xen_device_backend_changed(const char *type, char *name) "type: %s name: %s" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 30 @@ -103,8 +103,8 @@ long mh_copy (MAILSTREAM *stream,char *sequence,char *mailbox, 32 long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data); 38 char *mh_file (char *dst,char *name); 39 long mh_canonicalize (char *pattern,char *ref,char *pat); 40 void mh_setdate (char *file,MESSAGECACHE *elt); 41 @@ -1194,7 +1194,7 @@ long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data) 48 char c; 49 char *s = name->d_name; 63 @@ -125,7 +125,7 @@ long mix_unsubscribe (MAILSTREAM *stream,char *mailbox); 64 long mix_create (MAILSTREAM *stream,char *mailbox); [all …]
|
/openbmc/qemu/qapi/ |
H A D | trace-events | 7 visit_start_struct(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu" 11 visit_start_list(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu" 16 visit_start_alternate(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=… 19 visit_optional(void *v, const char *name, bool *present) "v=%p name=%s present=%p" 20 visit_policy_reject(void *v, const char *name) "v=%p name=%s" 21 visit_policy_skip(void *v, const char *name) "v=%p name=%s" 23 visit_type_enum(void *v, const char *name, int *obj) "v=%p name=%s obj=%p" 24 visit_type_int(void *v, const char *name, int64_t *obj) "v=%p name=%s obj=%p" 25 visit_type_uint8(void *v, const char *name, uint8_t *obj) "v=%p name=%s obj=%p" 26 visit_type_uint16(void *v, const char *name, uint16_t *obj) "v=%p name=%s obj=%p" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0016-handle-sysroot-support-for-nativesdk-gcc.patch | 52 @@ -1542,8 +1542,8 @@ add_prefixed_path (const char *suffix, incpath_kind chain) 61 path = (char *) xmalloc (prefix_len + suffix_len + 1); 227 +static char GPLUSPLUS_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = GPLUSPL… 228 +char GCC_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = GCC_INCLUDE_DIR; 229 +static char GPLUSPLUS_TOOL_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = GP… 230 +static char GPLUSPLUS_BACKWARD_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) … 231 +static char STANDARD_STARTFILE_PREFIX_2VAR[4096] __attribute__ ((section (".gccrelocprefix"))) = S… 233 +static char LOCAL_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = LOCAL_INCLU… 236 +static char PREFIX_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = PREFIX_INC… 239 +static char FIXED_INCLUDE_DIRVAR[4096] __attribute__ ((section (".gccrelocprefix"))) = FIXED_INCLU… [all …]
|
/openbmc/qemu/hw/block/ |
H A D | trace-events | 12 pflash_chip_erase_invalid(const char *name, uint64_t offset) "%s: chip erase: invalid address 0x%" … 13 pflash_chip_erase_start(const char *name) "%s: start chip erase" 14 pflash_data_read(const char *name, uint64_t offset, unsigned size, uint32_t value) "%s: data offset… 15 pflash_data_write(const char *name, uint64_t offset, unsigned size, uint32_t value) "%s: data offse… 16 pflash_data_write_block(const char *name, uint64_t offset, unsigned size, uint32_t value, uint64_t … 17 pflash_device_id(const char *name, uint16_t id) "%s: read device ID: 0x%04x" 18 pflash_device_info(const char *name, uint64_t offset) "%s: read device information offset:0x%04" PR… 19 pflash_erase_complete(const char *name) "%s: sector erase complete" 20 pflash_erase_timeout(const char *name, int count) "%s: erase timeout fired; erasing %d sectors" 21 pflash_io_read(const char *name, uint64_t offset, unsigned int size, uint32_t value, uint8_t cmd, u… [all …]
|
/openbmc/qemu/crypto/ |
H A D | trace-events | 4 qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%… 5 qcrypto_tls_creds_get_path(void *creds, const char *filename, const char *path) "TLS creds path cre… 8 qcrypto_tls_creds_anon_load(void *creds, const char *dir) "TLS creds anon load creds=%p dir=%s" 11 qcrypto_tls_creds_psk_load(void *creds, const char *dir) "TLS creds psk load creds=%p dir=%s" 14 qcrypto_tls_creds_x509_load(void *creds, const char *dir) "TLS creds x509 load creds=%p dir=%s" 15 qcrypto_tls_creds_x509_check_basic_constraints(void *creds, const char *file, int status) "TLS cred… 16 qcrypto_tls_creds_x509_check_key_usage(void *creds, const char *file, int status, int usage, int cr… 17 qcrypto_tls_creds_x509_check_key_purpose(void *creds, const char *file, int status, const char *usa… 18 qcrypto_tls_creds_x509_load_cert(void *creds, int isServer, const char *file) "TLS creds x509 load … 19 qcrypto_tls_creds_x509_load_cert_list(void *creds, const char *file) "TLS creds x509 load cert list… [all …]
|
/openbmc/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | debugfs.rst | 43 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent); 53 struct dentry *debugfs_create_file(const char *name, umode_t mode, 64 struct dentry *debugfs_create_file_size(const char *name, umode_t mode, 74 void debugfs_create_u8(const char *name, umode_t mode, 76 void debugfs_create_u16(const char *name, umode_t mode, 78 struct dentry *debugfs_create_u32(const char *name, umode_t mode, 80 void debugfs_create_u64(const char *name, umode_t mode, 87 void debugfs_create_x8(const char *name, umode_t mode, 89 void debugfs_create_x16(const char *name, umode_t mode, 91 void debugfs_create_x32(const char *name, umode_t mode, [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | debugfs.rst | 41 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent); 51 struct dentry *debugfs_create_file(const char *name, umode_t mode, 62 struct dentry *debugfs_create_file_size(const char *name, umode_t mode, 72 void debugfs_create_u8(const char *name, umode_t mode, 74 void debugfs_create_u16(const char *name, umode_t mode, 76 struct dentry *debugfs_create_u32(const char *name, umode_t mode, 78 void debugfs_create_u64(const char *name, umode_t mode, 85 void debugfs_create_x8(const char *name, umode_t mode, 87 void debugfs_create_x16(const char *name, umode_t mode, 89 void debugfs_create_x32(const char *name, umode_t mode, [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | trace-events | 5 kvm_xen_unmask_pirq(int pirq, char *dev, int vector) "pirq %d dev %s vector %d" 6 xenstore_error(unsigned int id, unsigned int tx_id, const char *err) "req %u tx %u err %s" 7 xenstore_read(unsigned int tx_id, const char *path) "tx %u path %s" 8 xenstore_write(unsigned int tx_id, const char *path) "tx %u path %s" 9 xenstore_mkdir(unsigned int tx_id, const char *path) "tx %u path %s" 10 xenstore_directory(unsigned int tx_id, const char *path) "tx %u path %s" 11 xenstore_directory_part(unsigned int tx_id, const char *path, unsigned int offset) "tx %u path %s o… 14 xenstore_rm(unsigned int tx_id, const char *path) "tx %u path %s" 15 xenstore_get_perms(unsigned int tx_id, const char *path) "tx %u path %s" 16 xenstore_set_perms(unsigned int tx_id, const char *path) "tx %u path %s" [all …]
|