Searched refs:set (Results 101 - 125 of 1536) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/mips/gen/
H A Dfabs.S47 .set noreorder
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.h88 * Biba compartments bit test/set macros.
95 #define MAC_BIBA_BIT_SET_EMPTY(set) biba_bit_set_empty(set)
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.h70 * MLS compartments bit set size (in bits).
93 * MLS compartments bit test/set macros.
100 #define MAC_MLS_BIT_SET_EMPTY(set) mls_bit_set_empty(set)
/freebsd-11-stable/sys/x86/cpufreq/
H A Dp4tcc.c79 static int p4tcc_set(device_t dev, const struct cf_setting *set);
80 static int p4tcc_get(device_t dev, struct cf_setting *set);
156 struct cf_setting set; local
166 * status MSR until we've set it ourselves.
185 * These CPU models hang when set to 12.5%.
198 * These CPU models hang when set to 12.5% or 25%.
208 * set us to a lower rate. The user can override this after boot.
210 set.freq = 10000;
211 p4tcc_set(dev, &set);
220 struct cf_setting set; local
260 p4tcc_set(device_t dev, const struct cf_setting *set) argument
307 p4tcc_get(device_t dev, struct cf_setting *set) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h11 #include <set>
20 /// The result of the algorithm is a subset of the input change set which is
21 /// guaranteed to satisfy the predicate, assuming that the input set did. For
22 /// well formed predicates, the result set is guaranteed to be such that
46 using changeset_ty = std::set<change_ty>;
54 /// changes and returning the smallest set which still satisfies the test
61 /// minimization algorithm guarantees that for each tested changed set S,
72 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
/freebsd-11-stable/contrib/serf/build/
H A Dgen_def.py76 funclist = set(funclist) - set(blacklist)
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S28 .set MEM_STUB,0x600 # Real mode stub
29 .set MEM_ESP,0x1000 # New stack pointer
30 .set MEM_TBL,0x5000 # BTX page tables
31 .set MEM_ENTRY,0x9010 # BTX entry point
32 .set MEM_DATA,start+0x1000 # Data segment
36 .set SEL_SCODE,0x8 # 4GB code
37 .set SEL_SDATA,0x10 # 4GB data
38 .set SEL_RCODE,0x18 # 64K code
39 .set SEL_RDATA,0x20 # 64K data
43 .set PAG_SI
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp138 Reserved.set(Hexagon::R29);
139 Reserved.set(Hexagon::R30);
140 Reserved.set(Hexagon::R31);
141 Reserved.set(Hexagon::VTMP);
144 Reserved.set(Hexagon::GELR); // G0
145 Reserved.set(Hexagon::GSR); // G1
146 Reserved.set(Hexagon::GOSP); // G2
147 Reserved.set(Hexagon::G3); // G3
150 Reserved.set(Hexagon::SA0); // C0
151 Reserved.set(Hexago
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dnat64lsn.c55 uint8_t set);
57 uint8_t set);
58 static int nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set,
61 static void nat64lsn_create(const char *name, uint8_t set, int ac, char **av);
62 static void nat64lsn_config(const char *name, uint8_t set, int ac, char **av);
63 static void nat64lsn_destroy(const char *name, uint8_t set);
64 static void nat64lsn_stats(const char *name, uint8_t set);
65 static void nat64lsn_reset_stats(const char *name, uint8_t set);
67 uint8_t set);
69 uint8_t set);
157 nat64lsn_states_cb(ipfw_nat64lsn_cfg *cfg, const char *name, uint8_t set) argument
199 ipfw_nat64lsn_stats_handler(const char *name, uint8_t set, int ac, char *av[]) argument
222 ipfw_nat64lsn_list_handler(const char *name, uint8_t set, int ac, char *av[]) argument
254 uint8_t set; local
303 nat64lsn_fill_ntlv(ipfw_obj_ntlv *ntlv, const char *name, uint8_t set) argument
395 nat64lsn_create(const char *name, uint8_t set, int ac, char **av) argument
555 nat64lsn_config(const char *name, uint8_t set, int ac, char **av) argument
659 nat64lsn_reset_stats(const char *name, uint8_t set) argument
674 nat64lsn_destroy(const char *name, uint8_t set) argument
690 nat64lsn_get_stats(const char *name, uint8_t set, struct ipfw_nat64lsn_stats *stats) argument
711 nat64lsn_stats(const char *name, uint8_t set) argument
776 nat64lsn_show_cb(ipfw_nat64lsn_cfg *cfg, const char *name, uint8_t set) argument
826 nat64lsn_destroy_cb(ipfw_nat64lsn_cfg *cfg, const char *name, uint8_t set) argument
864 nat64lsn_foreach(nat64lsn_cb_t *f, const char *name, uint8_t set, int sort) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmsgcat.h78 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message set 'set' in 'msgcat'. If it
122 *\li set > 0
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv.hpp62 //! variables set to the empty string are different to undefined ones.
68 void set(const std::string&, const std::string&);
74 //! variables are different to those defined but set to an empty value.
/freebsd-11-stable/bin/stty/
H A Dstty.h40 int set; /* need set */ member in struct:info
41 int wset; /* need window set */
/freebsd-11-stable/lib/csu/mips/
H A Dcrti.S9 .set noreorder
26 .set reorder
33 .set noreorder
50 .set reorder
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.h41 int (*set)(struct pmac_fan *, int value); member in struct:pmac_fan
/freebsd-11-stable/sys/mips/rmi/
H A Dmpwait.S36 .set noat
37 .set noreorder
/freebsd-11-stable/sys/netinet6/
H A Dip_fw_nptv6.h45 uint8_t set; /* Named instance set [0..31] */ member in struct:_ipfw_nptv6_cfg
/freebsd-11-stable/contrib/tcsh/
H A Dtc.sig.c44 sigset_t set; local
45 sigemptyset(&set);
46 sigaddset(&set, sig);
47 sigprocmask(SIG_UNBLOCK, &set, NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.h21 const lldb_private::RegisterSet *GetRegisterSet(size_t set) const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DCXString.h58 * Free the given string set.
60 CINDEX_LINKAGE void clang_disposeStringSet(CXStringSet *set);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dresult.c39 int set; member in struct:resulttable
117 isc_msgcat_t *msgcat, int set)
136 table->set = set;
193 txt = isc_msgcat_get(table->msgcat, table->set,
209 const char **txt, isc_msgcat_t *msgcat, int set)
213 return (register_table(base, nresults, txt, msgcat, set));
116 register_table(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
208 isc_result_register(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest3.c30 fd_set set; local
64 FD_ZERO(&set);
65 FD_SET(mq_getfd_np(mq), &set); local
67 status = select(mq_getfd_np(mq) + 1, &set, NULL,
97 FD_ZERO(&set);
98 FD_SET(mq_getfd_np(mq), &set); local
99 status = select(mq_getfd_np(mq) + 1, NULL, &set,
/freebsd-11-stable/sys/powerpc/cpufreq/
H A Dpmufreq.c56 static int pmufreq_set(device_t dev, const struct cf_setting *set);
57 static int pmufreq_get(device_t dev, struct cf_setting *set);
174 pmufreq_set(device_t dev, const struct cf_setting *set) argument
179 if (set == NULL)
184 if (set->freq == sc->maxfreq)
191 sc->curfreq = set->freq;
197 pmufreq_get(device_t dev, struct cf_setting *set) argument
201 if (set == NULL)
205 set->freq = sc->curfreq;
206 set
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd9 set prefix="C:\Program Files (x86)"
10 set dst_dir=%prefix%\Unbound
11 set work_dir=%TEMP%
12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&startdate%5Byear%5D="
15 for /f "delims=" %%a in ('where wget') do @set wget=%%a
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp78 Reserved.set(MSP430::PCB);
79 Reserved.set(MSP430::SPB);
80 Reserved.set(MSP430::SRB);
81 Reserved.set(MSP430::CGB);
82 Reserved.set(MSP430::PC);
83 Reserved.set(MSP430::SP);
84 Reserved.set(MSP430::SR);
85 Reserved.set(MSP430::CG);
89 Reserved.set(MSP430::FPB);
90 Reserved.set(MSP43
[all...]
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_cpucores.c62 cpuset_t set; local
64 sizeof(set), &set) == 0) {
66 ret = (uint32_t)CPU_COUNT(&set);
69 if (CPU_ISSET(i, &set))

Completed in 161 milliseconds

1234567891011>>