Searched refs:desc (Results 1 - 25 of 1799) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gdb/gdb/
H A Dxmodem.h23 int xmodem_init_xfer (struct serial *desc);
24 void send_xmodem_packet (struct serial *desc, unsigned char *packet, int len,
26 void xmodem_finish_xfer (struct serial *desc);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_parse.c66 * descriptors. If the "desc" argument passed to this function is
71 * Else: Next descriptor after "desc"
80 uint8_t *desc; local
89 desc = (uint8_t *)_desc;
92 if (desc == NULL)
93 desc = start;
95 desc = desc + desc[0];
98 if ((desc < star
202 struct usb_descriptor *desc; local
237 struct usb_descriptor *desc; local
266 struct usb_descriptor *desc = NULL; local
291 struct usb_descriptor *desc; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/config/arm/
H A Dtm-arm.h30 #define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p))
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c58 * @desc:Array of structure field descriptions
59 * @desc_len:Number of entries in @desc
64 * controlled by the array of fields in @desc.
66 void ib_pack(const struct ib_field *desc, argument
74 if (desc[i].size_bits <= 32) {
80 shift = 32 - desc[i].offset_bits - desc[i].size_bits;
81 if (desc[i].struct_size_bytes)
82 val = value_read(desc[i].struct_offset_bytes,
83 desc[
152 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/freebsd-12-stable/libexec/rc/rc.d/
H A Drwho14 desc="System status server"
H A Dswap13 desc="Setup swap space"
H A Dswaplate13 desc="Setup late swap space"
H A Dtimed14 desc="Time server daemon"
H A Dutx14 desc="Manage the user accounting database"
H A Dkeyserv16 desc="Server for storing private encryption keys"
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.inc22 cl::desc("When used with filetype=obj, "
27 cl::desc(
31 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"),
35 cl::desc("Emit internal instruction representation to "
39 cl::desc("Treat warnings as errors"));
41 static cl::opt<bool> NoWarn("no-warn", cl::desc("Suppress all warnings"));
42 static cl::alias NoWarnW("W", cl::desc("Alias for --no-warn"), cl::aliasopt(NoWarn));
45 cl::desc("Suppress all deprecated warnings"));
49 cl::desc("The name of the ABI to be targeted from the backend."),
/freebsd-12-stable/release/scripts/
H A Dmake-manifest.sh51 desc="$(eval echo \"\${desc_${distname}}\")"
58 desc="${desc_kernel_dbg}"
61 desc="$(eval echo \"${desc_kernel_alt_dbg}\")"
62 desc="${desc}: $(eval echo ${i%%-dbg.txz} | cut -f 2 -d '.')"
66 desc="$(eval echo \"${desc_kernel_alt}\")"
67 desc="${desc}: $(eval echo ${i%%.txz} | cut -f 2 -d '.')"
74 printf "${dist}\t${hash}\t${nfiles}\t${distname}\t\"${desc}\"\t${default}\n"
/freebsd-12-stable/contrib/gcc/
H A Dgencodes.c54 rtx desc; local
81 desc = read_md_rtx (&line_no, &insn_code_number);
82 if (desc == NULL)
85 if (GET_CODE (desc) == DEFINE_INSN || GET_CODE (desc) == DEFINE_EXPAND)
86 gen_insn (desc, insn_code_number);
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_media.c118 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8672
123 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8673
128 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8674
198 struct ifmedia_description *desc; local
200 for (desc = ifm_type_descriptions; desc->ifmt_string != NULL; desc++) {
201 if (IFM_TYPE(ifmw) == desc->ifmt_word) {
206 return (desc);
212 struct ifmedia_description *desc; local
230 struct ifmedia_description *desc; local
250 struct ifmedia_description *desc; local
266 struct ifmedia_description *desc; local
370 struct ifmedia_description *desc; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.h46 * Return in @a desc a possibly localized human readable
53 const char **desc,
58 * Return in @a desc a possibly localized human readable
65 const char **desc,
73 const char **desc,
/freebsd-12-stable/stand/powerpc/kboot/
H A Dhostdisk.c64 struct devdesc *desc = devdata; local
74 if (host_llseek(desc->d_unit, posh, posl, &res, 0) < 0) {
78 n = host_read(desc->d_unit, buf, size);
90 struct devdesc *desc; local
94 desc = va_arg(vl, struct devdesc *);
97 desc->d_unit = host_open(desc->d_opendata, O_RDONLY, 0);
99 if (desc->d_unit <= 0) {
101 (char *)desc->d_opendata, desc
111 struct devdesc *desc = f->f_devdata; local
[all...]
/freebsd-12-stable/sbin/etherswitchcfg/
H A Difmedia.c404 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8841
408 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8842
412 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8843
480 struct ifmedia_description *desc; local
485 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
486 desc->ifmt_string != NULL; desc++, ttos++)
487 if (type == desc->ifmt_word)
489 if (desc->ifmt_string == NULL)
492 for (i = 0; ttos->subtypes[i].desc !
504 struct ifmedia_description *desc; local
527 struct ifmedia_description *desc; local
566 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
578 struct ifmedia_description *desc; local
589 struct ifmedia_description *desc; local
604 struct ifmedia_description *desc; local
623 struct ifmedia_description *desc; local
641 struct ifmedia_description *desc; local
701 struct ifmedia_description *desc; local
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Difmedia.c443 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8857
447 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8858
451 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon8859
519 struct ifmedia_description *desc; local
524 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
525 desc->ifmt_string != NULL; desc++, ttos++)
526 if (type == desc->ifmt_word)
528 if (desc->ifmt_string == NULL)
531 for (i = 0; ttos->subtypes[i].desc !
543 struct ifmedia_description *desc; local
566 struct ifmedia_description *desc; local
606 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
618 struct ifmedia_description *desc; local
629 struct ifmedia_description *desc; local
644 struct ifmedia_description *desc; local
663 struct ifmedia_description *desc; local
681 struct ifmedia_description *desc; local
741 struct ifmedia_description *desc; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/net/npf/
H A Dt_npf.sh39 local desc="${*}";
43 atf_set \"descr\" \"${desc}\"; \
59 while read tag desc
61 add_test "${tag}" "${desc}"
/freebsd-12-stable/contrib/pjdfstest/tests/ftruncate/
H A D14.t5 desc="truncate returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
H A D12.t5 desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
H A D12.t5 desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/mknod/
H A D10.t5 desc="mknod returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/open/
H A D21.t5 desc="open returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-12-stable/contrib/pjdfstest/tests/rmdir/
H A D15.t5 desc="rmdir returns EFAULT if the path argument points outside the process's allocated address space"

Completed in 278 milliseconds

1234567891011>>