Home
last modified time | relevance | path

Searched refs:immutable (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/
HDchattr_002_neg.ksh46 set -A files writable immutable append
64 log_must user_run $QUSER1 touch $TESTDIR/immutable
68 log_must chattr +i $TESTDIR/immutable
73 log_must user_run $QUSER1 chattr +i $TESTDIR/immutable
78 log_mustnot user_run $QUSER1 chattr -i $TESTDIR/immutable
HDchattr_001_pos.ksh46 set -A files writable immutable append
70 log_must touch $TESTDIR/immutable
75 log_must chflags schg $TESTDIR/immutable
79 log_must chattr +i $TESTDIR/immutable
/freebsd-14-stable/contrib/bmake/unit-tests/
HDvarcmd.exp3 immutable FU='bar'
4 immutable FOO='goo'
HDvarcmd.mk48 two: immutable
49 immutable:
/freebsd-14-stable/usr.sbin/bhyve/
HDmem.c171 int err, perror, immutable, vcpuid; in access_memory() local
209 immutable = (entry->mr_param.flags & MEM_F_IMMUTABLE); in access_memory()
210 if (immutable) { in access_memory()
217 if (!immutable) { in access_memory()
/freebsd-14-stable/usr.sbin/bsdconfig/security/include/
HDsecurelevel.hlp11 0 Insecure mode - immutable and append-only flags may be turned
15 1 Secure mode - the system immutable and system append-only
/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c381 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument
386 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
392 immutable->pkey_tbl_len = attr.pkey_tbl_len; in c4iw_port_immutable()
393 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
/freebsd-14-stable/crypto/heimdal/lib/kadm5/
HDdelete_s.c55 if(ent.entry.flags.immutable) { in kadm5_s_delete_principal()
/freebsd-14-stable/sys/dev/irdma/
HDirdma_kcompat.c1466 struct ib_port_immutable *immutable) in irdma_roce_port_immutable() argument
1471 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in irdma_roce_port_immutable()
1476 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in irdma_roce_port_immutable()
1477 immutable->pkey_tbl_len = attr.pkey_tbl_len; in irdma_roce_port_immutable()
1478 immutable->gid_tbl_len = attr.gid_tbl_len; in irdma_roce_port_immutable()
1485 struct ib_port_immutable *immutable) in irdma_iw_port_immutable() argument
1490 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in irdma_iw_port_immutable()
1494 immutable->gid_tbl_len = 1; in irdma_iw_port_immutable()
HDfbsd_kcompat.h149 struct ib_port_immutable *immutable);
151 struct ib_port_immutable *immutable);
/freebsd-14-stable/lib/libc/locale/
HDDESIGN.xlocale37 A locale_t is almost immutable after creation. There are no functions that modify it,
42 supported by `setlocale()`. These are likewise immutable after creation. This
98 The `localeconv()` function is an exception to the immutable-after-creation
/freebsd-14-stable/sys/dev/qlnx/qlnxr/
HDqlnxr_verbs.h64 struct ib_port_immutable *immutable);
HDqlnxr_verbs.c371 struct ib_port_immutable *immutable)
5605 struct ib_port_immutable *immutable) in qlnxr_get_port_immutable() argument
5622 immutable->pkey_tbl_len = 1; in qlnxr_get_port_immutable()
5623 immutable->gid_tbl_len = 1; in qlnxr_get_port_immutable()
5624 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qlnxr_get_port_immutable()
5625 immutable->max_mad_size = 0; in qlnxr_get_port_immutable()
5627 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qlnxr_get_port_immutable()
5628 immutable->gid_tbl_len = attr.gid_tbl_len; in qlnxr_get_port_immutable()
5629 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in qlnxr_get_port_immutable()
5630 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qlnxr_get_port_immutable()
/freebsd-14-stable/sys/dev/mthca/
HDmthca_provider.c1108 struct ib_port_immutable *immutable) in mthca_port_immutable() argument
1117 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable()
1118 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable()
1119 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable()
1120 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()
/freebsd-14-stable/contrib/kyua/utils/
HDauto_array.ipp112 /// \return The raw immutable pointer.
202 /// \return An immutable reference to the element at the specified position.
/freebsd-14-stable/crypto/heimdal/lib/hdb/
HDhdb.schema30 #-- immutable(13) -- may not be deleted
HDhdb.asn145 immutable(13), -- may not be deleted
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
HDtst.set_props.zcp27 -- In lua, strings are immutable, so to avoid a bunch of copies, we
/freebsd-14-stable/crypto/openssl/crypto/property/
HDREADME.md33 the property definitions as almost immutable. Specifically, a query can
/freebsd-14-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c2377 struct ib_port_immutable *immutable) in mlx4_port_immutable() argument
2387 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mlx4_port_immutable()
2388 immutable->gid_tbl_len = attr.gid_tbl_len; in mlx4_port_immutable()
2391 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mlx4_port_immutable()
2394 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in mlx4_port_immutable()
2396 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in mlx4_port_immutable()
2400 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mlx4_port_immutable()
/freebsd-14-stable/contrib/libxo/doc/
HDfield-formatting.rst320 The format string must be immutable across multiple calls to xo_emit_f(),
323 immutable, the XOEF_RETAIN flag must not be used.
/freebsd-14-stable/crypto/openssl/doc/man7/
HDopenssl-threads.pod54 Note that a C<const> declaration does not mean immutable; for example
/freebsd-14-stable/crypto/openssl/include/openssl/
HDsafestack.h.in189 * b) The string may have be immutable.
/freebsd-14-stable/sys/dev/bnxt/bnxt_re/
HDib_verbs.h274 struct ib_port_immutable *immutable);
/freebsd-14-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c3092 struct ib_port_immutable *immutable) in mlx5_port_immutable() argument
3103 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mlx5_port_immutable()
3104 immutable->gid_tbl_len = attr.gid_tbl_len; in mlx5_port_immutable()
3105 immutable->core_cap_flags = get_core_cap_flags(ibdev); in mlx5_port_immutable()
3107 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mlx5_port_immutable()

12