| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_managed.c | 33 mtx_enter(&dev->managed.lock); in drmm_kzalloc() 34 list_add(&node->list, &dev->managed.resources); in drmm_kzalloc() 35 mtx_leave(&dev->managed.lock); in drmm_kzalloc() 54 mtx_enter(&dev->managed.lock); in drmm_kcalloc() 55 list_add(&node->list, &dev->managed.resources); in drmm_kcalloc() 56 mtx_leave(&dev->managed.lock); in drmm_kcalloc() 75 mtx_enter(&dev->managed.lock); in drmm_kstrdup() 76 list_add(&node->list, &dev->managed.resources); in drmm_kstrdup() 77 mtx_leave(&dev->managed.lock); in drmm_kstrdup() 89 mtx_enter(&dev->managed.lock); in drmm_kfree() [all …]
|
| H A D | drm_drv.c | 365 * &drm_device managed resources with drmm_add_action(), drmm_kmalloc() and 368 * devres managed resources like devm_kmalloc() can only be used for resources 713 INIT_LIST_HEAD(&dev->managed.resources); in drm_dev_init() 714 spin_lock_init(&dev->managed.lock); in drm_dev_init() 893 kfree(dev->managed.final_kfree); in drm_dev_release() 1013 WARN_ON(!dev->managed.final_kfree); in drm_dev_register() 1077 * drm_dev_put() to drop their final reference, unless it is managed with devres 1361 INIT_LIST_HEAD(&dev->managed.resources); in drm_attach() 1362 mtx_init(&dev->managed.lock, IPL_TTY); in drm_attach()
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-TC.txt | 152 a conceptual row of a MIB table in the managed device. In 191 available for use by the managed device; 195 the managed device (see NOTE below); 'notInService' has 198 the current state of the managed device; 203 managed device (i.e., one or more required columns in 209 to active, making it available for use by the managed 215 the managed device); and, 226 the managed device (the status column has value `active'); 227 it is not available for use by the managed device, though 230 not available for use by the managed device, and an attempt [all …]
|
| H A D | SNMPv2-MIB.txt | 73 -- a collection of objects common to all managed systems. 98 being managed. For example, if vendor `Flintstones, 120 this managed node, together with information on how 130 "An administratively-assigned name for this managed 581 managed systems."
|
| H A D | SNMP-FRAMEWORK-MIB.txt | 203 managed by the Internet Assigned Numbers Authority 272 Models and are managed by the Internet Assigned
|
| H A D | IF-MIB.txt | 80 interface sub-layer in the managed system. It is 94 sub-layer in the managed system. This extension permits the 263 managed system initializes, all interfaces start with 266 retained by the managed system, ifAdminStatus is then 1095 next restart of the managed system. Entries having the 1098 managed system. Entries having the value other(1) are valid
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | exclude_contrib.txt | 2 # This file is managed by `Porting/updateAUTHORS.pl`
|
| H A D | docs-team-charter.pod | 12 This project is managed by the Documentation Team (a.k.a. "Docs Team").
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | __clang_hip_runtime_wrapper.h | 26 #define __managed__ __attribute__((managed))
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_device.h | 83 } managed; member
|
| /openbsd-src/sbin/slaacd/ |
| H A D | slaacd.h | 96 int managed; 98 int managed; global() member
|
| H A D | engine.c | 146 int managed; member 748 cei_ra.managed = ra->managed; in send_interface_info() 1447 radv->managed = nd_ra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED; in parse_ra()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | 20020430-1.c | 98 Boolean managed; member
|
| /openbsd-src/gnu/usr.bin/perl/Cross/ |
| H A D | README | 13 The main target is arm-linux but I have also managed to
|
| /openbsd-src/sys/dev/videomode/ |
| H A D | ediddevs | 41 * These are standard PNP ids, managed (apparently) by Microsoft.
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | if_mvneta.c | 445 char *managed; in mvneta_attach() local 494 managed = malloc(len, M_TEMP, M_WAITOK); in mvneta_attach() 495 OF_getprop(faa->fa_node, "managed", managed, len); in mvneta_attach() 496 if (!strncmp(managed, "in-band-status", in mvneta_attach() 501 free(managed, M_TEMP, len); in mvneta_attach()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 144 turned into a ``DeadBlock`` and copied to storage managed by the 149 The lifetime of blocks is managed through 3 methods stored in the 224 * **BlockPointer**: used to reference memory allocated and managed by the
|
| H A D | ShadowCallStack.rst | 50 .. _`Control-flow Enforcement Technology`: https://software.intel.com/sites/default/files/managed/4… 127 for code compiled without ``-ffixed-x18`` to run on a thread managed by the
|
| /openbsd-src/usr.sbin/slaacctl/ |
| H A D | slaacctl.c | 228 " %5us\n", cei_ra->curhoplimit, cei_ra->managed ? 1: 0, in show_interface_msg()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | FaultMaps.rst | 12 Code generated by managed language runtimes tend to have checks that
|
| H A D | CodeOfConduct.rst | 20 This code of conduct applies to all spaces managed by the LLVM project or The
|
| H A D | Lexicon.rst | 150 In garbage collection, the region of memory which is managed using
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 135 bool managed() const { return Source == Managed; } in managed() function in __anon721e4a080111::FactEntry 2144 if ((A.managed() || A.asserted()) && (B.managed() || B.asserted())) { in join() 2190 } else if (!ExitFact.managed()) { in intersectAndWarn() 2202 if (!EntryFact->managed() || ExitLEK == LEK_LockedSomeLoopIterations) in intersectAndWarn()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlclass.pod | 190 Specific aspects of the keywords mentioned above are managed using
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | pmap.c | 106 int managed; /* a managed page */ member 1157 stat_count(enter_stats.managed); in pmap_enter()
|