Searched +full:sync +full:- +full:token (Results 1 – 25 of 157) sorted by relevance
1234567
5 # SPDX-License-Identifier: GPL-2.0-only41 ("token", "TEXT NOT NULL", ""),113 def __init__(self, dbname, sync): argument116 self.sync = sync130 "PRAGMA synchronous = %s" % ("NORMAL" if self.sync else "OFF")163 self.logger.info("Upgrading Unihashes V2 -> V3...")175 return Database(logger, self.dbname, self.sync)179 def __init__(self, logger, dbname, sync): argument189 "PRAGMA synchronous = %s" % ("NORMAL" if sync else "OFF")296 -- Select any matching output hash except the one we just inserted[all …]
3 # SPDX-License-Identifier: GPL-2.0-only43 # In the event of a restart due to a reconnect, all in-flight44 # messages need to be resent first to keep to result count in sync105 hash equivalence server be allowing multiple queries to be "in-flight"151 self.logger.debug("Transitioning mode %s -> %s", self.mode, new_mode)164 await normal_to_stream("get-stream")166 await normal_to_stream("exists-stream")168 raise Exception("Undefined mode transition {self.mode!r} -> {new_mode!r}")196 return await self.invoke({"report-equiv": m})214 "get-outhash": {[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */36 /* time out bits, maximum time out value is 2^_IBUF_CNTRL_TIME_OUT_BITS - 1 */39 /* command token definition */50 /* acknowledge token definition */56 …TRL_ACK_TOKEN_MSB (_IBUF_CNTRL_ACK_TOKEN_ITEMS_BITS + _IBUF_CNTRL_ACK_TOKEN_ITEMS_IDX - 1)90 /* send a frame sync or not, default 1 */126 /* store an online frame (sync with ISP, use end cfg start, stride and end address: */129 /* store an offline frame (don't sync with ISP, requires start address as 2nd token, no end address…132 /* false command token, should be different then commands. Use online bit, not store frame: */
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/nvidia,tegra-vde.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Dmitry Osipenko <digetx@gmail.com>11 - Jon Hunter <jonathanh@nvidia.com>12 - Thierry Reding <thierry.reding@gmail.com>17 - items:18 - enum:19 - nvidia,tegra132-vde[all …]
13 The original REST server, from the phosphor-rest-server repository, uses15 use the same cookie jar files for read-only REST methods like GET, but requires16 either an authentication token or the username and password passed in as part of17 the URL for non-read-only methods.20 server. The phosphor-rest-server repository was archived in October 2022.24 - Using just the cookie jar files for the phosphor-rest server:27 …$ curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d "{\"…29 - If passing in the username/password as part of the URL, no unique login call40 $ curl -k -X GET https://root:0penBmc@${bmc}/xyz/openbmc_project/list43 - Token based authentication.[all …]
2 import Cookies from 'js-cookie';11 xsrfCookie: Cookies.get('XSRF-TOKEN'),20 // We might have gotten XSRF-TOKEN (and HttpOnly SESSION cookie) by Mutual TLS authentication,29 token: (state) => state.xsrfCookie,32 authSuccess(state, { session, token }) {34 state.xsrfCookie = Cookies.get('XSRF-TOKEN');39 // Redfish implementation that is not bmcweb. In this case get the token43 api.set_auth_token(token);44 state.xAuthToken = token;51 Cookies.remove('XSRF-TOKEN');[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */27 #define FDDI_RAW_MTU (4500-5) /* exl. Pr,SD, ED/FS */34 #define FC_TOKEN 0x80 /* token */35 #define FC_RES_TOKEN 0xc0 /* restricted token */46 #define FC_SYNC_LLC 0xd0 /* sync. LLC frame */48 #define FC_SYNC_BIT 0x80 /* sync. bit in FC */
1 /* SPDX-License-Identifier: GPL-2.0-or-later */41 u_long err_tkiss ; /* token issued */42 u_long err_tkerr ; /* token error */59 struct s_txd_os txd_os ; /* OS - specific struct */76 struct s_rxd_os rxd_os ; /* OS - specific struct */125 #define RX_FIFO_SPACE 0x4000 - RX_FIFO_OFF130 #define TX_LARGE_FIFO TX_FIFO_SPACE - TX_SMALL_FIFO 133 #define RX_LARGE_FIFO RX_FIFO_SPACE - RX_SMALL_FIFO 142 u_short tx_s_start ; /* sync queue start address */143 u_short tx_s_size ; /* sync queue size */[all …]
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */349 * Following definitions are gce sw token which may use by clients351 * Note that token 512 to 639 may set secure354 /* end of hw event and begin of sw token */368 * MUST NOT CHANGE, this token sync with secure world372 /* CMDQ use sw token */378 /* ISP sw token */382 /* DISP sw token */386 * There are 15 32-bit GPR, 3 GPR form a set387 * (64-bit for address, 32-bit for value)[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817]9 SENSE_CODE(0x0002, "End-of-partition/medium detected")11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected")12 SENSE_CODE(0x0005, "End-of-data detected")51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress")87 SENSE_CODE(0x0801, "Logical unit communication time-out")89 SENSE_CODE(0x0803, "Logical unit communication CRC error (Ultra-DMA/32)")102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded")103 SENSE_CODE(0x0B02, "Warning - enclosure degraded")[all …]
3 Date: Sat, 18 Jul 2020 12:16:00 -070011 [-Wimplicit-function-declaration]14 ../hwaccess.c:74:13: error: expected ')' before ':' token17 Upstream-Status: Submitted [https://github.com/flashrom/flashrom/pull/155]18 Signed-off-by: Rosen Penev <rosenp@gmail.com>19 Signed-off-by: Khem Raj <raj.khem@gmail.com>20 ---21 hwaccess.c | 6 +++---22 1 file changed, 3 insertions(+), 3 deletions(-)24 diff --git a/hwaccess.c b/hwaccess.c[all …]
2 * block2mtd.c - create an mtd from a block device5 * Copyright (C) 2004-2006 Joern Engel <joern@wh.fh-wedel.de>23 #include <linux/backing-dev.h>34 /* Maximum number of comma-separated items in the 'block2mtd=' parameter */58 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase()72 if (*p != -1UL) { in _block2mtd_erase()82 pages--; in _block2mtd_erase()89 struct block2mtd_dev *dev = mtd->priv; in block2mtd_erase()90 size_t from = instr->addr; in block2mtd_erase()91 size_t len = instr->len; in block2mtd_erase()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */29 * which contain duplicate data (when in sync).55 /*! Dequeue a token from the debug data buffer
16 cls.tc.target.run('cp -p %s %s-original' % (cls.toml_file, cls.toml_file))21 self.parsec_status='systemctl status -l parsec'24 self.parsec_status='pgrep -l parsec'28 self.target.run('sync')38 (status, output) = self.target.copyTo(tmp_path, "%s-%s" % (self.toml_file, provider))40 … status, output = self.target.run('cat %s-%s >>%s' % (self.toml_file, provider, self.toml_file))45 self.target.run('cp -p %s-original %s' % (self.toml_file, self.toml_file))54 status, output = self.target.run('parsec-tool list-providers')61 """ Run Parsec CLI end-to-end tests against one or all providers """63 …status, output = self.target.run('parsec-cli-tests.sh %s %s' % ("-%d" % prov_id if prov_id else ""…[all …]
1 // SPDX-License-Identifier: GPL-2.0-only27 * rate-limit tunable for the "low" level notification, and also for58 * prio <= DEF_PRIORITY - 2 : kswapd becomes somewhat overwhelmed140 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level()164 mutex_lock(&vmpr->events_lock); in vmpressure_event()165 list_for_each_entry(ev, &vmpr->events, node) { in vmpressure_event()166 if (ancestor && ev->mode == VMPRESSURE_LOCAL) in vmpressure_event()168 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event()170 if (level < ev->level) in vmpressure_event()172 eventfd_signal(ev->efd, 1); in vmpressure_event()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH5 * Copyright (C) 2016-2017 Intel Deutschland GmbH11 * enum iwl_data_path_subcmd_ids - data path group commands131 * struct iwl_mu_group_mgmt_cmd - VHT MU-MIMO group configuration136 * group then bits (group * 2) is the position -1145 * struct iwl_mu_group_mgmt_notif - VHT MU-MIMO group id notification149 * group then bits (group * 2) is the position -1168 * struct iwl_time_sync_cfg_cmd - TM/FTM time sync measurement configuration[all …]
1 // SPDX-License-Identifier: GPL-2.019 /* Miscellaneous res name, keep it in sync with enum misc_res_type */24 /* AMD SEV-ES ASIDs resource */43 * parent_misc() - Get the parent of the passed misc cgroup.48 * * struct misc_cg* - Parent of the @cgroup.49 * * %NULL - If @cgroup is null or the passed cgroup does not have a parent.53 return cgroup ? css_misc(cgroup->css.parent) : NULL; in parent_misc()57 * valid_type() - Check if @type is valid or not.62 * * true - If valid type.63 * * false - If not valid type.[all …]
1 // SPDX-License-Identifier: GPL-2.017 * Note that the baud_table needs to be kept in sync with the53 * ->c_[io]speed directly as they are updated.62 cbaud = termios->c_cflag & CBAUD; in tty_termios_baud_rate()64 /* Magic token for arbitrary speed via c_ispeed/c_ospeed */ in tty_termios_baud_rate()66 return termios->c_ospeed; in tty_termios_baud_rate()83 * ->c_[io]speed directly as they are updated.90 unsigned int cbaud = (termios->c_cflag >> IBSHIFT) & CBAUD; in tty_termios_input_baud_rate()95 /* Magic token for arbitrary speed via c_ispeed */ in tty_termios_input_baud_rate()97 return termios->c_ispeed; in tty_termios_input_baud_rate()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * linux/drivers/video/omap2/omapfb-main.c16 #include <linux/dma-mapping.h>56 struct fb_var_screeninfo *var = &fbi->var; in draw_pixel()57 struct fb_fix_screeninfo *fix = &fbi->fix; in draw_pixel()58 void __iomem *addr = fbi->screen_base; in draw_pixel()59 const unsigned bytespp = var->bits_per_pixel >> 3; in draw_pixel()60 const unsigned line_len = fix->line_length / bytespp; in draw_pixel()66 if (var->bits_per_pixel == 16) { in draw_pixel()75 } else if (var->bits_per_pixel == 24) { in draw_pixel()[all …]
1 // SPDX-License-Identifier: Apache-2.02 // SPDX-FileCopyrightText: Copyright OpenBMC Authors31 // https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#session-id-en…60 // 2. D-Bus User.Manager.GetUserInfo property UserPasswordExpired.61 // These should be in sync, but the underlying condition can change at any69 * This replaces nlohmann's from_json to ensure no-throw approach94 userSession->uniqueId = *thisValue; in fromJson()98 userSession->sessionToken = *thisValue; in fromJson()102 userSession->csrfToken = *thisValue; in fromJson()106 userSession->username = *thisValue; in fromJson()[all …]
1 // SPDX-License-Identifier: GPL-2.015 #include <linux/backing-dev.h>30 #include "delayed-inode.h"32 #include "disk-io.h"35 #include "print-tree.h"41 #include "rcu-string.h"42 #include "dev-replace.h"43 #include "free-space-cache.h"45 #include "space-info.h"48 #include "tests/btrfs-tests.h"[all …]
... sync) to (dma-sync) (sparc32-dma-map-in) ['] (sparc32
1 // SPDX-License-Identifier: GPL-2.0-only10 * Copyright (C) 2005-2014 Dell Inc.31 #include "dell-rbtn.h"32 #include "dell-smbios.h"34 #include "dell-wmi-privacy.h"45 * The list must end with -158 quirks = dmi->driver_data; in dmi_matched()68 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 },89 .name = "dell-laptop",360 buffer->input[0] = arg0; in dell_fill_request()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later46 { "sync", SB_SYNCHRONOUS },63 unsigned int token; in vfs_parse_sb_flag() local65 token = lookup_constant(common_set_sb_flag, key, 0); in vfs_parse_sb_flag()66 if (token) { in vfs_parse_sb_flag()67 fc->sb_flags |= token; in vfs_parse_sb_flag()68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()72 token = lookup_constant(common_clear_sb_flag, key, 0); in vfs_parse_sb_flag()73 if (token) { in vfs_parse_sb_flag()74 fc->sb_flags &= ~token; in vfs_parse_sb_flag()[all …]
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */3 * Copyright (c) 2015-2016, Integrated Device Technology Inc.11 * License(GPL) Version 2, or the BSD-3 Clause license below:57 * - memory mapped (MAPPED)58 * - packet generation from memory (TRANSFER)91 * - incoming port-writes92 * - incoming doorbells122 * indicates that no specific RIO-to-local address translation is requested123 * and driver should use direct (one-to-one) address mapping.154 RIO_TRANSFER_FAF, /* fire-and-forget transfer */[all …]