Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Devents.c65 event_entry *volatile held; member
91 new_event_queue->held = NULL; in event_queue_create()
92 new_event_queue->held_end = &new_event_queue->held; in event_queue_create()
113 event = queue->held; in event_queue_init()
119 queue->held = NULL; in event_queue_init()
120 queue->held_end = &queue->held; in event_queue_init()
263 if (events->held == NULL) { in event_queue_schedule_after_signal()
264 events->held = new_event; in event_queue_schedule_after_signal()
336 if (events->held != NULL) { in event_queue_tick()
347 held_events = events->held; in event_queue_tick()
[all …]
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_lease.c72 bool held; in drm_lease_held() local
78 held = _drm_lease_held(file, id); in drm_lease_held()
81 return held; in drm_lease_held()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThreadSafetyAnalysis.rst113 capability can be held by only one thread at a time, while a shared capability
114 can be held by many threads at the same time. This mechanism enforces a
128 The set of capabilities that are actually held by a given thread at a given
132 and describes the set of capabilities that are statically known to be held, or
133 not held, at that particular point. This environment is a conservative
134 approximation of the full set of capabilities that will actually held by a
193 must be held on entry to the function, *and must still be held on exit*.
223 The given capability must not be held on entry, and will be held on exit
227 function releases the given capability. The capability must be held on entry
229 shared for ``RELEASE_GENERIC``), and will no longer be held on exit.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod19 the buffer held by I<pkt>. For example, precompiled values, such as
26 held by I<pkt>.
31 may mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_bn.pod25 their respective value to the already written output buffer held by
49 mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_begin_sequence.pod31 mean that the buffer held by the I<pkt> is too small, but may also
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drrwlock.c285 boolean_t held; in rrw_held() local
289 held = (rrl->rr_writer == curthread); in rrw_held()
291 held = (!refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
296 return (held); in rrw_held()
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dreferrals.sdf17 Subordinate knowledge information is held in {{EX:referral}}
55 similar to an X.500 knowledge reference held in a {{subr}}
79 attribute is similar to an X.500 knowledge reference held in a
104 contexts held by the server.
107 attribute is similar to an X.500 knowledge reference held in a
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3296.txt103 subordinate to object entries within a naming context held by the
206 held in referral objects and instead SHALL treat the referral object
307 subtree "OU=People,O=MNN,C=WW" is held by hostb and hostc (e.g., one
310 "OU=Roles,O=MNN,C=WW" is held by hostd.
343 Case 1: The target object is not held by the server and is not within
345 referral object held by the server.
354 Case 2: The target object is held by the server and is a referral
369 Case 3: The target object is not held by the server, but the nearest
378 Case 4: The target object is not held by the server, but the nearest
383 not held by the server and the nearest naming context contains a
[all …]
/netbsd-src/sys/dev/usb/
H A Dohci.c514 std->held = NULL; in ohci_free_std()
568 cur->held = &ox->ox_stds[j]; in ohci_free_stds()
571 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox, in ohci_free_stds()
572 (uintptr_t)cur, (uintptr_t)cur->held, 0); in ohci_free_stds()
1521 if (std->held == NULL) { in ohci_softintr()
1522 DPRINTFN(10, "std=%#jx held is null", (uintptr_t)std, in ohci_softintr()
1832 * Add an ED to the schedule. Called with USB lock held.
1859 * Remove an ED from the schedule. Called with USB lock held.
1894 /* Called with USB lock held. */ in ohci_hash_find_td()
1905 /* Called with USB lock held in ohci_hash_add_itd()
[all...]
H A Dohcivar.h51 struct ohci_soft_td **held; /* where the ref to this std is held */
70 struct ohci_soft_itd **held; /* where the ref to this sitd is held */
53 struct ohci_soft_td **held; /* where the ref to this std is held */ global() member
72 struct ohci_soft_itd **held; /* where the ref to this sitd is held */ global() member
/netbsd-src/crypto/external/bsd/netpgp/dist/doc/
H A Dspec.txt14 - Add an ascii armoured key to a key ring held in memory.
15 - Store a key ring held in memory back to disk.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_INFO.pod82 B<OSSL_STORE_INFO> and return the held object of the appropriate OpenSSL
83 type provided that's what's held.
88 B<OSSL_STORE_INFO> and return a duplicate of the held object of the
89 appropriate OpenSSL type provided that's what's held.
H A DEVP_EncodeInit.pod61 function. Any remainder is held in the B<ctx> object and will be processed by a
64 amount of unprocessed data held in B<ctx> and divide the result by 48 (ignore
102 of unprocessed data (1, 2 or 3 bytes) that remains at the end will be held in
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/Docs/
H A DFBInstall34 to test for the ALT or CTRL keys are being held down. In addition
110 This is the behaviour when ALT is held down at boot time and ConfBoot mode
118 This is the behaviour when CTRL is held down at boot time. This is similar to
/netbsd-src/sys/kern/
H A Dsubr_psref.c552 bool held = false; in _psref_held() local
589 held = true; in _psref_held()
597 return held; in _psref_held()
/netbsd-src/sys/gdbscripts/
H A Dlwps151 printf "cpu last held: %18u\n", \
153 printf "current lwp : %#018lx last held: %#018lx\n", \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dshared_mutex268 // set or the maximum number of reader locks is held, then increment the
272 // otherwise if the maximum number of reader locks was held signal gate1
281 // This means that when no reader locks are held readers and writers get
282 // equal priority. When one or more reader locks is held a writer gets
302 // The number of reader locks currently held. _M_mut must be locked.
347 // call notify_all() while mutex is held so that another thread can't
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dshared_mutex273 // set or the maximum number of reader locks is held, then increment the
277 // otherwise if the maximum number of reader locks was held signal gate1
286 // This means that when no reader locks are held readers and writers get
287 // equal priority. When one or more reader locks is held a writer gets
307 // The number of reader locks currently held. _M_mut must be locked.
352 // call notify_all() while mutex is held so that another thread can't
/netbsd-src/common/dist/zlib/
H A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/netbsd-src/games/quiz/datfiles/
H A Dtrek11 hand-held weapon:phaser
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-v850.texi414 Data Area (whose address is held in register 4, the GP register) and
422 32K of the address held in the GP register. [Note the linker assumes
431 Data Area (whose address is held in register 30, the EP register) and
439 bytes of the address held in the EP register. [Note the linker assumes
461 Table Area (whose address is held in system register 20, the CTBP
468 will put the call the function whose address is held in the call table
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-v850.texi414 Data Area (whose address is held in register 4, the GP register) and
422 32K of the address held in the GP register. [Note the linker assumes
431 Data Area (whose address is held in register 30, the EP register) and
439 bytes of the address held in the EP register. [Note the linker assumes
461 Table Area (whose address is held in system register 20, the CTBP
468 will put the call the function whose address is held in the call table
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dconstraints.md87 ;; "An address that is held in a general-purpose register.
199 An address that is held in a general-purpose register.
/netbsd-src/sys/arch/macppc/conf/
H A DMAMBO99 # (brightness, volume, eject) when the Fn modifier is held down. Mac
101 # events when Fn is not held down and send function key events when it

12345678910>>...14