Home
last modified time | relevance | path

Searched +full:node +full:- +full:version (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/openbmc/webui-vue/
H A Dpackage-lock.json2 "name": "webui-vue",
3 "version": "0.1.0", string
8 "name": "webui-vue",
9 "version": "0.1.0", string
11 "@carbon/icons-vue": "10.49.1",
14 "@vue/vue3-jest": "27.0.0",
18 "axios-cache-interceptor": "1.5.1",
20 "bootstrap-vue": "2.23.1",
21 "core-js": "3.23.4",
22 "date-fns": "2.28.0",
[all …]
/openbmc/linux/fs/dlm/
H A Dmidcomms.c1 // SPDX-License-Identifier: GPL-2.0-only
5 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
6 ** Copyright (C) 2004-2021 Red Hat, Inc. All rights reserved.
15 * This is the appallingly named "mid-level" comms layer. It takes care about
27 * How version detection works:
29 * Due the fact that dlm has pre-configured node addresses on every side
33 * compatibility these messages are not covered by the midcomms re-transmission
34 * layer. These messages have their own re-transmission handling in the dlm
35 * application layer. The version field of every node will be set on these RCOM
36 * messages as soon as they arrived and the node isn't yet part of the nodes
[all …]
/openbmc/linux/fs/jffs2/
H A Dsummary.c2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>,
5 * Zoltan Sogor <weth@inf.u-szeged.hu>,
6 * Patrik Kluba <pajko@halom.u-szeged.hu>,
28 uint32_t sum_size = min_t(uint32_t, c->sector_size, MAX_SUMMARY_SIZE); in jffs2_sum_init()
30 c->summary = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL); in jffs2_sum_init()
32 if (!c->summary) { in jffs2_sum_init()
34 return -ENOMEM; in jffs2_sum_init()
37 c->summary->sum_buf = kmalloc(sum_size, GFP_KERNEL); in jffs2_sum_init()
39 if (!c->summary->sum_buf) { in jffs2_sum_init()
[all …]
H A Dreadinode.c2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2001-2007 Red Hat, Inc.
25 * Check the data CRC of the node.
28 * 1 - if incorrect;
33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data()
40 BUG_ON(tn->csize == 0); in check_node_data()
44 len = tn->csize; in check_node_data()
47 int adj = ofs % c->wbuf_pagesize; in check_node_data()
49 adj = c->wbuf_pagesize - adj; in check_node_data()
51 if (adj >= tn->csize) { in check_node_data()
[all …]
H A Dscan.c2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2001-2007 Red Hat, Inc.
31 (*(noise))--; \
43 * Returning an error will abort the mount - bad checksums etc. should just mark the space
55 if (!jffs2_can_mark_obsolete(c) && min < c->wbuf_pagesize) in min_free()
56 return c->wbuf_pagesize; in min_free()
75 if ((ret = jffs2_scan_dirty_space(c, jeb, jeb->free_size))) in file_dirty()
79 jeb->dirty_size += jeb->wasted_size; in file_dirty()
80 c->dirty_size += jeb->wasted_size; in file_dirty()
81 c->wasted_size -= jeb->wasted_size; in file_dirty()
[all …]
H A Dsummary.h2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>,
5 * Zoltan Sogor <weth@inf.u-szeged.hu>,
6 * Patrik Kluba <pajko@halom.u-szeged.hu>,
42 jint16_t nodetype; /* node type */
47 jint16_t nodetype; /* node type */
49 jint32_t version; /* inode version */ member
60 jint32_t version; /* dirent version */ member
71 jint32_t version; /* version number */ member
73 jint32_t totlen; /* node length */
[all …]
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c43 static char spinner[] = { '|', '/', '-', '\\' };
55 while (list->listMemBase != NULL) { in free_nodes()
56 struct mem_block *next = list->listMemBase->next; in free_nodes()
57 free(list->listMemBase); in free_nodes()
58 list->listMemBase = next; in free_nodes()
69 memBase = list->listMemBase; in add_node()
71 index = memBase->index; in add_node()
80 memBase->next = list->listMemBase; in add_node()
84 b = (struct b_node *)&memBase->nodes[size * index]; in add_node()
87 memBase->index = index; in add_node()
[all …]
H A Djffs2_1pass.c2 -------------------------------------------------------------------------
4 * Version: $Id: jffs2_1pass.c,v 1.7 2002/01/25 01:56:47 nyet Exp $
8 *-----------------------------------------------------------------------*/
13 * JFFS2 -- Journalling Flash File System, Version 2.
23 * License Version 1.1 (the "Licence"); you may not use this file
32 * The Original Code is JFFS2 - Journalling Flash File System, version 2
35 * terms of the GNU General Public License version 2 (the "GPL"), in
37 * above. If you wish to allow the use of your version of this file
39 * version of this file under the RHEPL, indicate your decision by
42 * provisions above, a recipient may use your version of this file
[all …]
H A Dsummary.h2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2004 Ferenc Havasi <havasi@inf.u-szeged.hu>,
5 * Zoltan Sogor <weth@inf.u-szeged.hu>,
6 * Patrik Kluba <pajko@halom.u-szeged.hu>,
33 __u16 nodetype; /* node type */
38 __u16 nodetype; /* node type */
40 __u32 version; /* inode version */ member
51 __u32 version; /* dirent version */ member
62 __u32 version; /* version number */ member
64 __u32 totlen; /* node length */
[all …]
/openbmc/linux/fs/f2fs/
H A Dnode.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * fs/f2fs/node.h
8 /* start node id of a node block dedicated to the given node id */
11 /* node block offset on the NAT area dedicated to the given start node id */
23 /* maximum readahead size for node during getting data blocks */
34 /* control total # of node writes used for roll-fowrad recovery */
37 /* vector size for gang look-up from nat cache that consists of radix tree */
50 HAS_LAST_FSYNC, /* has the latest node fsync mark? */
56 * For node information
59 nid_t nid; /* node id */
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Dice.rst1 .. SPDX-License-Identifier: GPL-2.0
13 .. list-table:: Generic parameters implemented
15 * - Name
16 - Mode
17 - Notes
18 * - ``enable_roce``
19 - runtime
20 - mutually exclusive with ``enable_iwarp``
21 * - ``enable_iwarp``
22 - runtime
[all …]
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2015-2018 Etnaviv Project
6 #include <linux/dma-mapping.h>
29 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap()
51 return -EINVAL; in etnaviv_context_map()
55 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map()
62 size -= pgsize; in etnaviv_context_map()
67 etnaviv_context_unmap(context, orig_iova, orig_size - size); in etnaviv_context_map()
80 return -EINVAL; in etnaviv_iommu_map()
83 phys_addr_t pa = sg_dma_address(sg) - sg->offset; in etnaviv_iommu_map()
[all …]
/openbmc/linux/drivers/pnp/pnpbios/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * pnpbios -- PnP BIOS driver
5 * This driver provides access to Plug-'n'-Play services provided by
7 * Plug and Play BIOS Specification, Version 1.0A, 5 May 1994
25 * Adam Belay - <ambx1@neo.rr.com> - March 16, 2003
93 return -ENOMEM; in pnp_dock_event()
96 return -ENOMEM; in pnp_dock_event()
112 /* hint that policy agent should enter no-stdout debug mode */ in pnp_dock_event()
115 /* extensible set of named bus-specific parameters, in pnp_dock_event()
127 info->location_id, info->serial, info->capabilities); in pnp_dock_event()
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h10 * published by the Free Software Foundation; either version 2 of the
11 * License, or (at your option) any later version.
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
60 extern int auto_label_aliases; /* auto generate labels -> aliases */
73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1))
99 for (; (m); (m) = (m)->next)
102 if ((m)->type == (t))
154 struct node { struct
158 struct node *children; argument
160 struct node *parent; argument
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire1 What: /sys/bus/firewire/devices/fw[0-9]+/
4 Contact: linux1394-devel@lists.sourceforge.net
6 IEEE 1394 node device attributes.
7 Read-only. Mutable during the node device's lifetime.
12 Binary attribute; an array of host-endian u32.
15 The node's EUI-64 in the bus information block of
20 What: /sys/bus/firewire/devices/fw[0-9]+/units
23 Contact: linux1394-devel@lists.sourceforge.net
25 IEEE 1394 node device attribute.
26 Read-only. Mutable during the node device's lifetime.
[all …]
/openbmc/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
13 * upwards of a half-hour to complete. There's no set of users who should be
22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node() argument
24 char *fmt_connection = KERN_DEBUG "\t\"%p/%d\" -> \"%p/%d\";\n"; in print_node()
30 if (node == NULL) in print_node()
33 fmt_connection = KERN_DEBUG "\t\"%pI4/%d\" -> \"%pI4/%d\";\n"; in print_node()
36 fmt_connection = KERN_DEBUG "\t\"%pI6/%d\" -> \"%pI6/%d\";\n"; in print_node()
39 if (node->peer) { in print_node()
42 memcpy(&key, &node->peer, sizeof(node->peer)); in print_node()
[all …]
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.c2 * QEMU Hyper-V Dynamic Memory Protocol driver
4 * Copyright (C) 2020-2023 Oracle and/or its affiliates.
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
11 #include "hv-balloon-internal.h"
12 #include "hv-balloon-page_range_tree.h"
16 * too recent Glib version until GLIB_VERSION_MAX_ALLOWED finally reaches
17 * the Glib version with this API
19 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29 return -1; in page_range_tree_key_compare()
[all …]
/openbmc/qemu/util/
H A Dnotify.c9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
12 * Contributions after 2012-01-13 are licensed under the terms of the
13 * GNU GPL, version 2 or (at your option) any later version.
21 QLIST_INIT(&list->notifiers); in notifier_list_init()
26 QLIST_INSERT_HEAD(&list->notifiers, notifier, node); in notifier_list_add()
31 QLIST_REMOVE(notifier, node); in notifier_remove()
38 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) { in notifier_list_notify()
39 notifier->notify(notifier, data); in notifier_list_notify()
45 return QLIST_EMPTY(&list->notifiers); in notifier_list_empty()
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2006-2008 Nokia Corporation.
12 * This file describes UBIFS on-flash format and contains definitions of all the
15 * All UBIFS on-flash objects are stored in the form of nodes. All nodes start
16 * with the UBIFS node magic number and have the same common header. Nodes
17 * always sit at 8-byte aligned positions on the media and node header sizes are
18 * also 8-byte aligned (except for the indexing node and the padding node).
24 /* UBIFS node magic number (must not have the padding byte first or last) */
28 * UBIFS on-flash format version. This version is increased when the on-flash
34 * UBIFS went into mainline kernel with format version 4. The older formats
[all …]
/openbmc/smbios-mdr/src/
H A Dsystem.cpp4 // Licensed under the Apache License, Version 2.0 (the "License");
8 // http://www.apache.org/licenses/LICENSE-2.0
29 "xyz.openbmc_project.Software.Version";
30 static constexpr const char* biosVersionProp = "Version";
46 stream << std::setw(8) << systemInfo->uuid.timeLow; in uuid()
47 stream << "-"; in uuid()
48 stream << std::setw(4) << systemInfo->uuid.timeMid; in uuid()
49 stream << "-"; in uuid()
50 stream << std::setw(4) << systemInfo->uuid.timeHiAndVer; in uuid()
51 stream << "-"; in uuid()
[all …]
/openbmc/linux/drivers/firmware/xilinx/
H A Dzynqmp.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2014-2022 Xilinx, Inc.
13 #include <linux/arm-smccc.h>
26 #include <linux/firmware/xlnx-zynqmp.h>
27 #include <linux/firmware/xlnx-event-manager.h>
28 #include "zynqmp-debug.h"
35 /* BOOT_PIN_CTRL- Used to control the mode pins after boot */
37 /* BOOT_PIN_CTRL_MASK- out_val[11:8], out_en[3:0] */
43 /* Firmware feature check version mask */
54 * struct zynqmp_devinfo - Structure for Zynqmp device instance
[all …]
/openbmc/linux/include/linux/
H A Df2fs_fs.h1 // SPDX-License-Identifier: GPL-2.0
14 #define F2FS_SUPER_OFFSET 1024 /* byte-size offset */
22 #define F2FS_BLK_ALIGN(x) (((x) + F2FS_BLKSIZE - 1) >> F2FS_BLKSIZE_BITS)
25 #define NEW_ADDR ((block_t)-1) /* used as block_t addresses */
26 #define COMPRESS_ADDR ((block_t)-2) /* used as compressed data flag */
30 #define F2FS_BLK_END_BYTES(blk) (F2FS_BLK_TO_BYTES(blk + 1) - 1)
32 /* 0, 1(node nid), 2(meta nid) are reserved node id */
35 #define F2FS_ROOT_INO(sbi) ((sbi)->root_ino_num)
36 #define F2FS_NODE_INO(sbi) ((sbi)->node_ino_num)
37 #define F2FS_META_INO(sbi) ((sbi)->meta_ino_num)
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dqmi_interface.c1 // SPDX-License-Identifier: GPL-2.0
22 * qmi_recv_new_server() - handler of NEW_SERVER control message
26 * @node: node of the new server
34 unsigned int node, unsigned int port) in qmi_recv_new_server() argument
36 struct qmi_ops *ops = &qmi->ops; in qmi_recv_new_server()
40 if (!ops->new_server) in qmi_recv_new_server()
44 if (!node && !port) in qmi_recv_new_server()
51 svc->service = service; in qmi_recv_new_server()
52 svc->version = instance & 0xff; in qmi_recv_new_server()
53 svc->instance = instance >> 8; in qmi_recv_new_server()
[all …]
/openbmc/linux/fs/ubifs/
H A Dubifs-media.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2006-2008 Nokia Corporation.
12 * This file describes UBIFS on-flash format and contains definitions of all the
15 * All UBIFS on-flash objects are stored in the form of nodes. All nodes start
16 * with the UBIFS node magic number and have the same common header. Nodes
17 * always sit at 8-byte aligned positions on the media and node header sizes are
18 * also 8-byte aligned (except for the indexing node and the padding node).
24 /* UBIFS node magic number (must not have the padding byte first or last) */
28 * UBIFS on-flash format version. This version is increased when the on-flash
34 * UBIFS went into mainline kernel with format version 4. The older formats
[all …]
/openbmc/linux/include/uapi/linux/
H A Dbatadv_packet.h1 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) */
15 * batadv_tp_is_error() - Check throughput meter return code for error
23 * enum batadv_packettype - types for batman-adv encapsulated packets
40 /* 0x00 - 0x3f: local packets or special rules for handling */
47 /* 0x40 - 0x7f: unicast */
55 /* 0x80 - 0xff: reserved */
59 * enum batadv_subtype - packet subtype for unicast4addr
76 * enum batadv_iv_flags - flags used in B.A.T.M.A.N. IV OGM packets
90 * enum batadv_icmp_packettype - ICMP message types
108 * enum batadv_mcast_flags - flags for multicast capabilities and settings
[all …]

12345678910>>...43