HomeSort by: relevance | last modified time | path
    Searched refs:vendor (Results 1 - 25 of 426) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/contrib/
git-fetch-vendor.sh 5 echo "Usage: $0 [--enable-push] <vendor>"
11 # Should we insert a "push" refspec to enable pushing to the vendor branch?
23 # vendor names never start with -, so catch this in case user wrote something like --help.
29 vendor=$1
34 vendor=$2
48 echo "setting up git to fetch vendor ${vendor} to remotes/vendors/${vendor}"
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}
    [all...]
git-add-vendor-branch.sh 3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
13 echo "<vendor> must have already been set up using contrib/git-fetch-vendor.sh"
22 vendor=$(echo "$1" | sed -r "s:([^/]*)/.*$:\1:")
27 # vendor will be the same as the entire first argument.
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
git-fetch-vendor.sh 5 echo "Usage: $0 [--enable-push] <vendor>"
11 # Should we insert a "push" refspec to enable pushing to the vendor branch?
23 # vendor names never start with -, so catch this in case user wrote something like --help.
29 vendor=$1
34 vendor=$2
48 echo "setting up git to fetch vendor ${vendor} to remotes/vendors/${vendor}"
51 git config "remote.vendors/${vendor}.url" "${url}"
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}
    [all...]
git-add-vendor-branch.sh 3 # Create a new upstream vendor branch.
6 # contrib/git-add-vendor-branch.sh <vendor>/<branch-name> <base>
11 echo " $0 <vendor>/<branch-name> <start-point>"
13 echo "<vendor> must have already been set up using contrib/git-fetch-vendor.sh"
22 vendor=$(echo "$1" | sed -r "s:([^/]*)/.*$:\1:")
27 # vendor will be the same as the entire first argument.
28 if [ -z "$vendor" -o -z "$branch" -o ${vendor} = $1
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
compiler.d 20 /// Vendor specific string naming the compiler, for example: "Digital Mars D".
24 enum Vendor
26 unknown = 0, /// Compiler vendor could not be detected
34 /// Which vendor produced this compiler.
35 version (StdDdoc) Vendor vendor;
36 else version (DigitalMars) Vendor vendor = Vendor.digitalMars;
37 else version (GNU) Vendor vendor = Vendor.gnu
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_methods.c 21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor,
30 if (m->vendor == vendor && m->method == method)
40 * @vendor: Buffer for returning EAP Vendor-Id
46 enum eap_type eap_server_get_type(const char *name, int *vendor)
51 *vendor = m->vendor;
    [all...]
eap_methods.h 14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 enum eap_type eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, enum eap_type type);
  /src/sys/external/bsd/gnu-efi/dist/apps/
