Home
last modified time | relevance | path

Searched +full:admin +full:- +full:disabled (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/libexec/rc/rc.d/
H A Dntpd22 _ntp_tmp_leapfile="/var/run/ntpd.leap-seconds.list"
35 # Return true (0) if automatic leapfile handling is disabled.
46 # If the admin set what uid to use, we don't change it.
47 if [ -n "${ntpd_user}" ]; then
51 # If the admin set any command line options involving files, we
54 *-f* | *--driftfile* | *-i* | *--jaildir* | \
55 *-k* | *--keyfile* | *-l* | *--logfile* | \
56 *-p* | *--pidfile* | *-s* | *--statsdir* )
60 # If the admin set any options in ntp.conf involving files,
63 grep -E -q "${fileopts}" "${ntpd_config}" && return 1
[all …]
H A Daccounting25 install -o root -g wheel -m 0640 /dev/null "${accounting_file}"
33 if [ ! -d "$_dir" ]; then
34 if ! mkdir -p -m 0750 "$_dir"; then
39 if [ ! -e "$accounting_file" ]; then
40 echo -n "Creating accounting file ${accounting_file}"
58 # (by the periodic scripts) when accounting is disabled, and handle
59 # being called multiple times (by an admin making mistakes) without
62 if [ -e "${accounting_file}.0" ]; then
66 if [ ! -e "${accounting_file}" ]; then
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023-2024 Chelsio Communications, Inc.
37 sbuf_printf(&sb, "nvmft%u: ", ctrlr->cntlid); in nvmft_printf()
56 ctrlr->cntlid = cntlid; in nvmft_controller_alloc()
57 ctrlr->np = np; in nvmft_controller_alloc()
58 mtx_init(&ctrlr->lock, "nvmft controller", NULL, MTX_DEF); in nvmft_controller_alloc()
59 callout_init(&ctrlr->ka_timer, 1); in nvmft_controller_alloc()
60 TASK_INIT(&ctrlr->shutdown_task, 0, nvmft_controller_shutdown, ctrlr); in nvmft_controller_alloc()
61 TIMEOUT_TASK_INIT(taskqueue_thread, &ctrlr->terminate_task, 0, in nvmft_controller_alloc()
[all …]
/freebsd/tools/tools/nvmf/nvmfd/
H A Dcontroller.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023-2024 Chelsio Communications, Inc.
33 if (c->shutdown) in update_cc()
35 if (!nvmf_validate_cc(c->qp, c->cap, c->cc, new_cc)) in update_cc()
38 changes = c->cc ^ new_cc; in update_cc()
39 c->cc = new_cc; in update_cc()
44 c->csts &= ~NVMEM(NVME_CSTS_REG_SHST); in update_cc()
45 c->csts |= NVMEF(NVME_CSTS_REG_SHST, NVME_SHST_COMPLETE); in update_cc()
46 c->shutdown = true; in update_cc()
[all …]
/freebsd/share/man/man4/
H A Dena.41 .\" SPDX-License-Identifier: BSD-2-Clause
3 .\" Copyright (c) 2015-2024 Amazon.com, Inc. or its affiliates.
40 .Bd -ragged -offset indent
47 .Bd -literal -offset indent
56 through an Admin Queue.
58 The driver supports a range of ENA devices, is link-speed independent
62 Some ENA devices support SR-IOV.
63 This driver is used for both the SR-IOV Physical Function (PF) and Virtual
68 is advertised by the device via the Admin Queue), a dedicated MSI-X
75 For builds with RSS support disabled, the
[all …]
H A Dixl.41 .\" Copyright (c) 2013-2018, Intel Corporation
41 .Bd -ragged -offset indent
48 .Bd -literal -offset indent
60 .Bl -bullet -compact
101 .Bl -bullet
105 .Em sysutils/intel-qcu
108 To update the firmware on an adapter, use the Intel Non-Volatile Memory (NVM)
110 .Em sysutils/intel-nvmupdate-10g ,
111 .Em sysutils/intel-nvmupdate-40g ,
113 .Em sysutils/intel-nvmupdate-100g ,
[all …]
H A Diavf.41 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
4 .\" Copyright (c) 2013-2018, Intel Corporation
44 .Bd -ragged -offset indent
51 .Bd -literal -offset indent
62 .Bl -bullet -compact
64 Intel\(rg Ethernet Controller E810\-C
66 Intel\(rg Ethernet Controller E810\-XXV
68 Intel\(rg Ethernet Connection E822\-C
70 Intel\(rg Ethernet Connection E822\-L
[all …]
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023-2024 Chelsio Communications, Inc.
64 mtx_lock(&qp->lock); in nvmf_allocate_request()
65 nq = qp->qp; in nvmf_allocate_request()
67 mtx_unlock(&qp->lock); in nvmf_allocate_request()
71 qp->allocating++; in nvmf_allocate_request()
72 MPASS(qp->allocating != 0); in nvmf_allocate_request()
73 mtx_unlock(&qp->lock); in nvmf_allocate_request()
75 req->qp = qp; in nvmf_allocate_request()
[all …]
/freebsd/sbin/nvmecontrol/tests/
H A Dbasic.sh1 # SPDX-License-Identifier: BSD-2-Clause
35 TEST_DEV=$(cd /dev/; ls -1 nvme[0-9]* 2> /dev/null | grep -E 'nvme[0-9][0-9]*$' | head -n 1)
36 TEST_DEV=${TEST_DEV:-nvme0}
38 INV_OPT="-z"
39 INV_OPT_MSG="invalid option -- z"
52 if [ -d ${libdir} ] ; then
54 atf_check -s not-exit:0 -o ignore -e match:"Can't load ${fakelib}" nvmecontrol
55 rm -f ${fakelib}
62 rm -f /lib/nvmecontrol/fake.so
75 if [ -d ${libdir} ] ; then
[all …]
/freebsd/crypto/krb5/src/man/
H A Dkerberos.man4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
H A Dkadmin.man4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
H A Dkrb5.conf.man5 .nr rst2man-indent-level 0
8 \\$1 \\n[an-margin]
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
11 -
12 \\n[rst2man-indent0]
13 \\n[rst2man-indent1]
14 \\n[rst2man-indent2]
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
[all …]
/freebsd/usr.sbin/ctld/
H A Dnvmf_discovery.cc1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023-2025 Chelsio Communications, Inc.
74 log->genctr = htole32(pg->conf()->genctr()); in discovery_log()
75 log->recfmt = 0; in discovery_log()
85 log->numrec = htole32(le32toh(log->numrec) + 1); in append()
93 const struct target *targ = port->target(); in discovery_controller_filtered()
94 const struct auth_group *ag = port->auth_group(); in discovery_controller_filtered()
96 ag = targ->auth_group(); in discovery_controller_filtered()
98 assert(pg->discovery_filter() != discovery_filter::UNKNOWN); in discovery_controller_filtered()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/
H A Dzoned_uid_026_pos.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
25 # Copyright 2026 Colin K. Williams / LINK ORG LLC / LI-NK.SOCIAL. All rights reserved.
32 # When pool delegation is disabled (zpool set delegation=off),
34 # capabilities. Delegation OFF means the pool admin has opted
36 # Read-only operations (list, get) still succeed.
41 # 3. DOFF-1: create with CAP_FOWNER → denied (delegation off)
42 # 4. DOFF-2: destroy with CAP_SYS_ADMIN → denied (delegation off)
43 # 5. DOFF-3: create with all caps → denied (delegation off)
[all …]
/freebsd/lib/libnvmf/
H A Dnvmf_host.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
27 cmd->opc = opcode; in nvmf_init_sqe()
36 cmd->fctype = fctype; in nvmf_init_fabrics_sqe()
57 if (na->na_controller) { in nvmf_connect()
62 if (params->admin != (qid == 0)) { in nvmf_connect()
63 na_error(na, "Admin queue must use Queue ID 0"); in nvmf_connect()
80 /* KATO is only for Admin queues. */ in nvmf_connect()
96 cmd.sqsize = htole16(queue_size - 1); in nvmf_connect()
97 if (!na->na_params.sq_flow_control) in nvmf_connect()
[all …]
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 2012-2014 Intel Corporation
48 get_opcode_string(bool admin, uint8_t opc, char *buf, size_t len) in get_opcode_string() argument
53 nvme_opcode_sbuf(admin, opc, &sb); in get_opcode_string()
65 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%x " in nvme_admin_qpair_print_command()
67 get_opcode_string(true, cmd->opc, buf, sizeof(buf)), qpair->id, in nvme_admin_qpair_print_command()
68 cmd->cid, le32toh(cmd->nsid), le32toh(cmd->cdw10), in nvme_admin_qpair_print_command()
69 le32toh(cmd->cdw11)); in nvme_admin_qpair_print_command()
78 switch (cmd->opc) { in nvme_io_qpair_print_command()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5.31 …mdal Kerberos 5 library" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*-
5 krb5 \- Heimdal Kerberos 5 library
181 Add a specified list of error messages to the et list in context. Call func (probably a comerr-gene…
250 KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication).
728 Make the kerberos library default to the admin KDC.
737 boolean flag to telling the context will use admin KDC as the default KDC.
758 Init the built-in ets in the Kerberos library.
778 …ast preferred encryption type. Note that some encryption types might be disabled, so you need to c…
969 \fIcreds\fP The initial kadmin/passwd for the principal or an admin principal
1011 Make the kerberos library default to the admin KDC.
[all …]
/freebsd/sys/dev/ixl/
H A Dif_ixl.c3 Copyright (c) 2013-2018, Intel Corporation
56 __XSTRING(IXL_DRIVER_VERSION_BUILD) "-k"
74 …V(I40E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T, "Intel(R) Ethernet Controller X710 for 10GBASE-T"),
75 …E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T4, "Intel(R) Ethernet Controller X710/X557-AT 10GBASE-T"),
80 …E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T_X722, "Intel(R) Ethernet Connection X722 for 10GBASE-T"),
84 …40E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T_BC, "Intel(R) Ethernet Controller X710 for 10GBASE-T"),
87 …(I40E_INTEL_VENDOR_ID, I40E_DEV_ID_5G_BASE_T_BC, "Intel(R) Ethernet Controller V710 for 5GBASE-T"),
88 …(I40E_INTEL_VENDOR_ID, I40E_DEV_ID_1G_BASE_T_BC, "Intel(R) Ethernet Controller I710 for 1GBASE-T"),
229 "Filter out packets with Ethertype 0x8808 from being sent out by non-HW sources");
259 "Automatically reset VFs blocked by malicious-driver detection");
[all …]
H A Dixl_pf_iflib.c3 Copyright (c) 2013-2020, Intel Corporation
39 struct i40e_hw *hw = &pf->hw; in ixl_configure_tx_itr()
40 struct ixl_vsi *vsi = &pf->vsi; in ixl_configure_tx_itr()
41 struct ixl_tx_queue *que = vsi->tx_queues; in ixl_configure_tx_itr()
43 vsi->tx_itr_setting = pf->tx_itr; in ixl_configure_tx_itr()
45 for (int i = 0; i < vsi->num_tx_queues; i++, que++) { in ixl_configure_tx_itr()
46 struct tx_ring *txr = &que->txr; in ixl_configure_tx_itr()
49 vsi->tx_itr_setting); in ixl_configure_tx_itr()
50 txr->itr = vsi->tx_itr_setting; in ixl_configure_tx_itr()
51 txr->latency = IXL_AVE_LATENCY; in ixl_configure_tx_itr()
[all …]
/freebsd/sys/net/
H A Dif_bridgevar.h4 * SPDX-License-Identifier: BSD-4-Clause
136 /* BRDGSFLAGS, Bridge flags (non-interface-specific) */
140 #define IFBRF_DEFQINQ (1U<<1) /* 802.1ad Q-in-Q allowed by default */
175 #define IFBIF_BSTP_ADMEDGE 0x0200 /* member stp admin edge enabled */
176 #define IFBIF_BSTP_ADMCOST 0x0400 /* member stp admin path cost */
178 #define IFBIF_QINQ 0x1000 /* if allows 802.1ad Q-in-Q */
303 "disabled", \
312 "-", \
316 "disabled", \
355 KASSERT((_ifp)->if_bridge_input != NULL, \
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c2 SPDX-License-Identifier: BSD-3-Clause
43 * ixgbe_init_aci - initialization routine for Admin Command Interface
50 ixgbe_init_lock(&hw->aci.lock); in ixgbe_init_aci()
54 * ixgbe_shutdown_aci - shutdown routine for Admin Command Interface
61 ixgbe_destroy_lock(&hw->aci.lock); in ixgbe_shutdown_aci()
65 * ixgbe_should_retry_aci_send_cmd_execute - decide if ACI command should
88 * ixgbe_aci_send_cmd_execute - execute sending FW Admin Command to FW Admin
95 * Admin Command is sent using CSR by setting descriptor and buffer in specific
99 * * - IXGBE_SUCCESS - success.
100 * * - IXGBE_ERR_ACI_DISABLED - CSR mechanism is not enabled.
[all …]
/freebsd/sys/dev/e1000/
H A Dif_igb_iov.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2010-2016, Intel Corporation
22 /* Allow two complete 31-VID replays, then sustain eight additions/second. */
96 MALLOC_DEFINE(M_IGB_IOV, "igb_iov", "igb SR-IOV allocations");
99 * These logical-write probes let hardware tests verify the elision policy.
146 * callout only re-enters through the ordinary admin task. in igb_iov_mbx_retry_callout()
148 iflib_admin_intr_deferred(sc->ctx); in igb_iov_mbx_retry_callout()
168 ifp = iflib_get_ifp(sc->ctx); in igb_iov_pf_vlan_promisc()
169 return (sc->iov_pf_vlan_promisc || in igb_iov_pf_vlan_promisc()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf48 # run as non-root users. However, since the control interface can be used to
51 # want to allow non-root users to use the control interface, add a new group
69 # library/default.asp?url=/library/en-us/secauthz/security/
72 # DACL (which will reject all connections). See README-Windows.txt for more
78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines
85 # defined in IEEE Std 802.1X-2010.
144 # Maximum number of peer links (0-255; default: 99)
153 # Enable 802.11s layer-2 routing and forwarding (dot11MeshForwarding)
156 # cert_in_cb - Whether to include a peer certificate dump in events
162 # EAP fast re-authentication
[all …]
/freebsd/sys/dev/iavf/
H A Dvirtchnl.h1 /* SPDX-License-Identifier: BSD-3-Clause */
36 * This header file describes the VF-PF communication protocol used
39 * Admin queue buffer usage:
40 * desc->opcode is always aqc_opc_send_msg_to_pf
70 VIRTCHNL_STATUS_ERR_PARAM = -5,
71 VIRTCHNL_STATUS_ERR_NO_MEMORY = -18,
72 VIRTCHNL_STATUS_ERR_OPCODE_MISMATCH = -38,
73 VIRTCHNL_STATUS_ERR_CQP_COMPL_ERROR = -39,
74 VIRTCHNL_STATUS_ERR_INVALID_VF_ID = -40,
75 VIRTCHNL_STATUS_ERR_ADMIN_QUEUE_ERROR = -53,
[all …]
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip175d.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2011-2012 Stefan Bethke.
64 ip17x_writephy(sc->sc_dev, IP175D_RESET_PHY, IP175D_RESET_REG, 0x175d); in ip175d_reset()
68 ip17x_updatephy(sc->sc_dev, 21, 22, 0x3, 0x0); in ip175d_reset()
71 ip17x_writephy(sc->sc_dev, 22, 3, 0x8100); in ip175d_reset()
96 v = &sc->vlan[i]; in ip175d_hw_setup()
97 if ((v->vlanid & ETHERSWITCH_VID_VALID) == 0 || in ip175d_hw_setup()
98 sc->vlan_mode == 0) { in ip175d_hw_setup()
99 /* Vlangroup disabled. Reset the filter. */ in ip175d_hw_setup()
[all …]

123456