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

1234567891011>>

/freebsd-10-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-10-stable/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh73 desc="$uidinrange file"
75 pass $desc
77 fail $desc
83 desc="$uidoutrange file"
85 pass $desc
87 fail $desc
96 desc="no rules $uidinrange"
98 pass $desc
100 fail $desc
103 desc
[all...]
/freebsd-10-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh79 desc="$uidinrange file"
81 pass $desc
83 fail $desc
89 desc="$uidoutrange file"
91 pass $desc
93 fail $desc
102 desc="no rules $uidinrange"
104 pass $desc
106 fail $desc
109 desc
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_parse.c64 * descriptors. If the "desc" argument passed to this function is
69 * Else: Next descriptor after "desc"
78 uint8_t *desc; local
87 desc = (uint8_t *)_desc;
90 if (desc == NULL)
91 desc = start;
93 desc = desc + desc[0];
96 if ((desc < star
188 struct usb_descriptor *desc; local
223 struct usb_descriptor *desc; local
252 struct usb_descriptor *desc = NULL; local
277 struct usb_descriptor *desc; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/config/arm/
H A Dtm-arm.h30 #define VARIABLES_INSIDE_BLOCK(desc, gcc_p) (!(gcc_p))
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dpacker.c53 * @desc:Array of structure field descriptions
54 * @desc_len:Number of entries in @desc
59 * controlled by the array of fields in @desc.
61 void ib_pack(const struct ib_field *desc, argument
69 if (desc[i].size_bits <= 32) {
75 shift = 32 - desc[i].offset_bits - desc[i].size_bits;
76 if (desc[i].struct_size_bytes)
77 val = value_read(desc[i].struct_offset_bytes,
78 desc[
148 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) argument
[all...]
/freebsd-10-stable/contrib/top/
H A DMake.desc.X1 # Makefile for .desc files
3 # This makefile is the prototype for "Make.desc", which is used by
4 # top's Configure script to build .desc files and the SYNOPSIS file.
10 # DO NOT EDIT "Make.desc"!!! Make changes to "Make.desc.X",
13 # The list of .desc files will be inserted after this next line:
16 .SUFFIXES: .desc
18 .c.desc:
24 grep SYNOPSIS: $(DESCS) | sed -e 's@^machine/m_@@' -e 's@.desc:.[^:]*: *@:@' >SYNOPSIS
/freebsd-10-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-10-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.h45 * Return in @a desc a possibly localized human readable
52 const char **desc,
57 * Return in @a desc a possibly localized human readable
64 const char **desc,
72 const char **desc,
/freebsd-10-stable/sbin/etherswitchcfg/
H A Difmedia.c428 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon6072
432 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon6073
436 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon6074
540 struct ifmedia_description *desc; local
545 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
546 desc->ifmt_string != NULL; desc++, ttos++)
547 if (type == desc->ifmt_word)
549 if (desc->ifmt_string == NULL)
552 for (i = 0; ttos->subtypes[i].desc !
564 struct ifmedia_description *desc; local
587 struct ifmedia_description *desc; local
626 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
638 struct ifmedia_description *desc; local
649 struct ifmedia_description *desc; local
664 struct ifmedia_description *desc; local
683 struct ifmedia_description *desc; local
701 struct ifmedia_description *desc; local
761 struct ifmedia_description *desc; local
[all...]
/freebsd-10-stable/sbin/ifconfig/
H A Difmedia.c445 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon2
449 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon3
453 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon4
557 struct ifmedia_description *desc; local
562 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
563 desc->ifmt_string != NULL; desc++, ttos++)
564 if (type == desc->ifmt_word)
566 if (desc->ifmt_string == NULL)
569 for (i = 0; ttos->subtypes[i].desc !
581 struct ifmedia_description *desc; local
604 struct ifmedia_description *desc; local
643 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
655 struct ifmedia_description *desc; local
666 struct ifmedia_description *desc; local
681 struct ifmedia_description *desc; local
700 struct ifmedia_description *desc; local
718 struct ifmedia_description *desc; local
778 struct ifmedia_description *desc; local
[all...]
/freebsd-10-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-10-stable/contrib/pjdfstest/tests/ftruncate/
H A D14.t4 desc="truncate returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/mkdir/
H A D12.t4 desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/mkfifo/
H A D12.t4 desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/mknod/
H A D10.t4 desc="mknod returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/open/
H A D21.t4 desc="open returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/rmdir/
H A D15.t4 desc="rmdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/truncate/
H A D14.t4 desc="truncate returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/contrib/pjdfstest/tests/unlink/
H A D13.t4 desc="unlink returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/tools/regression/pjdfstest/tests/mkdir/
H A D12.t4 desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/tools/regression/pjdfstest/tests/mkfifo/
H A D12.t4 desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/tools/regression/pjdfstest/tests/mknod/
H A D10.t4 desc="mknod returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/tools/regression/pjdfstest/tests/open/
H A D21.t4 desc="open returns EFAULT if the path argument points outside the process's allocated address space"
/freebsd-10-stable/tools/regression/pjdfstest/tests/rmdir/
H A D15.t4 desc="rmdir returns EFAULT if the path argument points outside the process's allocated address space"

Completed in 137 milliseconds

1234567891011>>