| /freebsd/sys/contrib/device-tree/Bindings/ipmi/ |
| H A D | ipmi-ipmb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipm [all...] |
| /freebsd/contrib/ofed/librdmacm/examples/ |
| H A D | cmtime.c | 11 * - Redistributions of source code must retain the above 15 * - Redistributions in binary form must reproduce the above 54 static int retries = 2; variable 83 int retries; member 98 #define INIT_LIST(x) ((x)->prev = (x)->next = (x)) 110 #define start_perf(n, s) gettimeofday(&((n)->times[s][0]), NULL) 111 #define end_perf(n, s) gettimeofday(&((n)->times[s][1]), NULL) 118 prev = list->prev; in __list_delete() 119 next = list->next; in __list_delete() 120 prev->next = next; in __list_delete() [all …]
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_els.h | 1 /*- 44 #define OCS_ELS_REQ_LEN 116 /*Max request length*/ 57 extern ocs_io_t *ocs_send_plogi(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t … 58 extern ocs_io_t *ocs_send_flogi(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t … 59 extern ocs_io_t *ocs_send_fdisc(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t … 60 extern ocs_io_t *ocs_send_prli(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t c… 61 extern ocs_io_t *ocs_send_prlo(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t c… 62 extern ocs_io_t *ocs_send_logo(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t c… 63 extern ocs_io_t *ocs_send_adisc(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t … 64 extern ocs_io_t *ocs_send_pdisc(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t … [all …]
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | cmtime.1 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "CMTIME" 1 "2017-04-28" "librdmacm" "librdmacm" librdmacm 4 cmtime \- RDMA CM connection steps timing test. 8 \fIcmtime\fR [-s server_address] [-b bind_address] 9 [-c connections] [-p port_number] 10 [-r retries] [-t timeout_ms] 13 Determines min and max times for various "steps" in RDMA CM 21 \-s server_address 26 \-b bind_address 29 \-c connections [all …]
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iterator.h | 2 * iterator/iterator.h - iterative resolver DNS query response module 54 /** max number of targets spawned for a query and its subqueries */ 56 /** max number of upstream queries for a query and its subqueries, it is 59 /** max number of target lookups per qstate, per delegation point */ 61 /** max number of nxdomains allowed for target lookups for a query and 64 /** max number of nxdomains allowed for target lookups for a query and 67 /** max number of referrals. Makes sure resolver does not run away */ 69 /** max number of queries for which to perform dnsseclameness detection, 73 * max number of QNAME minimisation iterations. Limits number of queries for 77 /* max numbe [all...] |
| H A D | iter_utils.h | 2 * iterator/iter_utils.h - iterative resolver module utility functions. 66 /* max number of lookups in the cache for target nameserver names. 69 /* max number of lookups in the cache for parentside glue for nameserver names 71 * It is a little larger than the nonpside max, so it allows a couple extra 89 * do-not-query-addresses. 95 * @param dnssec_lame: set to 1, if a known dnssec-lame server is selected 142 * can be prefetch-updates. 178 * will not get selected as targets. For the parent-sid [all...] |
| /freebsd/sys/dev/pms/RefTisa/sat/src/ |
| H A D | smtypes.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 110 bit32 sat48BitSupport; /* Flag for 48-bit addressing */ 123 bit32 satDMASetupAA; /* Flag for DMA Setup Auto-Activate */ 128 bit32 satNCQMaxIO; /* Max NCQ I/O in SAT or drive */ 133 bit32 satMaxUserAddrSectors; /* max user addressable setctors*/ 148 …bit32 NumOfIDRetries; /* number of SMP HARD RESET after ID retries */ … 151 bit32 ID_Retries; /* identify device data retries */ 285 bit32 reTries; member 312 bit8 smpPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /* for smp retries; 314 bit32 retries; /* number of retries */ member [all …]
|
| /freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.1 | 8 .\" Copyright (c) 2005-2007 The FreeBSD Project. 51 .Op Fl M Ar max-repetitions 52 .Op Fl N Ar non-repeaters 56 .Op Fl r Ar retries 73 .Op Fl r Ar retries 90 .Op Fl r Ar retries 123 .Bl -tag -width ".It Fl D Ar options" 126 .Bl -tag -width \& 137 ignore syntax/access type, allow adding of non-leaf objects for GetPdu and 138 read-only objects to a SetPDU. [all …]
|
| /freebsd/usr.sbin/ppp/ |
| H A D | defs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org> 5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp> 54 #define DIAL_TIMEOUT 30 /* Default and Max random time to redial */ 71 #define DEF_FSMTRIES 5 /* Default max retries */ 72 #define DEF_FSMAUTHTRIES 3 /* Default max auth retries */ 80 #define EX_SIG -1 94 /* return values for -background mode, not really exits */ 101 #define PHYS_AUTO 2 /* Dial-on-demand link */ [all …]
|
| H A D | fsm.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org> 5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp> 46 #define ST_UNDEF -1 54 #define OPEN_PASSIVE -1 65 u_int maxreq; /* Max Config REQ retries */ 66 u_int maxtrm; /* Max Term REQ retries */ 106 int open_mode; /* Delay before config REQ (-1 forever) */ 112 int reqs; /* Max config REQs before a close() */ [all …]
|
| /freebsd/sbin/camcontrol/ |
| H A D | modeedit.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 54 #define MAX_FORMAT_SPEC 4096 /* Max CDB format specifier. */ 55 #define MAX_PAGENUM_LEN 10 /* Max characters in page num. */ 56 #define MAX_PAGENAME_LEN 64 /* Max characters in page name. */ 106 int task_attr, int retries, int timeout); 109 int subpage, int task_attr, int retries, 113 int task_attr, int retries, int timeout); 116 int task_attr, int retries, int timeout); 126 int task_attr, int retries, int timeout); [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-pm8941.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/spmi/spmi.h> 8 thermal-zones { 9 pm8941-therma [all...] |
| /freebsd/contrib/ofed/libibumad/ |
| H A D | umad.h | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 64 * A GID data structure that may be used in definitions of on-the-wire data 90 uint8_t gid[16]; /* network-byte order */ 102 uint32_t retries; member 122 #define UMAD_CA_MAX_PORTS 10 /* 0 - 9 */ 189 int umad_get_cas_names(char cas[][UMAD_CA_NAME_LEN], int max); 190 int umad_get_ca_portguids(const char *ca_name, __be64 *portguids, int max); 197 int umad_get_issm_path(const char *ca_name, int portnum, char path[], int max); [all …]
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| H A D | tdtypes.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 145 * TD Layer interrupt/non-interrupt context support structure for agsaRoot_t. 147 * In other words, agsaRoot_t->osData points to this structure and used for 248 bit32 retries; member 260 bit32 SMPRetries; /* number of SMP retries when LL returns busy for saSMPStart*/ 262 tdsaTimerRequest_t DiscoverySMPTimer; /* discovery-related SMP application Timer */ 275 bit32 sat48BitSupport; /* Flag for 48-bit addressing */ 288 bit32 satNCQMaxIO; /* Max NCQ I/O in SAT or drive */ 293 bit32 satMaxUserAddrSectors; /* max user addressable setctors*/ 308 …bit32 NumOfIDRetries; /* number of SMP HARD RESET after ID retries */ … [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | location.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2015-2017 Intel Deutschland GmbH 4 * Copyright (C) 2018-2022 Intel Corporation 5 * Copyright (C) 2024-2025 Intel Corporation 16 * enum iwl_location_subcmd_ids - location group command IDs 91 * struct iwl_tof_config_cmd - ToF configuration 93 * @one_sided_disabled: indicates if one-sided is disabled (or not) 105 * enum iwl_tof_bandwidth - values for iwl_tof_range_req_ap_entry.bandwidth 106 * @IWL_TOF_BW_20_LEGACY: 20 MHz non-HT 123 * enum iwl_tof_algo_type - Algorithym type for range measurement request [all …]
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_radiotap.h | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 67 * Note well: all radiotap fields are little-endian. 92 * ---- [all...] |
| /freebsd/sys/dev/clk/allwinner/ |
| H A D | ccu_a64.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 47 #include <dt-bindings/clock/sun50i-a64-ccu.h> 48 #include <dt-bindings/reset/sun50i-a64-ccu.h> 50 /* Non-exported clocks */ 141 CCU_GATE(CLK_BUS_MIPI_DSI, "bus-mipi-dsi", "ahb1", 0x60, 1) 142 CCU_GATE(CLK_BUS_CE, "bus-ce", "ahb1", 0x60, 5) 143 CCU_GATE(CLK_BUS_DMA, "bus-dma", "ahb1", 0x60, 6) 144 CCU_GATE(CLK_BUS_MMC0, "bus-mmc0", "ahb1", 0x60, 8) 145 CCU_GATE(CLK_BUS_MMC1, "bus-mmc1", "ahb1", 0x60, 9) [all …]
|
| H A D | ccu_a31.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 47 #include <dt-bindings/clock/sun6i-a31-ccu.h> 48 #include <dt-bindings/reset/sun6i-a31-ccu.h> 50 /* Non-exported clocks */ 148 CCU_GATE(CLK_AHB1_MIPIDSI, "ahb1-mipidsi", "ahb1", 0x60, 1) 149 CCU_GATE(CLK_AHB1_SS, "ahb1-ss", "ahb1", 0x60, 5) 150 CCU_GATE(CLK_AHB1_DMA, "ahb1-dma", "ahb1", 0x60, 6) 151 CCU_GATE(CLK_AHB1_MMC0, "ahb1-mmc0", "ahb1", 0x60, 8) 152 CCU_GATE(CLK_AHB1_MMC1, "ahb1-mmc1", "ahb1", 0x60, 9) [all …]
|
| /freebsd/sys/nfsclient/ |
| H A D | nfsargs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 56 int maxgrouplist; /* Max. size of group list */ 58 int wcommitsize; /* Max. write commit size in bytes */ 62 int acregmax; /* cache attrs for reg files max time */ 64 int acdirmax; /* cache attrs for dirs max time */ 74 #define NFSMNT_RETRANS 0x00000010 /* set number of request retries */ 82 #define NFSMNT_WCOMMITSIZE 0x00001000 /* set max write commit size */ 101 #define NFSMNT_NONCONTIGWR 0x80000000 /* Enable non-contiguous writes */
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_ch.h | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 45 /*- 47 * (grefen@goofy.zdv.uni-mainz.de soon grefen@convex.com) 168 * Changer-specific mode page numbers. 175 * Data returned by READ ELEMENT STATUS consists of an 8-byte header 217 uint8_t designator[256]; /* Allocate max length */ 253 /* reserved and obsolete (as of SCSI-3) fields */ 471 void scsi_move_medium(struct ccb_scsiio *csio, uint32_t retries, 477 void scsi_exchange_medium(struct ccb_scsiio *csio, uint32_t retries, [all …]
|
| H A D | scsi_da.h | 5 /*- 33 /*- 373 uint8_t byte4; /* only present in max/cur descriptor */ 409 #define SRDDH10_MAX_LENGTH SRDD10_MAX_LENGTH - \ 455 #define SRDDH12_MAX_LENGTH SRDD12_MAX_LENGTH - \ 549 uint8_t head_uload_del;/* Head un-load delay */ 653 void scsi_format_unit(struct ccb_scsiio *csio, uint32_t retries, 659 void scsi_read_defects(struct ccb_scsiio *csio, uint32_t retries, 666 void scsi_sanitize(struct ccb_scsiio *csio, uint32_t retries, 674 void scsi_zbc_out(struct ccb_scsiio *csio, uint32_t retries, [all …]
|
| /freebsd/sys/dev/iavf/ |
| H A D | iavf_vc_common.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 47 * iavf_send_pf_msg - Send virtchnl message to PF device 62 struct iavf_hw *hw = &sc->hw; in iavf_send_pf_msg() 63 device_t dev = sc->dev; in iavf_send_pf_msg() 68 val_err = virtchnl_vc_validate_vf_msg(&sc->version, op, msg, len); in iavf_send_pf_msg() 91 iavf_aq_str(hw, hw->aq.asq_last_status)); in iavf_send_pf_msg() 97 * iavf_send_api_ver - Send the API version we support to the PF 119 * iavf_verify_api_ver - Verify the PF supports our API version 132 struct iavf_hw *hw = &sc->hw; in iavf_verify_api_ver() 135 device_t dev = sc->dev; in iavf_verify_api_ver() [all …]
|
| /freebsd/sys/nfs/ |
| H A D | nfs_mountcommon.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 48 int nmcom_retry; /* Max retries */
|
| /freebsd/sys/cam/ |
| H A D | cam_ccb.h | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 129 /* Non-immediate function code */ 135 /* Common function commands: 0x00->0x0F */ 168 /* SCSI Control Functions: 0x10->0x1F */ 227 /* HBA engine commands 0x20->0x2F */ 233 /* Target mode commands: 0x30->0x3F */ 256 /* Vendor Unique codes: 0x80->0x8F */ 269 (((ccb)->ccb_h.func_code & XPT_FC_DEV_QUEUED) == XPT_FC_DEV_QUEUED) 271 (((ccb)->ccb_h.func_code & XPT_FC_QUEUED) != 0) [all …]
|
| /freebsd/usr.sbin/ctladm/ |
| H A D | ctladm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 1997-2007 Kenneth D. Merry 38 * $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.c#4 $ 206 {"-?", CTLADM_CMD_HELP, CTLADM_ARG_NONE, NULL}, 207 {"-h", CTLADM_CMD_HELP, CTLADM_ARG_NONE, NULL}, 216 static int cctl_do_io(int fd, int retries, union ctl_io *io, const char *func); 220 static int cctl_sync_cache(int fd, int lun, int iid, int retries, 222 static int cctl_start_stop(int fd, int lun, int iid, int retries, 224 static int cctl_mode_sense(int fd, int lun, int iid, int retries, [all …]
|