Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/
H A Dchattr_002_neg.ksh37 set -A files writable immutable append
55 log_must user_run $QUSER1 touch $TESTDIR/immutable
59 log_must chattr +i $TESTDIR/immutable
64 log_must user_run $QUSER1 chattr +i $TESTDIR/immutable
69 log_mustnot user_run $QUSER1 chattr -i $TESTDIR/immutable
H A Dchattr_001_pos.ksh37 set -A files writable immutable append
61 log_must touch $TESTDIR/immutable
66 log_must chflags schg $TESTDIR/immutable
70 log_must chattr +i $TESTDIR/immutable
/freebsd/contrib/bmake/unit-tests/
H A Dvarcmd.exp3 immutable FU='bar'
4 immutable FOO='goo'
H A Dvarcmd.mk48 two: immutable
49 immutable:
/freebsd/usr.sbin/bhyve/
H A Dmem.c172 int err, perror, immutable, vcpuid; in access_memory() local
220 immutable = (mr->flags & MEM_F_IMMUTABLE) != 0; in access_memory()
221 if (immutable) { in access_memory()
228 if (!immutable) { in access_memory()
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp11 0 Insecure mode - immutable and append-only flags may be turned
15 1 Secure mode - the system immutable and system append-only
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c372 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument
377 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
383 immutable->pkey_tbl_len = attr.pkey_tbl_len; in c4iw_port_immutable()
384 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
/freebsd/crypto/heimdal/lib/kadm5/
H A Ddelete_s.c55 if(ent.entry.flags.immutable) { in kadm5_s_delete_principal()
/freebsd/sys/dev/irdma/
H A Dfbsd_kcompat.h153 struct ib_port_immutable *immutable);
155 struct ib_port_immutable *immutable);
H A Dirdma_kcompat.c1530 struct ib_port_immutable *immutable) in irdma_roce_port_immutable() argument
1535 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in irdma_roce_port_immutable()
1540 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in irdma_roce_port_immutable()
1541 immutable->pkey_tbl_len = attr.pkey_tbl_len; in irdma_roce_port_immutable()
1542 immutable->gid_tbl_len = attr.gid_tbl_len; in irdma_roce_port_immutable()
1549 struct ib_port_immutable *immutable) in irdma_iw_port_immutable() argument
1554 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in irdma_iw_port_immutable()
1558 immutable->gid_tbl_len = 1; in irdma_iw_port_immutable()
/freebsd/lib/libc/locale/
H A DDESIGN.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/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h59 struct ib_port_immutable *immutable);
H A Dqlnxr_verbs.c330 struct ib_port_immutable *immutable)
5570 struct ib_port_immutable *immutable) in qlnxr_get_port_immutable() argument
5587 immutable->pkey_tbl_len = 1; in qlnxr_get_port_immutable()
5588 immutable->gid_tbl_len = 1; in qlnxr_get_port_immutable()
5589 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qlnxr_get_port_immutable()
5590 immutable->max_mad_size = 0; in qlnxr_get_port_immutable()
5592 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qlnxr_get_port_immutable()
5593 immutable->gid_tbl_len = attr.gid_tbl_len; in qlnxr_get_port_immutable()
5594 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in qlnxr_get_port_immutable()
5595 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qlnxr_get_port_immutable()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1107 struct ib_port_immutable *immutable) in mthca_port_immutable() argument
1116 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable()
1117 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable()
1118 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable()
1119 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()
/freebsd/contrib/kyua/utils/
H A Dauto_array.ipp112 /// \return The raw immutable pointer.
202 /// \return An immutable reference to the element at the specified position.
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.schema30 #-- immutable(13) -- may not be deleted
H A Dhdb.asn145 immutable(13), -- may not be deleted
/freebsd/contrib/wpa/src/nan/
H A Dnan_util.c1683 1 << (6 + map->immutable.period), in nan_peer_dump_sched_to_buf()
1684 1 << (4 + map->immutable.duration), in nan_peer_dump_sched_to_buf()
1685 16 * map->immutable.offset); in nan_peer_dump_sched_to_buf()
1690 ret = wpa_snprintf_hex(pos, end - pos, map->immutable.bitmap, in nan_peer_dump_sched_to_buf()
1691 map->immutable.len); in nan_peer_dump_sched_to_buf()
H A Dnan.h393 struct nan_time_bitmap immutable; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp28 -- In lua, strings are immutable, so to avoid a bunch of copies, we
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify_recover.pod66 pre-set (and immutable).
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2349 struct ib_port_immutable *immutable) in mlx4_port_immutable() argument
2359 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mlx4_port_immutable()
2360 immutable->gid_tbl_len = attr.gid_tbl_len; in mlx4_port_immutable()
2363 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mlx4_port_immutable()
2366 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in mlx4_port_immutable()
2368 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in mlx4_port_immutable()
2372 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mlx4_port_immutable()
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md33 the property definitions as almost immutable. Specifically, a query can
/freebsd/contrib/libxo/doc/
H A Dfield-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/crypto/openssl/include/openssl/
H A Dsafestack.h.in191 * b) The string may have be immutable.

12