printenv.c 11 EFI_GUID vendor; local
17 vendor = NullGuid;
25 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor);
29 val = LibGetVariable(name, &vendor);
30 Print(fmt, &vendor, name, val);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_methods.h 14 const struct eap_method * eap_peer_get_eap_method(int vendor,
18 struct eap_method * eap_peer_method_alloc(int version, int vendor,
26 enum eap_type eap_peer_get_type(const char *name, int *vendor);
27 const char * eap_get_name(int vendor, enum eap_type type);
34 static inline enum eap_type eap_peer_get_type(const char *name, int *vendor)
36 *vendor = EAP_VENDOR_IETF;
40 static inline const char * eap_get_name(int vendor, enum eap_type type)
  /src/sbin/efi/
efiio.h 61 uuid_t *vendor, uint32_t attrib)
68 memcpy(&ev->vendor, vendor, sizeof(ev->vendor));
  /src/share/terminfo/
import 18 vendor=NCURSES
27 -m "Import $1" src/share/terminfo "${vendor}" "${tag}"
  /src/sys/dev/pci/
amdccp_pci.c 55 pci_vendor_id_t vendor; member in struct:amdccp_pci_product
58 { .vendor = PCI_VENDOR_AMD,
61 { .vendor = PCI_VENDOR_AMD,
64 { .vendor = PCI_VENDOR_AMD,
67 { .vendor = PCI_VENDOR_AMD,
70 { .vendor = PCI_VENDOR_AMD,
73 { .vendor = PCI_VENDOR_AMD,
84 if (PCI_VENDOR(pa->pa_id) == amdccp_pci_products[i].vendor &&
pci_quirks.c 59 pci_lookup_quirkdata(pci_vendor_id_t vendor, pci_product_id_t product)
64 if (vendor == pci_quirks[i].vendor &&
  /src/external/bsd/wpa/dist/src/eap_common/
eap_gpsk_common.h 40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
eap_common.h 23 const u8 * eap_hdr_validate(int vendor, enum eap_type eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, enum eap_type type,
  /src/external/gpl3/gdb/dist/bfd/
elf-attrs.c 74 /* Return the vendor name for a given object attributes section. */
76 vendor_obj_attr_name (bfd *abfd, int vendor)
78 return (vendor == OBJ_ATTR_PROC
83 /* Return the size of the object attributes section for VENDOR
85 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
87 vendor_obj_attr_size (bfd *abfd, int vendor)
93 const char *vendor_name = vendor_obj_attr_name (abfd, vendor);
98 attr = elf_known_obj_attributes (abfd)[vendor];
103 for (list = elf_other_obj_attributes (abfd)[vendor];
211 int vendor; local
397 int vendor; local
529 int vendor; local
657 int vendor; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-attrs.c 74 /* Return the vendor name for a given object attributes section. */
76 vendor_obj_attr_name (bfd *abfd, int vendor)
78 return (vendor == OBJ_ATTR_PROC
83 /* Return the size of the object attributes section for VENDOR
85 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
87 vendor_obj_attr_size (bfd *abfd, int vendor)
93 const char *vendor_name = vendor_obj_attr_name (abfd, vendor);
98 attr = elf_known_obj_attributes (abfd)[vendor];
103 for (list = elf_other_obj_attributes (abfd)[vendor];
211 int vendor; local
397 int vendor; local
529 int vendor; local
657 int vendor; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-attrs.c 56 /* Return the vendor name for a given object attributes section. */
58 obj_attr_v1_vendor_name (bfd *abfd, int vendor)
60 return (vendor == OBJ_ATTR_PROC
82 /* Return the size of the object attributes section for VENDOR
84 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
86 vendor_obj_attrs_v1_size (bfd *abfd, int vendor)
92 const char *vendor_name = obj_attr_v1_vendor_name (abfd, vendor);
97 attr = elf_known_obj_attributes (abfd)[vendor];
102 for (list = elf_other_obj_attributes (abfd)[vendor];
404 int vendor; local
502 int vendor; local
672 int vendor; local
    [all...]
  /src/external/bsd/libevent/dist/build-aux/
config.sub 646 vendor=winbond
650 vendor=oki
654 vendor=oki
658 vendor=ibm
662 vendor=highlevel
666 vendor=apple
670 vendor=apple
677 vendor=att
681 vendor=att
685 vendor=ib
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ELFAttributeParser.h 24 StringRef vendor; member in class:llvm::ELFAttributeParser
49 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor)
50 : vendor(vendor), sw(sw), tagToStringMap(tagNameMap) {}
52 ELFAttributeParser(TagNameMap tagNameMap, StringRef vendor)
53 : vendor(vendor), sw(nullptr), tagToStringMap(tagNameMap) {}
  /src/sys/dev/
dev_verbose.h 39 tag ## _findvendor_real(char *buf, size_t len, uint32_t vendor) \
43 __arraycount(tag ## _vendors), vendor, tag ## _id1_format); \
47 tag ## _findproduct_real(char *buf, size_t len, uint32_t vendor, \
52 __arraycount(tag ## _products), vendor, product, \
115 tag ## _findvendor(char *buf, size_t len, uint32_t vendor) \
120 MODULE_HOOK_CALL(tag ## _findvendor_hook, (buf, len, vendor), \
121 (snprintf(buf, len, tag ## _id1_format, vendor), NULL), \
127 tag ## _findproduct(char *buf, size_t len, uint32_t vendor, \
134 (buf, len, vendor, product), \
144 const char *tag ## _findvendor(char *buf, size_t len, uint32_t vendor) \
    [all...]
  /src/crypto/external/bsd/heimdal/dist/
config.sub 664 vendor=winbond
668 vendor=oki
672 vendor=oki
676 vendor=ibm
680 vendor=highlevel
684 vendor=apple
688 vendor=apple
695 vendor=att
699 vendor=att
703 vendor=ib
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/support/
config.sub 664 vendor=winbond
668 vendor=oki
672 vendor=oki
676 vendor=ibm
680 vendor=highlevel
684 vendor=apple
688 vendor=apple
695 vendor=att
699 vendor=att
703 vendor=ib
    [all...]
  /src/external/lgpl3/mpfr/dist/
config.sub 664 vendor=winbond
668 vendor=oki
672 vendor=oki
676 vendor=ibm
680 vendor=highlevel
684 vendor=apple
688 vendor=apple
695 vendor=att
699 vendor=att
703 vendor=ib
    [all...]
  /src/external/mit/expat/dist/conftools/
config.sub 664 vendor=winbond
668 vendor=oki
672 vendor=oki
676 vendor=ibm
680 vendor=highlevel
684 vendor=apple
688 vendor=apple
695 vendor=att
699 vendor=att
703 vendor=ib
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>