| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| debugfs_gt.c | 21 struct dentry *root; local 26 root = debugfs_create_dir("gt", gt->i915->drm.primary->debugfs_root); 27 if (IS_ERR(root)) 30 debugfs_engines_register(gt, root); 31 debugfs_gt_pm_register(gt, root); 35 struct dentry *root, 42 0444, root, gt,
|
| /src/external/bsd/tmux/dist/compat/ |
| daemon-darwin.c | 66 mach_port_t root = MACH_PORT_NULL; local 71 if (bootstrap_get_root(bootstrap_port, &root) == KERN_SUCCESS && 72 bootstrap_look_up_per_user(root, NULL, uid, &s) == KERN_SUCCESS &&
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| tree.h | 49 (device *root, 60 (device *root); variable 64 (device *root, 82 (device *root, 98 (device *root, 104 (device *root, 109 (device *root, 114 (device *root, 119 (device *root, 124 (device *root, [all...] |
| corefile.h | 68 (device *root); variable
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| tree.h | 49 (device *root, 60 (device *root); variable 64 (device *root, 82 (device *root, 98 (device *root, 104 (device *root, 109 (device *root, 114 (device *root, 119 (device *root, 124 (device *root, [all...] |
| corefile.h | 68 (device *root); variable
|
| /src/external/mit/isl/dist/ |
| isl_schedule_private.h | 10 * "root" is the root of the schedule tree. 20 isl_schedule_tree *root; member in struct:isl_schedule
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| ctf-nonroot-addition.c | 1 /* Make sure adding a non-root-visible type after adding a root-visible forward 13 ctf_id_t root, nonroot; local 22 if ((root = ctf_add_forward (fp, CTF_ADD_ROOT, "foo", CTF_K_ENUM)) == CTF_ERR) 28 if (nonroot == root) 29 fprintf (stderr, "Non-root addition should not promote root-visible forwards\n");
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-phinodes.h | 45 struct phi_arg_d *element, *root; local 56 root = gimple_phi_arg (phi, 0); 57 index = element - root; 61 gcc_checking_assert ((((char *)element - (char *)root)
|
| /src/external/mit/libcbor/dist/examples/ |
| create_items.c | 13 cbor_item_t* root = cbor_new_definite_map(2); local 15 cbor_map_add(root, 19 cbor_map_add(root, 26 length = cbor_serialize_alloc(root, &buffer, &buffer_size); 32 cbor_decref(&root);
|
| /src/external/mit/libcbor/dist/src/cbor/internal/ |
| builder_callbacks.h | 25 cbor_item_t *root; member in struct:_cbor_decoder_context
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| ahdi.c | 52 struct ahdi_root *root; local 55 root = disk_read(dd, rsec, 1); 56 if (!root) { 62 end = &root->ar_parts[AHDI_MAXRPD]; 63 else end = &root->ar_parts[AHDI_MAXARPD]; 64 for (part = root->ar_parts; part < end; ++part) { 84 p->rent = part - root->ar_parts; 90 free(root);
|
| /src/usr.bin/mklocale/ |
| ldef.h | 50 rune_list *root; member in struct:rune_map
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_check_owner_perms.c | 56 * owned by either root or the arbitrator and that it is not writable by 63 uid_t root, arbitrator; local 67 root = 0; 81 if ((sb.st_uid != root && sb.st_uid != arbitrator) || 95 * up to it are owned by either root or the arbitrator and that they are 106 uid_t root, arbitrator; local 113 root = 0; 133 if ((sb.st_uid != root && sb.st_uid != arbitrator) ||
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-phinodes.h | 51 struct phi_arg_d *element, *root; local 62 root = gimple_phi_arg (phi, 0); 63 index = element - root; 67 gcc_checking_assert ((((char *)element - (char *)root)
|
| /src/lib/libc/gen/ |
| pw_scan.c | 139 int root, inflags; local 164 root = !strcmp(pw->pw_name, "root"); 176 if (root && id) { 178 warnx("root uid should be 0"); 220 if (root && *p) /* empty == /bin/sh */ 224 warnx("warning, unknown root shell");
|
| /src/sys/arch/arm/acpi/ |
| acpi_iort.c | 84 ACPI_IORT_ROOT_COMPLEX *root; local 96 root = (ACPI_IORT_ROOT_COMPLEX *)node->NodeData; 97 if (le32toh(root->PciSegmentNumber) == seg) { 117 ACPI_IORT_ROOT_COMPLEX *root; local 130 root = (ACPI_IORT_ROOT_COMPLEX *)node->NodeData; 131 if (le32toh(root->PciSegmentNumber) == seg) {
|
| /src/sys/arch/macppc/macppc/ |
| autoconf.c | 65 int root = OF_finddevice("/"); local 70 if (OF_getprop(root, "model", buf, sizeof(buf)) <= 0) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| nouveau_nvkm_engine_disp_rootnv04.c | 47 struct nv04_disp_root *root = nv04_disp_root(object); local 63 if (!(head = nvkm_head_find(root->disp, id))) 86 struct nv04_disp_root *root; local 88 if (!(root = kzalloc(sizeof(*root), GFP_KERNEL))) 90 root->disp = disp; 91 *pobject = &root->object; 93 nvkm_object_ctor(&nv04_disp_root, oclass, &root->object);
|
| priv.h | 22 const struct nvkm_disp_oclass *(*root)(struct nvkm_disp *); member in struct:nvkm_disp_func
|
| /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/ |
| slh_hypertree.c | 39 uint8_t root[SLH_MAX_N]; local 56 * Each node in an XMSS tree has a sibling (except for the root node), 58 * hashes for all the siblings in the path to the root node, 61 * path hashes to work all the way up to the root node to calculate the 64 memcpy(root, msg, n); 71 if (!ossl_slh_xmss_sign(ctx, root, sk_seed, leaf_id, pk_seed, adrs, 83 if (!ossl_slh_xmss_pk_from_sig(ctx, leaf_id, xmss_sig_rpkt, root, 84 pk_seed, adrs, root, sizeof(root)))
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ASTTableGen.cpp | 121 ASTNode root; local 125 else if (root) 127 "multiple root nodes in " + nodeClassName + " hierarchy"); 129 root = node; 131 if (!root) 132 PrintFatalError(Twine("no root node in ") + nodeClassName + " hierarchy"); 134 // Now visit the map recursively, starting at the root node. 135 visitASTNodeRecursive(root, ASTNode(), hierarchy, visit);
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| mingw.py | 172 def root(location = None, arch = None, version = None, threading = None, function 175 Returns the root folder of a specific version of the mingw-builds variant 302 root_dir = root(location = args.location, arch = args.arch,
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| mingw.py | 172 def root(location = None, arch = None, version = None, threading = None, function 175 Returns the root folder of a specific version of the mingw-builds variant 302 root_dir = root(location = args.location, arch = args.arch,
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| TestingConfig.py | 163 def root(self): member in class:TestingConfig 164 """root attribute - The root configuration for the test suite.""" 168 return self.parent.root
|