Searched refs:desc (Results 276 - 300 of 1919) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tests/ci/tools/
H A Dfreebsdci31 desc="Run FreeBSD CI"
/freebsd-current/libexec/rc/rc.d/
H A Dkldxref14 desc="Generate hints for the kernel loader"
H A Dgrowfs_fstab38 desc="Add new swap partition to /etc/fstab"
H A Dgeli236 desc="GELI disk encryption"
H A Dzpool13 desc="Import ZPOOLs"
H A Dipsec13 desc="Internet Protocol Security protocol"
H A Dsysctl10 desc="Set sysctl variables from /etc/sysctl.conf and /etc/sysctl.conf.local"
H A Dpfsync12 desc="Packet filter state table sychronisation interface"
H A Dresolv37 desc="Create /etc/resolv.conf from kenv"
H A Dnatd12 desc="Network Address Translation daemon"
H A Ddevd13 desc="Device state change daemon"
/freebsd-current/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp70 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
73 InputLanguage("x", cl::desc("Input language ('ir' or 'mir')"));
76 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
80 cl::desc(".dwo output filename"),
86 cl::desc("Repeat compilation N times for timing"));
88 static cl::opt<bool> TimeTrace("time-trace", cl::desc("Record time trace"));
92 cl::desc(
98 cl::desc("Specify time trace file destination"),
103 cl::desc("Produced object files can use all ELF features "
112 cl::desc("Preserv
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp48 cl::desc("Enable optimization remarks from passes whose name match "
56 cl::desc("Enable missed optimization remarks from passes whose name match "
65 cl::desc(
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp29 cl::desc("The name of a function (or its substring)"
34 cl::desc("The prefix used for the Machine CFG dot file names."));
38 cl::desc("Print only the CFG without blocks body"));
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c217 dtrace_bufdesc_t desc; local
223 if (copyin((void *) *pdesc, &desc, sizeof (desc)) != 0)
230 curcpu, desc.dtbd_cpu);
232 if (desc.dtbd_cpu >= MAXCPU || CPU_ABSENT(desc.dtbd_cpu))
238 buf = &state->dts_buffer[desc.dtbd_cpu];
240 buf = &state->dts_aggbuffer[desc.dtbd_cpu];
259 desc.dtbd_size = 0;
260 desc
583 dtrace_argdesc_t *desc = (dtrace_argdesc_t *) addr; local
741 dtrace_repldesc_t *desc = (dtrace_repldesc_t *) addr; local
[all...]
/freebsd-current/sys/dev/iavf/
H A Diavf_adminq.c135 struct iavf_aq_desc *desc; local
161 desc = IAVF_ADMINQ_DESC(hw->aq.arq, i);
163 desc->flags = CPU_TO_LE16(IAVF_AQ_FLAG_BUF);
165 desc->flags |= CPU_TO_LE16(IAVF_AQ_FLAG_LB);
166 desc->opcode = 0;
170 desc->datalen = CPU_TO_LE16((u16)bi->size);
171 desc->retval = 0;
172 desc->cookie_high = 0;
173 desc->cookie_low = 0;
174 desc
614 struct iavf_aq_desc *desc; local
670 iavf_asq_send_command(struct iavf_hw *hw, struct iavf_aq_desc *desc, void *buff, u16 buff_size, struct iavf_asq_cmd_details *cmd_details) argument
875 iavf_fill_default_direct_cmd_desc(struct iavf_aq_desc *desc, u16 opcode) argument
901 struct iavf_aq_desc *desc; local
[all...]
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c91 const struct keytype_desc_st *desc; member in struct:der2key_ctx_st
110 && OBJ_obj2nid(alg->algorithm) == ctx->desc->evp_type)
124 der2key_newctx(void *provctx, const struct keytype_desc_st *desc) argument
130 ctx->desc = desc;
143 const struct keytype_desc_st *desc)
162 int check2 = (desc->selection_mask & checks[i]) != 0;
197 selection = ctx->desc->selection_mask;
198 if ((selection & ctx->desc->selection_mask) == 0) {
212 if (ctx->desc
142 der2key_check_selection(int selection, const struct keytype_desc_st *desc) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc535 static bool ioctl_decode(unsigned req, ioctl_desc *desc) {
536 CHECK(desc);
537 desc->req = req;
538 desc->name = "<DECODED_IOCTL>";
539 desc->size = IOC_SIZE(req);
541 if (desc->size > 0xFFFF) return false;
545 desc->type = ioctl_desc::NONE;
548 desc->type = ioctl_desc::READWRITE;
551 desc->type = ioctl_desc::WRITE;
554 desc
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_fwlog.c148 struct ice_aq_desc desc; local
163 ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_fw_logs_config);
164 desc.flags |= CPU_TO_LE16(ICE_AQ_FLAG_RD);
166 cmd = &desc.params.fw_log;
177 status = ice_aq_send_cmd(hw, &desc, fw_modules,
310 struct ice_aq_desc desc; local
312 ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_fw_logs_register);
315 desc.params.fw_log.cmd_flags = ICE_AQC_FW_LOG_AQ_REGISTER;
317 return ice_aq_send_cmd(hw, &desc, NULL, 0, NULL);
373 struct ice_aq_desc desc; local
498 ice_fwlog_event_dump(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp23 cl::desc("Maximum number of iterations to go through when propagating "
28 cl::desc("Emit a warning if less than N% of records in the input profile "
33 cl::desc("Emit a warning if less than N% of samples in the input profile "
38 cl::desc("Use this option to turn off/on warnings about function with "
43 cl::desc("Use profi to infer block and edge counts."));
/freebsd-current/sys/dev/sound/pcm/
H A Dfeeder.h39 struct pcm_feederdesc *desc; member in struct:feeder_class
46 struct pcm_feederdesc *desc, desc_static; member in struct:pcm_feeder
54 struct feeder_class *feeder_getclass(struct pcm_feederdesc *desc);
62 struct pcm_feederdesc *desc);
73 .desc = feeder ## _desc, \
/freebsd-current/tests/sys/kern/pipe/
H A Dpipe_reverse_test.c48 int desc[2], ipc_coord[2]; local
57 error = pipe(desc);
94 if ((_size = write(desc[1], &buffer[total], s)) != s) \
118 error = read(desc[0], &buffer2, 8 * 4096);
125 error = read(desc[0], &buffer2[total], 2 * 4096);
H A Dpipe_wraparound_test.c47 int desc[2], ipc_coord[2]; local
55 error = pipe(desc);
92 if ((_size = write(desc[1], &buffer[total], s)) != s) \
112 error = read(desc[0], &buffer2, 8192);
117 error = read(desc[0], &buffer2[total], 16384);
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_cpu_debug.c122 struct coresight_desc desc; local
133 desc.pdata = sc->pdata;
134 desc.dev = dev;
135 desc.dev_type = CORESIGHT_CPU_DEBUG;
136 coresight_register(&desc);
H A Dcoresight_funnel.c114 struct coresight_desc desc; local
124 desc.pdata = sc->pdata;
125 desc.dev = dev;
126 desc.dev_type = CORESIGHT_FUNNEL;
127 coresight_register(&desc);

Completed in 280 milliseconds

<<11121314151617181920>>