/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | mvebu-pci.txt | 5 - compatible: one of the following values: 6 marvell,armada-370-pcie 7 marvell,armada-xp-pcie 8 marvell,dove-pcie 9 marvell,kirkwood-pcie 10 - #address-cells, set to <3> 11 - #size-cells, set to <2> 12 - #interrupt-cells, set to <1> 13 - bus-range: PCI bus numbers covered 14 - device_type, set to "pci" [all …]
|
H A D | nvidia,tegra20-pcie.txt | 4 - compatible: Must be: 5 - "nvidia,tegra20-pcie": for Tegra20 6 - "nvidia,tegra30-pcie": for Tegra30 7 - "nvidia,tegra124-pcie": for Tegra124 and Tegra132 8 - "nvidia,tegra210-pcie": for Tegra210 9 - "nvidia,tegra186-pcie": for Tegra186 10 - power-domains: To ungate power partition by BPMP powergate driver. Must 13 - device_type: Must be "pci" 14 - reg: A list of physical base address and length for each set of controller 15 registers. Must contain an entry for each entry in the reg-names property. [all …]
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | get_addrs.c | 2 * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan 65 res->len = 1; in gethostname_fallback() 66 res->val = malloc (sizeof(*res->val)); in gethostname_fallback() 67 if (res->val == NULL) { in gethostname_fallback() 71 res->val[0].addr_type = hostent->h_addrtype; in gethostname_fallback() 72 res->val[0].address.data = NULL; in gethostname_fallback() 73 res->val[0].address.length = 0; in gethostname_fallback() 74 ret = krb5_data_copy (&res->val[0].address, in gethostname_fallback() 75 hostent->h_addr, in gethostname_fallback() 76 hostent->h_length); in gethostname_fallback() [all …]
|
H A D | test_addr.c | 39 krb5_addresses addresses; in print_addr() local 46 ret = krb5_parse_address(context, addr, &addresses); in print_addr() 50 if (addresses.len < 1) in print_addr() 51 krb5_err(context, 1, ret, "too few addresses"); in print_addr() 53 for (i = 0; i < addresses.len; i++) { in print_addr() 54 krb5_print_address(&addresses.val[i], buf, sizeof(buf), &len); in print_addr() 61 krb5_print_address(&addresses.val[i], buf2, sizeof(buf2), &len); in print_addr() 70 krb5_free_addresses(context, &addresses); in print_addr() 78 krb5_addresses addresses; in truncated_addr() local 85 ret = krb5_parse_address(context, addr, &addresses); in truncated_addr() [all …]
|
H A D | addr_families.c | 2 * Copyright (c) 1997-2007 Kungliga Tekniska Högskolan 59 * AF_INET - aka IPv4 implementation 68 a->addr_type = KRB5_ADDRESS_INET; in ipv4_sockaddr2addr() 69 memcpy (buf, &sin4->sin_addr, 4); in ipv4_sockaddr2addr() 70 return krb5_data_copy(&a->address, buf, 4); in ipv4_sockaddr2addr() 78 *port = sin4->sin_port; in ipv4_sockaddr2port() 92 memcpy (&tmp.sin_addr, a->address.data, 4); in ipv4_addr2sockaddr() 120 a->addr_type = KRB5_ADDRESS_INET; in ipv4_h_addr2addr() 122 return krb5_data_copy(&a->address, buf, 4); in ipv4_h_addr2addr() 126 * Are there any addresses that should be considered `uninteresting'? [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 1 //===-- NVPTXAsmPrinter.h - NVPTX LLVM assembly writer ------- 115 addBytes(unsigned char * Ptr,int Num,int Bytes) addBytes() argument 129 addZeros(int Num) addZeros() argument [all...] |
/freebsd-src/contrib/unbound/doc/ |
H A D | unbound-control.8 | 1 .TH "unbound-control" "8" "Feb 10, 2022" "NLnet Labs" "unbound 1.15.0" 3 .\" unbound-control.8 -- unbound remote control manual 11 .B unbound\-control, 12 .B unbound\-control\-setup 13 \- Unbound remote server control utility. 15 .B unbound\-control 16 .RB [ \-hq ] 17 .RB [ \-c 19 .RB [ \-s 23 .B Unbound\-control [all …]
|
H A D | unbound-control.8.in | 1 .TH "unbound-control" "8" "Oct 17, 2024" "NLnet Labs" "unbound 1.22.0" 3 .\" unbound-control.8 -- unbound remote control manual 11 .B unbound\-control, 12 .B unbound\-control\-setup 13 \- Unbound remote server control utility. 15 .B unbound\-control 16 .RB [ \-h [all...] |
/freebsd-src/contrib/ntp/libntp/ |
H A D | refnumtoa.c | 2 * refnumtoa - return asciized refclock addresses stored in local array space 12 const sockaddr_u *num in refnumtoa() argument 19 if (!ISREFCLOCKADR(num)) in refnumtoa() 20 return socktoa(num); in refnumtoa() 23 netnum = SRCADR(num); in refnumtoa()
|
H A D | decodenetnum.c | 2 * decodenetnum - return a net number (this is crude, but careful) 31 unsigned long num; in _num_or_dflt() local 36 num = strtoul(sval, &ep, 10); in _num_or_dflt() 37 if (!*ep && num <= maxval) in _num_or_dflt() 38 return num; in _num_or_dflt() 72 * Returns FALSE (->0) for failure, TRUE (->1) for success. 76 const char *num, in decodenetnum() argument 85 * simple but must hold for all _VALID_ addresses. inet_pton() in decodenetnum() 97 if (strlcpy(buf, num, sizeof(buf)) >= sizeof(buf)) in decodenetnum()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rawprofile.cpp | 33 StackIds->PushBack(Key); in RecordStackId() 51 // --------- [all...] |
/freebsd-src/lib/libc/net/ |
H A D | sctp_bindx.3 | 33 .Nd bind or unbind an SCTP socket to a list of addresses 41 .Fn sctp_bindx "int s" "struct sockaddr *addrs" "int num" "int type" 45 call binds or unbinds a address or a list of addresses to an 48 addresses. 53 but allows a list of addresses and also allows a bind or an 60 is a list of addresses (where the list may be only 1 in 82 The call returns 0 on success and -1 upon failure. 87 .Bl -tag -width Er 93 This value is returned if the number of addresses
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.td | 4 def NAME: Flag<["--"], name>, HelpText<help1>; 5 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 8 def build_accelerator: Separate<["--", "-"], "build-accelerator">, 11 " =none - Do not build accelerators\n" 12 " =DWARF - .debug_names are generated for all DWARF versions\n" 14 def: Joined<["--", "-"], "build-accelerator=">, Alias<build_accelerator>; 16 def help : Flag<["--"], "help">, 19 def h : Flag<["-"], "h">, 21 HelpText<"Alias for --help">; 23 def linker: Separate<["--", "-"], "linker">, [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/eeprom/ |
H A D | at24.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 14 - [all...] |
/freebsd-src/crypto/heimdal/kdc/ |
H A D | connect.c | 2 * Copyright (c) 1997-2005 Kungliga Tekniska Högskolan 37 int enable_http = -1; 98 * add a triple but with service -> port lookup 112 * add the port with service -> port lookup or string -> number 125 port = sp->s_port; in add_port_string() 147 add_port_service(context, family, "kerberos-sec", 88, "udp"); in add_standard_ports() 148 add_port_service(context, family, "kerberos-sec", 88, "tcp"); in add_standard_ports() 151 if(config->enable_kx509) { in add_standard_ports() 159 * parse the set of space-delimited ports in `str' and add them. 225 d->sa = (struct sockaddr *)&d->__ss; in init_descr() [all …]
|
/freebsd-src/crypto/openssl/crypto/bio/ |
H A D | bss_conn.c | 2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 31 * int socket; this will be kept in bio->num so that it is compatible 42 static int conn_write(BIO *h, const char *buf, int num); 80 int ret = -1, i; in conn_state() 83 if (c->info_callback != NULL) in conn_state() 84 cb = c->info_callback; in conn_state() 87 switch (c->state) { in conn_state() 89 if (c->param_hostname == NULL && c->param_service == NULL) { in conn_state() 93 c->param_hostname, c->param_service); in conn_state() 96 c->state = BIO_CONN_S_GET_ADDR; in conn_state() [all …]
|
/freebsd-src/sys/netinet/libalias/ |
H A D | alias_db.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 37 and destination addresses. For UDP and TCP, it also stores 60 or unspecified remote addresses. 100 (192.168.0.1, port 23) <-> alias port 6002, unknown dest addr/port 102 (192.168.0.2, port 21) <-> alias port 3604, known dest addr 107 user-chose 429 fw_setfield(la,field,num) global() argument 434 fw_clrfield(la,field,num) global() argument 439 fw_tstfield(la,field,num) global() argument [all...] |
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | OPENSSL_secure_malloc.pod | 11 CRYPTO_secure_used - secure heap storage 23 void *OPENSSL_secure_malloc(size_t num); 24 void *CRYPTO_secure_malloc(size_t num, const char *file, int line); 26 void *OPENSSL_secure_zalloc(size_t num); 27 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line); 32 void OPENSSL_secure_clear_free(void* ptr, size_t num); 33 void CRYPTO_secure_clear_free(void *ptr, size_t num, const char *, int); 42 In order to help protect applications (particularly long-running servers) 47 It is a good idea to review the code and see if it addresses your 51 This protects long-ter [all...] |
H A D | BIO_s_datagram.pod | 12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics 48 similar OS-specific function called on it. Such a socket can only receive 92 If the I<peer> argument is non-NULL, BIO_s_datagram() assumes that the 94 APIs which do not specify peer addresses (for example, send(3) and recv(3) or 100 which specify peer addresses (for example, sendto(3) and recvfrom(3)). 156 If I<num> is nonzero, configures the underlying network socket to enable Don't 158 bit set. If I<num> is zero, Don't Fragment mode is disabled. 197 If B<num> is nonzero, enables peek mode; otherwise, disables peek mode. Where 227 Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiRegisterInfo.td | 1 //===- LanaiRegisterInfo.td - Lanai Register defs ------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 // Registers are identified with 5-bit ID numbers. 12 class LanaiReg<bits<5> num, string n, list<Register> subregs = [], 14 field bits<5> Num; 15 let Num = num; 25 foreach i = 0-31 in { 49 R15, RCA, // register for constant addresses [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/media/ |
H A D | stih407-c8sectpfe.txt | 14 - compatible : Should be "stih407-c8sectpfe" 16 - reg : Address and length of register sets for each device in 17 "reg-names" 19 - reg-names : The names of the register addresses corresponding to the 21 - c8sectpfe: c8sectpfe registers 22 - c8sectpfe-ram: c8sectpfe internal sram 24 - clocks : phandle list of c8sectpfe clocks 25 - clock-names : should be "c8sectpfe" 26 See: Documentation/devicetree/bindings/clock/clock-bindings.txt 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) [all …]
|
/freebsd-src/sys/sys/ |
H A D | bus_dma.h | 3 /*- 4 * SPDX-License-Identifier: (BSD-2-Clause AND BSD-4-Clause) 35 /*- 74 * Machine independent interface for mapping physical addresses to peripheral 75 * bus 'physical' addresses, and assisting with DMA operations. 84 #define BUS_DMA_WAITOK 0x00 /* safe to sleep (pseudo-flag) */ 95 * The following two flags are non-standard or specific to only certain 170 * lockfunc: An optional function to handle driver-defined lock 208 * These enum values should not be re-ordered. BD_PARAM_INVALID is an 233 uintmax_t num; member [all …]
|
/freebsd-src/lib/libipsec/ |
H A D | policy_parse.y | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 44 * protocol/mode/src-dst/level 45 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default 46 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default 47 * protocol/transport parsed as protocol/mode/any-any/default 48 * protocol/transport//level parsed as protocol/mode/any-any/level 70 (isdigit(c) ? (c - '0') : (isupper(c) ? (c - 'A' + 10) : (c - 'a' + 10) )) 98 u_int num; member 109 %type <num> DIR ACTION PROTOCOL MODE LEVEL [all …]
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_chain.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 55 /* The chain's size/prod/cons are kept in 16-bit variables */ 58 /* The chain's size/prod/cons are kept in 32-bit variables */ 98 /* fastpath portion of the chain - required for commands such 108 /* Table for keeping the virtual addresses of the chain pages, 109 * respectively to the physical addresses in the pbl table. 143 /* Slowpath of the chain - required for initialization and destruction, 147 /* Base address of a pre-allocated buffer for pbl */ 153 /* Address of first page of the chain - the address is required 165 /* TBD - do we really need this? Couldn't find usage for it */ [all …]
|
/freebsd-src/sys/netinet/ |
H A D | in_var.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 58 * IPv4 per-interface state. 69 * The ifaddr structure contains the protocol-independent part 73 struct ifaddr ia_ifa; /* protocol-independent info */ 79 CK_LIST_ENTRY(in_ifaddr) ia_hash; /* hash of internet addresses */ 80 CK_STAILQ_ENTRY(in_ifaddr) ia_link; /* list of internet addresses */ 270 size_t num = 0; ip_mfilter_count() local [all...] |