Searched refs:desc (Results 326 - 350 of 1717) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/libexec/rc/rc.d/
H A Dzvol13 desc="Activate swap on ZVOLs"
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp127 bool operator()(const DWARFDebugArangeSet::Descriptor &desc) const {
128 return (m_address >= desc.address) &&
129 (m_address < (desc.address + desc.length));
/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.h68 const char *desc; /* Brief description of this option, or NULL. */
67 const char *desc; /* Brief description of this option, or NULL. */ member in struct:optspec_t
/freebsd-13-stable/contrib/apr/poll/unix/
H A Dport.c239 fd = descriptor->desc.s->socketdes;
242 fd = descriptor->desc.f->filedes;
283 fd = descriptor->desc.s->socketdes;
286 fd = descriptor->desc.f->filedes;
305 if (descriptor->desc.s == ep->pfd.desc.s) {
333 if (descriptor->desc.s == ep->pfd.desc.s) {
375 fd = ep->pfd.desc.s->socketdes;
378 fd = ep->pfd.desc
[all...]
/freebsd-13-stable/sys/dev/netmap/
H A Dif_re_netmap.h104 struct rl_desc *desc = &sc->rl_ldata.rl_tx_list[nic_i]; local
115 desc->rl_bufaddr_lo = htole32(RL_ADDR_LO(paddr));
116 desc->rl_bufaddr_hi = htole32(RL_ADDR_HI(paddr));
123 desc->rl_cmdstat = htole32(cmd);
244 struct rl_desc *desc = &sc->rl_ldata.rl_rx_list[nic_i]; local
255 desc->rl_bufaddr_lo = htole32(RL_ADDR_LO(paddr));
256 desc->rl_bufaddr_hi = htole32(RL_ADDR_HI(paddr));
261 desc->rl_cmdstat = htole32(cmd);
290 struct rl_desc *desc; local
301 desc
322 struct rl_desc *desc = sc->rl_ldata.rl_rx_list; local
[all...]
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_erom.h186 * Locate the first core table entry in @p erom that matches @p desc.
189 * @param desc A core match descriptor.
193 * @retval ENOENT No core matching @p desc was found.
197 bhnd_erom_lookup_core(bhnd_erom_t *erom, const struct bhnd_core_match *desc, argument
200 return (BHND_EROM_LOOKUP_CORE(erom, desc, core));
204 * Locate the first core table entry in @p erom that matches @p desc,
207 * If a core matching @p desc is not found, or the requested port region
211 * @param desc A core match descriptor.
221 * @retval ENOENT No core matching @p desc was found.
227 bhnd_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp41 cl::desc("<input bitcode file>"),
46 cl::desc("Specify output filename"),
50 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"),
54 cl::desc("Delete specified Globals from Module"),
58 cl::desc("Keep initializers of constants"),
62 Recursive("recursive", cl::desc("Recursively extract all called functions"),
67 ExtractFuncs("func", cl::desc("Specify function to extract"),
75 cl::desc("Specify function(s) to extract using a "
83 cl::desc(
97 ExtractAliases("alias", cl::desc("Specif
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp45 cl::desc("<input bitcode files>"));
49 cl::desc(
56 cl::desc("Pair of function name and filename, where function should be "
65 SummaryIndex("summary-index", cl::desc("Module summary index filename"),
69 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
73 Internalize("internalize", cl::desc("Internalize linked symbols"));
77 cl::desc("Don't use a uniquing type map for debug info"));
80 OnlyNeeded("only-needed", cl::desc("Link only needed symbols"));
83 Force("f", cl::desc("Enable binary output on terminals"));
87 cl::desc("Disabl
[all...]
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.h58 const char *desc[MAXARGS]; /* descriptions for arguments */ member in struct:xcmd
/freebsd-13-stable/sys/dev/viawd/
H A Dviawd.h36 char *desc; member in struct:viawd_device
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_pcivar.h90 const char *desc; member in struct:bwn_pci_device
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_stat.c64 if (vst->desc == NULL)
74 printf("Cannot accommodate vmm stat type \"%s\"!\n", vst->desc);
140 vst->desc, index - vst->index);
142 strlcpy(buf, vst->desc, bufsize);
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dgen-map.py98 desc = m.group(4) variable
100 trans.append((key, value, desc, [t]))
106 desc = m.group(3) variable
107 trans.append((key, value, desc, [t]))
/freebsd-13-stable/usr.sbin/ngctl/
H A Dngctl.h46 const char *desc; /* description */ member in struct:ngcmd
/freebsd-13-stable/usr.sbin/ppp/
H A Dserver.h34 struct fdescriptor desc; member in struct:server
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp221 Property::Property(ConstString name, ConstString desc, argument
223 : m_name(name), m_description(desc), m_value_sp(value_sp),
252 llvm::StringRef desc = GetDescription(); local
253 if (!desc.empty())
254 strm << "-- " << desc; local
269 llvm::StringRef desc = GetDescription();
271 if (desc.empty())
287 "--", desc, output_width);
290 desc, output_width);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp122 InputFilenames(Positional, desc("<input object files or .dSYM bundles>"),
131 static opt<bool> DumpAll("all", desc("Dump all debug info sections"),
133 static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll));
141 desc("Dump the " ELF_NAME " section"), \
146 static alias DumpDebugFrameAlias("eh-frame", desc("Alias for -debug-frame"),
151 desc("Dump debug information for the specified CPU "
158 desc("Emit diff-friendly output by omitting offsets and addresses."),
162 desc("Search for the exact match for <name> in the accelerator tables "
167 static alias FindAlias("f", desc("Alias for -find."), aliasopt(Find));
169 desc("Ignor
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp30 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
38 cl::desc("Format a range starting at this byte offset.\n"
45 cl::desc("Format a range of this length (in bytes).\n"
55 cl::desc("<start line>:<end line> - format a range of\n"
63 Style("style", cl::desc(clang::format::StyleOptionHelpDescription),
68 cl::desc("The name of the predefined style used as a\n"
78 cl::desc("Override filename used to determine the language.\n"
84 cl::desc("Inplace edit <file>s, if specified."),
88 cl::desc("Output replacements as XML."),
92 cl::desc("Dum
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp53 cl::desc("Enable the CCMP formation pass"),
58 cl::desc("Enable the conditional branch tuning pass"),
62 cl::desc("Enable the machine combiner pass"),
66 cl::desc("Suppress STP for AArch64"),
71 cl::desc("Enable use of AdvSIMD scalar integer instructions"),
76 cl::desc("Enable the promote constant pass"),
81 cl::desc("Enable the pass that emits the linker optimization hints (LOH)"),
86 cl::desc("Enable the pass that removes dead"
94 cl::desc("Enable the redundant copy elimination pass"), cl::init(true),
98 cl::desc("Enabl
[all...]
/freebsd-13-stable/sys/dev/xilinx/
H A Daxidma.c108 struct axidma_desc desc; member in struct:axidma_softc
146 struct axidma_desc *desc; local
173 desc = chan->descs[chan->idx_tail];
174 if ((desc->status & BD_STATUS_CMPLT) == 0)
178 st.transferred = desc->status & BD_CONTROL_LEN_M;
458 struct axidma_desc *desc; local
491 desc = chan->descs[chan->idx_head];
493 desc->phys = src_addr;
495 desc->phys = dst_addr;
496 desc
528 struct axidma_desc *desc; local
[all...]
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_sid.c73 char desc[EFUSE_DESC_SIZE]; member in struct:aw_sid_efuse
84 .desc = "Root Key or ChipID",
95 .desc = "Root Key or ChipID",
104 .desc = "Thermal Sensor Calibration Data",
116 .desc = "Root Key or ChipID",
125 .desc = "Thermal Sensor Calibration Data",
137 .desc = "Root Key or ChipID",
146 .desc = "Thermal Sensor Calibration Data",
158 .desc = "Root Key or ChipID",
167 .desc
[all...]
/freebsd-13-stable/sys/cddl/dev/systrace/
H A Dsystrace.c236 dtrace_argdesc_t *desc)
241 systrace_entry_setargdesc(sysnum, desc->dtargd_ndx,
242 desc->dtargd_native, sizeof(desc->dtargd_native));
244 systrace_return_setargdesc(sysnum, desc->dtargd_ndx,
245 desc->dtargd_native, sizeof(desc->dtargd_native));
247 if (desc->dtargd_native[0] == '\0')
248 desc->dtargd_ndx = DTRACE_ARGNONE;
267 systrace_provide(void *arg, dtrace_probedesc_t *desc) argument
235 systrace_getargdesc(void *arg, dtrace_id_t id, void *parg, dtrace_argdesc_t *desc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i118 const char *desc = description.GetData();
120 if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
122 return std::string(desc, desc_len);
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Ddebug.h128 # define SM_DEBUG_INITIALIZER(name, desc) { \
132 desc, \
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.h46 local num, sym, desc, disp variable in typeref:enum:
52 val, sym, desc, disp = table.unpack(item)
55 {*symbol*} = {*val*}, /**< {*desc*} */

Completed in 186 milliseconds

<<11121314151617181920>>