Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_spec.c108 if (curthread->specific == NULL) in _thread_cleanupspecific()
120 (curthread->specific[key].data != NULL)) { in _thread_cleanupspecific()
121 if (curthread->specific[key].seqno == in _thread_cleanupspecific()
123 data = curthread->specific[key].data; in _thread_cleanupspecific()
126 curthread->specific[key].data = NULL; in _thread_cleanupspecific()
128 } else if (curthread->specific[key].data != NULL) { in _thread_cleanupspecific()
135 curthread->specific[key].data = NULL; in _thread_cleanupspecific()
156 munmap(curthread->specific, _pthread_specific_bytes); in _thread_cleanupspecific()
157 curthread->specific = NULL; in _thread_cleanupspecific()
198 if (pthread->specific || in _pthread_setspecific()
[all …]
H A Dthr_exit.c135 if (curthread->specific != NULL) { in exit_thread()
/dflybsd-src/etc/rc.d/
H A Ddhclient43 local specific=$(get_if_var $ifn dhclient_flags_IF)
44 if [ -z "$flags" -a -n "$specific" ]; then
45 rc_flags=$specific
/dflybsd-src/crypto/openssh/
H A Dssh_config10 # 2. user-specific file
13 # Thus, host-specific definitions should be at the beginning of the
H A DREADME.tun9 a network configuration specific to the OpenBSD operating system.
33 Use the hostname.if(5) interface-specific configuration file to set up
/dflybsd-src/contrib/file/magic/Magdir/
H A Dpci_ids4 # pci.ids: file(1) magic for PCI specific informations
109 # device does not fit any defined class; Unassigned Class (Vendor specific)
115 # defines the specific device programming interface
H A Dolf42 >>16 leshort &0xff00 processor-specific,
73 >>16 beshort &0xff00 processor-specific,
H A Dvmware4 # VMware specific files (deducted from version 1.1 and log file entries)
H A Dmarc2116 # leader starts with 5 digits, followed by codes specific to MARC format
/dflybsd-src/contrib/binutils-2.34/ld/emultempl/
H A Delf-x86.em21 # This file is sourced from elf.em, and defines x86 specific routines.
29 /* This is a convenient point to tell BFD about target specific flags.
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtarget.def216 /* Initialize target-specific sections. */
416 specific versions of record_gcc_switches may or may not use
474 /* Emit a machine-specific insn operand. */
483 /* Emit a machine-specific memory address. */
663 DATA is a pointer to target-specific data used for multipass scheduling.
677 DATA is a pointer to target-specific data that can be used to record effects
684 PREV_DATA is a pointer to target-specific data corresponding
694 DATA is a pointer to target-specific data that stores the effects
709 If DATA is non-NULL it points to target-specific data used for multipass
719 /* This hook is called to initialize target-specific data for multipass
[all …]
H A Dcif-code.def101 /* We can't inline because of mismatched target specific options. */
102 DEFCIFCODE(TARGET_OPTION_MISMATCH, N_("target specific option mismatch"))
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dasconfig.texi11 @c A generic form of manual (not tailored to specific target)?
105 @set TARGET machine specific
/dflybsd-src/tools/tools/drm/
H A DREADME3 radeon Tools specific to the Radeon device driver.
/dflybsd-src/sys/dev/disk/isp/
H A DDriverManual.txt106 code with platform specific defines. Instead, some reasonable layering
108 platform specific code.
162 Fabric Name server has sent a change notification, or even that a specific
184 binding of entities it's queried from the name server to specific 'target'
222 and bus specific outer modules (machine dependent).
235 The platform/bus specific modules (and definitions) depend on each
238 dependent module (where configuration is begun from and bus specific
239 support functions reside) and relatively thin platform specific layer
243 For ease of bus specific access issues, a centralized soft state
294 Typically a bus specific module for a platform (e.g., one that wants
[all …]
/dflybsd-src/usr.sbin/bootparamd/bootparamd/
H A DREADME42 to a specific (booting) request. It can be used as
51 You may also use "all" instead of a specific server, in which case a RPC
/dflybsd-src/lib/libc/rpc/
H A DDISCLAIMER16 * from this software without specific prior written permission.
45 * from this software without specific prior written permission.
/dflybsd-src/etc/mail/
H A Dvirtusertable.sample4 # Map one or all usernames at a source hostname to a specific (or the same)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dc++config70 // If this is not supplied by the OS-specific or CPU-specific
413 // Pick up any OS-specific definitions.
416 // Pick up any CPU-specific definitions.
/dflybsd-src/
H A DCOPYRIGHT1 Authors of new code wishing specific recognition are encouraged to use the
28 from this software without specific, prior written permission.
69 without specific prior written permission.
/dflybsd-src/games/phantasia/
H A DREADME37 I have tried to make this as non-machine/system specific as possible.
53 but PLEASE be specific. I cannot correct a bug which is described as:
/dflybsd-src/sys/dev/agp/
H A Dagp_if.m100 # Allocate memory of a given type. The type is a chipset-specific
126 # Bind a memory region to a specific byte offset within the chipset's
/dflybsd-src/contrib/libpcap/
H A DREADME.md9 The [documentation directory](doc/) has README files about specific
65 See the [Linux-specific README](doc/README.linux) for more information.
H A DLICENSE14 products derived from this software without specific prior
/dflybsd-src/contrib/tcpdump/
H A DLICENSE14 products derived from this software without specific prior

12345678910>>...14