Searched refs:set (Results 76 - 100 of 1536) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h126 * Note that cpu_disp is set before the CPU is added to the system
130 char cpu_runrun; /* scheduling flag - set to preempt */
178 struct squeue_set_s *cpu_squeue_set; /* per cpu squeue set */
317 * CPU_OFFLINE set if there are any bound threads (besides interrupts).
319 * CPU_QUIESCED is set if p_offline was able to completely turn idle the
328 * The following flags are set for powered off CPUs: CPU_QUIESCED,
425 #define CPUSET_ALL(set) cpuset_all(&(set))
426 #define CPUSET_ALL_BUT(set, cpu) cpuset_all_but(&(set), cp
[all...]
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h46 int set; /* we actually got this one */ member in struct:gettynums
54 char set; /* we found it */ member in struct:gettyflags
106 #define F0set gettynums[9].set
108 #define F1set gettynums[10].set
110 #define F2set gettynums[11].set
113 #define C0set gettynums[13].set
115 #define C1set gettynums[14].set
117 #define C2set gettynums[15].set
119 #define I0set gettynums[16].set
121 #define I1set gettynums[17].set
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h157 #define FD_CLR(fd, set) do { \
159 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
160 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
161 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
162 ((fd_set FAR *)(set))->fd_array[__i] = \
163 ((fd_set FAR *)(set))->fd_array[__i+1]; \
166 ((fd_set FAR *)(set))->fd_count--; \
173 #define FD_SET(fd, set) do { \
175 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
176 if (((fd_set FAR *)(set))
[all...]
/freebsd-11-stable/sys/powerpc/cpufreq/
H A Ddfs.c48 static int dfs_set(device_t dev, const struct cf_setting *set);
49 static int dfs_get(device_t dev, struct cf_setting *set);
166 dfs_set(device_t dev, const struct cf_setting *set) argument
170 if (set == NULL)
176 if (set->freq == 5000)
178 else if (set->freq == 2500)
182 * Now set the HID1 register with new values. Calling sequence
194 dfs_get(device_t dev, struct cf_setting *set) argument
199 if (set == NULL)
203 memset(set, CPUFREQ_VAL_UNKNOW
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_set.h86 * The private tree data is declared exactly the same way for set and
93 class set class
118 _Rep_type _M_t; // red-black tree representing set
128 // DR 103. set::iterator is required to be modifiable,
140 set() function in class:set
150 set(const _Compare& __comp, function in class:set
155 * @brief Builds a %set from a range.
159 * Create a %set consisting of copies of the elements from [first,last).
164 set(_InputIterator __first, _InputIterator __last) function in class:set
169 * @brief Builds a %set fro
180 set(_InputIterator __first, _InputIterator __last, function in class:set
193 set(const set& __x) function in class:set
521 operator ==(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
538 operator <(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
545 operator !=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
552 operator >(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
559 operator <=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
566 operator >=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c43 sigset_t set; local
57 (void) sigemptyset(&set);
58 (void) sigaddset(&set, SIGUSR1);
59 (void) sigprocmask(SIG_BLOCK, &set, NULL);
73 (void) sigwait(&set, &sig);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executive-config.h
85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in executive-config.h
90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set in executive-config.h
/freebsd-11-stable/sys/dev/drm/
H A Dsis_ds.h57 int setAdd(set_t * set, ITEM_TYPE item);
58 int setDel(set_t * set, ITEM_TYPE item);
59 int setFirst(set_t * set, ITEM_TYPE * item);
60 int setNext(set_t * set, ITEM_TYPE * item);
61 int setDestroy(set_t * set);
/freebsd-11-stable/lib/libgssapi/
H A Dgss_inquire_cred_by_oid.c52 gss_buffer_set_t set = GSS_C_NO_BUFFER_SET; local
66 gss_release_buffer_set(minor_status, &set);
81 &rset->elements[i], &set);
87 if (set == GSS_C_NO_BUFFER_SET)
89 *data_set = set;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred_by_oid.c45 gss_buffer_set_t set = GSS_C_NO_BUFFER_SET; local
59 gss_release_buffer_set(minor_status, &set);
74 &rset->elements[i], &set);
80 if (set == GSS_C_NO_BUFFER_SET)
82 *data_set = set;
/freebsd-11-stable/sys/kgssapi/
H A Dgssd_prot.c124 xdr_gss_OID_set_desc(XDR *xdrs, gss_OID_set_desc *set) argument
129 len = set->count;
130 addr = (caddr_t) set->elements;
134 set->count = len;
135 set->elements = (gss_OID) addr;
143 gss_OID_set set; local
148 set = *setp;
149 if (set) {
152 || !xdr_gss_OID_set_desc(xdrs, set))
167 set
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfiutil.h53 #define __MAKE_SET(set, sym) \
54 static void const * const __set_##set##_sym_##sym \
55 __section("set_" #set) __used = &sym
57 #define DATA_SET(set, sym) __MAKE_SET(set, sym)
59 #define SET_DECLARE(set, ptype) \
60 extern ptype *__CONCAT(__start_set_,set); \
61 extern ptype *__CONCAT(__stop_set_,set)
63 #define SET_BEGIN(set) \
64 (&__CONCAT(__start_set_,set))
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp58 Reserved.set(SP::G1);
62 Reserved.set(SP::G2);
63 Reserved.set(SP::G3);
64 Reserved.set(SP::G4);
68 Reserved.set(SP::G5);
70 Reserved.set(SP::O6);
71 Reserved.set(SP::I6);
72 Reserved.set(SP::I7);
73 Reserved.set(SP::G0);
74 Reserved.set(S
[all...]
/freebsd-11-stable/usr.bin/users/
H A Dusers.cc41 #include <set>
49 set<string> names;
67 set<string>::iterator last = names.end();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp9 // Implements the architecture set.
23 set(Arch);
63 raw_ostream &operator<<(raw_ostream &os, ArchitectureSet set) { argument
64 set.print(os);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h11 #include <set>
19 /// The result of the algorithm is a subset of the input change set which is
20 /// guaranteed to satisfy the predicate, assuming that the input set did. For
21 /// well formed predicates, the result set is guaranteed to be such that
26 /// (1) The predicate should return false on an empty set and true on the full
27 /// set.
28 /// (2) If the predicate returns true for a set of changes, it should return
29 /// true for all supersets of that set.
39 using changeset_ty = std::set<change_ty>;
45 std::set<changeset_t
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp452 // Number of registers in each register set
457 // Register set definitions. The first definitions at register set index of
459 // information for the all register set need not be filled in.
503 int set = GPRRegSet; local
504 if (force || !RegisterSetIsCached(set)) {
505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
507 return GetError(set, Read);
511 int set local
519 int set = EXCRegSet; local
527 int set = GPRRegSet; local
538 int set = FPURegSet; local
549 int set = EXCRegSet; local
559 ReadRegisterSet(uint32_t set, bool force) argument
573 WriteRegisterSet(uint32_t set) argument
593 int set = RegisterContextDarwin_i386::GetSetForNativeRegNum(reg); local
710 int set = GetSetForNativeRegNum(reg); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h85 .set(MachineFunctionProperties::Property::IsSSA)
86 .set(MachineFunctionProperties::Property::Legalized)
87 .set(MachineFunctionProperties::Property::RegBankSelected);
H A DLegalizer.h52 return MachineFunctionProperties().set(
57 return MachineFunctionProperties().set(
62 return MachineFunctionProperties().set(
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S44 .set MEM_PAGE_SIZE,0x1000 # memory page size, 4k
45 .set MEM_ARG,0x900 # Arguments at start
46 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
48 .set MEM_ARG_SIZE,0x18 # Size of the arguments
49 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
50 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
51 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
52 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
53 .set MEM_BIOS_KEYBOARD,0x496 # BDA byte with keyboard bit
57 .set AOUT_TEX
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c95 * drm_helper_probe_single_connector_modes - get complete set of display modes
127 /* set all modes to the unverified state */
365 * drm_crtc_helper_set_mode - internal helper to set a mode
375 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
376 * to fixup or reject the mode prior to trying to set it. This is an internal
385 * True if the mode was set successfully, or false otherwise.
468 DRM_DEBUG_KMS("[ENCODER:%d:%s] set [MODE:%d:%s]\n",
475 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
537 * drm_crtc_helper_set_config - set a new config from userspace
538 * @set
552 drm_crtc_helper_set_config(struct drm_mode_set *set) argument
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h58 * Linker set writearounds for chip and RF backend registration.
60 #define OS_DATA_SET(set, item) DATA_SET(set, item)
61 #define OS_SET_DECLARE(set, ptype) SET_DECLARE(set, ptype)
62 #define OS_SET_FOREACH(pvar, set) SET_FOREACH(pvar, set)
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509name.c158 /* else we need to fixup the set field */
160 set_prev = (sk_X509_NAME_ENTRY_value(sk, loc - 1))->set;
162 set_prev = ret->set - 1;
163 set_next = sk_X509_NAME_ENTRY_value(sk, loc)->set;
166 * set_prev is the previous set
167 * set is the current set
170 * set 1 1 2 2
177 sk_X509_NAME_ENTRY_value(sk, i)->set--;
183 int set)
181 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
195 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
209 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
227 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
[all...]
/freebsd-11-stable/lib/msun/i387/
H A Ds_scalbnf.S20 .set CNAME(ldexpf),CNAME(scalbnf)
H A Ds_scalbnl.S20 .set CNAME(ldexpl),CNAME(scalbnl)

Completed in 237 milliseconds

1234567891011>>