/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_ip.c | 286 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 }, 287 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 }, 289 [IPSET_ATTR_RESIZE] = { .type = NLA_U8 }, 290 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 }, 291 [IPSET_ATTR_NETMASK] = { .type = NLA_U8 }, 296 [IPSET_ATTR_IP] = { .type = NLA_NESTED }, 298 [IPSET_ATTR_CIDR] = { .type = NLA_U8 }, 299 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 }, 300 [IPSET_ATTR_LINENO] = { .type = NLA_U32 }, 301 [IPSET_ATTR_BYTES] = { .type = NLA_U64 }, [all …]
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | display-connector.c | 57 switch (conn->bridge.type) { in display_connector_detect() 208 unsigned int type; in display_connector_probe() local 221 switch (type) { in display_connector_probe() 266 conn->bridge.type = type; in display_connector_probe() 280 if (type == DRM_MODE_CONNECTOR_DVII || in display_connector_probe() 281 type == DRM_MODE_CONNECTOR_HDMIA || in display_connector_probe() 282 type == DRM_MODE_CONNECTOR_DisplayPort) { in display_connector_probe() 309 if (type == DRM_MODE_CONNECTOR_DVII || in display_connector_probe() 310 type == DRM_MODE_CONNECTOR_HDMIA || in display_connector_probe() 311 type == DRM_MODE_CONNECTOR_VGA) { in display_connector_probe() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | mpic.txt | 16 Value type: <string> 31 Value type: <empty> 37 Value type: <u32> 39 specifiers do not contain the interrupt-type or type-specific 44 Value type: <u32> 49 Value type: <empty> 62 Value type: <empty> 69 Value type: <empty> 75 Value type: <u32> 194 * type of 2. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/ |
H A D | 0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch | 79 * \param type attribute type you want to set 96 * \param type attribute type you want to set 104 nfacct_attr_set(nfacct, type, name); 111 * \param type attribute type you want to set 119 nfacct_attr_set(nfacct, type, &value); 126 * \param type attribute type you want to set 132 switch(type) { 166 return nfacct_attr_get(nfacct, type); 179 const void *ret = nfacct_attr_get(nfacct, type); 191 - uint16_t type, uint16_t flags) [all …]
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | wm8776.c | 131 .type = SNDRV_CTL_ELEM_TYPE_INTEGER, 142 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 151 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 157 .type = SNDRV_CTL_ELEM_TYPE_INTEGER, 169 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 176 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 185 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 191 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 197 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, 203 .type = SNDRV_CTL_ELEM_TYPE_BOOLEAN, [all …]
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | trace_cm.h | 230 __entry->type = type; 266 __entry->type = type; 281 TP_ARGS(cm_node, type, caller), 305 __entry->type = type; 331 TP_ARGS(cm_node, type, caller)); 336 TP_ARGS(cm_node, type, caller)); 341 TP_ARGS(cm_node, type, caller)); 346 TP_ARGS(cm_node, type, caller)); 351 TP_ARGS(cm_node, type, caller)); 356 TP_ARGS(cm_node, type, caller)); [all …]
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-swift.dts | 418 type = <PCA955X_TYPE_GPIO>; 423 type = <PCA955X_TYPE_GPIO>; 428 type = <PCA955X_TYPE_GPIO>; 433 type = <PCA955X_TYPE_GPIO>; 438 type = <PCA955X_TYPE_GPIO>; 443 type = <PCA955X_TYPE_GPIO>; 448 type = <PCA955X_TYPE_GPIO>; 453 type = <PCA955X_TYPE_GPIO>; 458 type = <PCA955X_TYPE_GPIO>; 463 type = <PCA955X_TYPE_GPIO>; [all …]
|
/openbmc/linux/fs/erofs/ |
H A D | zmap.c | 17 u8 type, headtype; member 34 unsigned int advise, type; in z_erofs_load_full_lcluster() local 48 switch (type) { in z_erofs_load_full_lcluster() 80 m->type = type; in z_erofs_load_full_lcluster() 99 u8 type; in get_compacted_la_distance() local 125 u8 *in, type; in unpack_compacted_index() local 148 m->type = type; in unpack_compacted_index() 304 switch (m->type) { in z_erofs_extent_lookback() 372 switch (m->type) { in z_erofs_get_extent_compressedlen() 476 switch (m.type) { in z_erofs_do_map_blocks() [all …]
|
/openbmc/qemu/qom/ |
H A D | object_interfaces.c | 93 klass = object_class_by_name(type); in user_creatable_add_type() 95 error_setg(errp, "invalid object type: %s", type); in user_creatable_add_type() 101 type); in user_creatable_add_type() 111 obj = object_new(type); in user_creatable_add_type() 169 g_string_append_printf(str, " %s=<%s>", name, type); in object_property_help() 201 bool type_print_class_properties(const char *type) in type_print_class_properties() argument 209 klass = object_class_by_name(type); in type_print_class_properties() 227 qemu_printf("%s options:\n", type); in type_print_class_properties() 241 if (is_help_option(type)) { in user_creatable_print_help() 247 return type_print_class_properties(type); in user_creatable_print_help() [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | cmdline.py | 16 parser.add_option('-b', '--branch', type='string', 21 parser.add_option('--boards', type='string', action='append', 23 parser.add_option('-c', '--count', dest='count', type='int', 43 parser.add_option('--fetch-arch', type='string', 47 parser.add_option('-g', '--git', type='string', 49 parser.add_option('-G', '--config-file', type='string', 58 parser.add_option('-j', '--jobs', dest='jobs', type='int', 74 parser.add_option('-o', '--output-dir', type='string', 91 parser.add_option('--step', type='int', 95 parser.add_option('-T', '--threads', type='int', [all …]
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | rbtree.py | 14 if root.type == rb_root_type.get_type(): 16 elif root.type != rb_root_type.get_type().pointer(): 17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 30 if root.type == rb_root_type.get_type(): 32 elif root.type != rb_root_type.get_type().pointer(): 33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 55 if node.type == rb_node_type.get_type(): 57 elif node.type != rb_node_type.get_type().pointer(): 58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type)) 78 if node.type == rb_node_type.get_type(): [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_id.h | 230 uint32_t type:4; member 239 enum object_type type) in dal_graphics_object_id_init() argument 242 id, enum_id, type, 0 in dal_graphics_object_id_init() 252 return id.id + (id.enum_id << 0x8) + (id.type << 0xc); in dal_graphics_object_id_to_uint() 258 if (id.type == OBJECT_TYPE_CONTROLLER) in dal_graphics_object_id_get_controller_id() 266 if (id.type == OBJECT_TYPE_CLOCK_SOURCE) in dal_graphics_object_id_get_clock_source_id() 274 if (id.type == OBJECT_TYPE_ENCODER) in dal_graphics_object_id_get_encoder_id() 282 if (id.type == OBJECT_TYPE_CONNECTOR) in dal_graphics_object_id_get_connector_id() 290 if (id.type == OBJECT_TYPE_AUDIO) in dal_graphics_object_id_get_audio_id() 298 if (id.type == OBJECT_TYPE_ENGINE) in dal_graphics_object_id_get_engine_id() [all …]
|
/openbmc/linux/mm/ |
H A D | maccess.c | 16 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 17 while (len >= sizeof(type)) { \ 18 __get_kernel_nofault(dst, src, type, err_label); \ 19 dst += sizeof(type); \ 20 src += sizeof(type); \ 21 len -= sizeof(type); \ 51 while (len >= sizeof(type)) { \ 52 __put_kernel_nofault(dst, src, type, err_label); \ 53 dst += sizeof(type); \ 54 src += sizeof(type); \ [all …]
|
/openbmc/linux/net/llc/ |
H A D | llc_input.c | 42 void llc_add_pack(int type, void (*handler)(struct llc_sap *sap, in llc_add_pack() argument 46 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN) in llc_add_pack() 47 llc_type_handlers[type - 1] = handler; in llc_add_pack() 50 void llc_remove_pack(int type) in llc_remove_pack() argument 52 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN) in llc_remove_pack() 53 llc_type_handlers[type - 1] = NULL; in llc_remove_pack() 77 int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */ in llc_pdu_type() local 86 type = LLC_DEST_SAP; in llc_pdu_type() 95 type = LLC_DEST_INVALID; in llc_pdu_type() 99 return type; in llc_pdu_type()
|
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | 225 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) argument 231 #define dm_target_always_writeable(type) \ argument 232 ((type)->features & DM_TARGET_ALWAYS_WRITEABLE) 239 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) argument 246 #define dm_target_is_wildcard(type) ((type)->features & DM_TARGET_WILDCARD) argument 252 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY) argument 258 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY) argument 269 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) argument 279 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) argument 285 #define dm_target_passes_crypto(type) ((type)->features & DM_TARGET_PASSES_CRYPTO) argument [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Callout.metadata.yaml | 4 type: int32 6 type: string 12 type: uint32 19 type: string 21 type: uint16 28 type: string 34 type: uint32
|
/openbmc/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 96 def v9fs_attach_return(self, tag, id, type, version, path): argument 97 …print("RATTACH (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "})") 120 def v9fs_open_return(self, tag, id, type, version, path, iounit): argument 126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument 156 def v9fs_create_return(self, tag, id, type, version, path, iounit): argument 162 def v9fs_symlink_return(self, tag, id, type, version, path): argument 163 …print("RSYMLINK (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}… 180 def v9fs_lock(self, tag, id, fid, type, start, length): argument 186 def v9fs_getlock(self, tag, id, fid, type, start, length): argument 189 def v9fs_getlock_return(self, tag, id, type, start, length, proc_id): argument [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 68 #define RESET_TYPE(type) \ argument 337 efx->type->monitor(efx); in efx_monitor() 346 if (efx->type->monitor) in efx_start_monitor() 718 efx->type->fini(efx); in efx_reset_down() 749 rc = efx->type->init(efx); in efx_reset_up() 910 RESET_TYPE(type)); in efx_schedule_reset() 914 switch (type) { in efx_schedule_reset() 924 method = type; in efx_schedule_reset() 929 method = efx->type->map_reset_reason(type); in efx_schedule_reset() 1000 efx->type->rx_hash_offset - efx->type->rx_prefix_size; in efx_init_struct() [all …]
|
/openbmc/qemu/qobject/ |
H A D | qobject.c | 41 assert(QTYPE_QNULL < obj->base.type && obj->base.type < QTYPE__MAX); in qobject_destroy() 42 qdestroy[obj->base.type](obj); in qobject_destroy() 65 if (!x || !y || x->base.type != y->base.type) { in qobject_is_equal() 69 assert(QTYPE_NONE < x->base.type && x->base.type < QTYPE__MAX); in qobject_is_equal() 71 return qis_equal[x->base.type](x, y); in qobject_is_equal()
|
/openbmc/phosphor-networkd/ |
H A D | meson_options.txt | 1 option('tests', type: 'feature', description: 'Build tests') 3 option('uboot-env', type: 'boolean', 5 option('default-link-local-autoconf', type: 'boolean', 7 option('default-ipv6-accept-ra', type: 'boolean', 9 option('sync-mac', type: 'boolean', 11 option('hyp-nw-config', type : 'boolean', 13 option('persist-mac', type: 'boolean', 15 option('force-sync-mac', type: 'boolean',
|
/openbmc/phosphor-host-postd/ |
H A D | meson.options | 4 type: 'string', 9 type: 'integer', 15 type: 'string', 19 type: 'feature', 26 type: 'string', 30 '7seg', type: 'feature', description: 'Enable building 7seg POST daemon.', 33 'tests', type: 'feature', description: 'Build tests.', 39 type: 'integer',
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_ksym.c | 35 char type; in dump_ksym() local 53 type = iter->type; in dump_ksym() 56 type = iter->exported ? to_upper(type) : to_lower(type); in dump_ksym() 58 value, type, iter->name, iter->module_name); in dump_ksym() 60 BPF_SEQ_PRINTF(seq, "0x%llx %c %s ", value, type, iter->name); in dump_ksym()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | timing.h | 20 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type() argument 22 vcpu->arch.last_exit_type = type; in kvmppc_set_exit_type() 34 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type() argument 38 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat() argument 46 switch (type) { in kvmppc_account_exit_stat() 93 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit() argument 95 kvmppc_set_exit_type(vcpu, type); in kvmppc_account_exit() 96 kvmppc_account_exit_stat(vcpu, type); in kvmppc_account_exit()
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | devlink.yaml | 11 type: enum 12 name: sb-pool-type 26 type: string 30 type: string 33 type: u32 39 type: u32 46 type: u16 51 type: u8 58 type: u16 129 type: u8 [all …]
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | kcmp.c | 19 int type = syscall_arg__val(arg, 2); in syscall_arg__scnprintf_kcmp_idx() local 22 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_idx() 29 static size_t kcmp__scnprintf_type(int type, char *bf, size_t size, bool show_prefix) in kcmp__scnprintf_type() argument 32 return strarray__scnprintf(&strarray__kcmp_types, bf, size, "%d", show_prefix, type); in kcmp__scnprintf_type() 37 unsigned long type = arg->val; in syscall_arg__scnprintf_kcmp_type() local 39 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_type() 42 return kcmp__scnprintf_type(type, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_kcmp_type()
|