/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_merge_view.h | 101 int insert_filename(struct rb_root *root, struct hmdfs_cache_entry **new_entry); 124 void lock_root_inode_shared(struct inode *root, bool *locked, bool *down); 125 void restore_root_inode_sem(struct inode *root, bool locked, bool down);
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | the_nilfs.h | 132 * written to disk with a super root. These fields are protected by 228 * struct nilfs_root - nilfs root object 288 void nilfs_put_root(struct nilfs_root *root); 294 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root() argument 296 refcount_inc(&root->count); in nilfs_get_root()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_stp.c | 30 u8 root[8]; member 55 v16 = NR16(stpc->root); in ebt_filter_config() 62 !ether_addr_equal_masked(&stpc->root[2], in ebt_filter_config()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_configfs.c | 258 struct config_group *root = &acpi_configfs.su_group; in acpi_configfs_init() local 260 config_group_init(root); in acpi_configfs_init() 266 acpi_table_group = configfs_register_default_group(root, "table", in acpi_configfs_init()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | the_nilfs.h | 132 * written to disk with a super root. These fields are protected by 228 * struct nilfs_root - nilfs root object 288 void nilfs_put_root(struct nilfs_root *root); 294 static inline void nilfs_get_root(struct nilfs_root *root) in nilfs_get_root() argument 296 refcount_inc(&root->count); in nilfs_get_root()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_merge_view.h | 101 int insert_filename(struct rb_root *root, struct hmdfs_cache_entry **new_entry); 124 void lock_root_inode_shared(struct inode *root, bool *locked, bool *down); 125 void restore_root_inode_sem(struct inode *root, bool locked, bool down);
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 120 if (add_uevent_var(env, "XENBUS_BASE_PATH=%s", bus->root)) in xenbus_uevent_backend() 163 nodename = kasprintf(GFP_KERNEL, "%s/%s/%s", bus->root, type, domid); in xenbus_probe_backend() 196 .root = "backend",
|
/kernel/linux/linux-6.6/drivers/i2c/muxes/ |
H A D | i2c-mux-gpio.c | 129 struct i2c_adapter *root; in i2c_mux_gpio_probe() local 169 root = i2c_root_adapter(&parent->dev); in i2c_mux_gpio_probe() 202 muxc->mux_locked = i2c_root_adapter(gpio_dev) == root; in i2c_mux_gpio_probe()
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_initramfs.sh | 20 -u <uid> User ID to map to user ID 0 (root). 23 -g <gid> Group ID to map to group ID 0 (root). 34 to reset the root/group mapping. 213 "-u") # map $1 to uid=0 (root) 218 "-g") # map $1 to gid=0 (root)
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_stp.c | 30 u8 root[8]; member 55 v16 = NR16(stpc->root); in ebt_filter_config() 62 !ether_addr_equal_masked(&stpc->root[2], in ebt_filter_config()
|
/test/xts/tools/build/ |
H A D | utils.py | 231 for root, _, files in os.walk(gradle_output_dir): 234 if "debugOhosTest" in root: 238 file_util.copy_file(os.path.join(root, file),
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_copy.c | 253 * \param root Root configuration node 263 snd_config_t *root, snd_config_t *conf, in _snd_pcm_copy_open() 288 err = snd_pcm_slave_conf(root, slave, &sconf, 0); in _snd_pcm_copy_open() 291 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_copy_open() 262 _snd_pcm_copy_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_copy_open() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | uformattedvaluetst.c | 30 void addUFormattedValueTest(TestNode** root); 32 #define TESTCASE(x) addTest(root, &x, "tsformat/uformattedvalue/" #x) 34 void addUFormattedValueTest(TestNode** root) { in addUFormattedValueTest() argument
|
H A D | tracetst.c | 41 addUTraceTest(TestNode** root); 44 addUTraceTest(TestNode** root) in addUTraceTest() argument 46 addTest(root, &TestTraceAPI, "tsutil/TraceTest/TestTraceAPI" ); in addUTraceTest()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pbuffer.c | 130 Window root; in apple_glx_pbuffer_create() local 135 root = DefaultRootWindow(dpy); in apple_glx_pbuffer_create() 143 xid = XCreatePixmap(dpy, root, (unsigned int) 1, in apple_glx_pbuffer_create()
|
/third_party/node/lib/internal/repl/ |
H A D | await.js | 158 let root; 160 root = parser.parse(wrapped, { ecmaVersion: 'latest' }); 193 const body = root.body[0].expression.callee.body;
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | shared-heap-serializer.cc | 141 void VisitRootPointers(Root root, const char* description, in SerializeStringTable() 146 void VisitRootPointers(Root root, const char* description, in SerializeStringTable() 149 DCHECK_EQ(root, Root::kStringTable); in SerializeStringTable()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | PrefixTree.java | 102 DfaNode root = prefix.asRangeTree().getInitial(); in minimal() 105 minimal = emit(root, RangeSpecification.empty(), RangeTree.empty(), minLength); in minimal() 108 root, RangeSpecification.empty(), exclude.getInitial(), RangeTree.empty(), minLength); in minimal()
|
/third_party/openssl/test/ |
H A D | crltest.c | 241 * Verify |leaf| certificate (chained up to |root|). |crls| if 246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument 262 X509_up_ref(root); in verify() 263 if (!TEST_true(sk_X509_push(roots, root)) in verify()
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 46 # need to override translate_path to get a known root, 51 root = here variable in RootedHTTPRequestHandler 68 path = self.root 196 handler_class.root = os.getcwd()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 92 // Rewrite the index of an EOpIndexIndirect expression. The root can never need replacing, because 312 // Same implementation as in RewriteExpressionTraverser. That traverser cannot replace root. 341 TIntermBlock *root, in RewriteArrayOfArrayOfOpaqueUniforms() 345 root->traverse(&traverser); in RewriteArrayOfArrayOfOpaqueUniforms() 346 return traverser.updateTree(compiler, root); in RewriteArrayOfArrayOfOpaqueUniforms() 340 RewriteArrayOfArrayOfOpaqueUniforms(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) RewriteArrayOfArrayOfOpaqueUniforms() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor() argument 46 m_nodeStack.push_back(NodeStackEntry(&root)); in RandomOrderExecutor() 47 root.getChildren(m_nodeStack[0].children); in RandomOrderExecutor()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | parseConst.cpp | 239 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t, bool singleConstantParam) in parseConstTree() argument 241 if (root == 0) in parseConstTree() 246 root->traverse(&it); in parseConstTree()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcpal.c | 78 FT_Memory memory = face->root.memory; in FT_LOCAL_DEF() 246 FT_Stream stream = face->root.stream; in tt_face_free_cpal() 247 FT_Memory memory = face->root.memory; in tt_face_free_cpal()
|
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 353 for root, dirs, files in os.walk(path): 355 if abspath(root) in ignore: 360 fn = join(root, fn)
|