| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 192 rdsk_node_t *slice; in zpool_open_func() local 216 slice->rn_hdl = hdl; in zpool_open_func() 223 free(slice); in zpool_open_func() 236 free(slice); in zpool_open_func() 242 slice->rn_hdl = hdl; in zpool_open_func() 249 free(slice); in zpool_open_func() 325 rdsk_node_t *slice; in zpool_find_import_blkid() local 365 slice->rn_lock = lock; in zpool_find_import_blkid() 367 slice->rn_hdl = hdl; in zpool_find_import_blkid() 370 error = zfs_path_order(slice->rn_name, &slice->rn_order); in zpool_find_import_blkid() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_import_os.c | 185 rdsk_node_t *slice; in zpool_find_import_blkid() local 210 slice->rn_name = zutil_strdup(hdl, path); in zpool_find_import_blkid() 211 slice->rn_vdev_guid = 0; in zpool_find_import_blkid() 212 slice->rn_lock = lock; in zpool_find_import_blkid() 213 slice->rn_avl = *slice_cache; in zpool_find_import_blkid() 214 slice->rn_hdl = hdl; in zpool_find_import_blkid() 215 slice->rn_labelpaths = B_FALSE; in zpool_find_import_blkid() 216 slice->rn_order = IMPORT_ORDER_DEFAULT; in zpool_find_import_blkid() 220 free(slice->rn_name); in zpool_find_import_blkid() 221 free(slice); in zpool_find_import_blkid() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1050 rdsk_node_t *slice; in zpool_find_import_scan_add_slice() local 1054 free(slice); in zpool_find_import_scan_add_slice() 1060 slice->rn_hdl = hdl; in zpool_find_import_scan_add_slice() 1067 free(slice); in zpool_find_import_scan_add_slice() 1167 rdsk_node_t *slice; in zpool_find_import_scan() local 1213 free(slice); in zpool_find_import_scan() 1238 rdsk_node_t *slice; in zpool_find_import_impl() local 1271 for (slice = avl_first(cache); slice; in zpool_find_import_impl() 1272 (slice = avl_walk(cache, slice, AVL_AFTER))) in zpool_find_import_impl() 1332 slice->rn_name, slice->rn_order, in zpool_find_import_impl() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.h | 116 uint8_t slice; member 159 if (position->slice == 0) { in index_alpha() 167 position->slice * instance->segment_length + in index_alpha() 171 position->slice * instance->segment_length + in index_alpha() 199 start_position = (position->slice == ARGON2_SYNC_POINTS - 1) in index_alpha() 201 : (position->slice + 1) * instance->segment_length; in index_alpha()
|
| H A D | argon2-fill-block-ssse3.c | 112 input_block.v[2] = position->slice; in generate_addresses() 161 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_ssse3() 173 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_ssse3() 179 position.slice * instance->segment_length + starting_index; in fill_segment_ssse3() 213 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_ssse3()
|
| H A D | argon2-fill-block-avx512f.c | 118 input_block.v[2] = position->slice; in generate_addresses() 167 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_avx512f() 179 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_avx512f() 185 position.slice * instance->segment_length + starting_index; in fill_segment_avx512f() 219 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_avx512f()
|
| H A D | argon2-fill-block-avx2.c | 113 input_block.v[2] = position->slice; in generate_addresses() 162 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_avx2() 174 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_avx2() 180 position.slice * instance->segment_length + starting_index; in fill_segment_avx2() 214 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_avx2()
|
| H A D | argon2-fill-block-ref.c | 124 input_block.v[2] = position->slice; in generate_addresses() 160 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) { in fill_segment_ref() 172 if ((0 == position.pass) && (0 == position.slice)) { in fill_segment_ref() 178 position.slice * instance->segment_length + starting_index; in fill_segment_ref() 209 if ((position.pass == 0) && (position.slice == 0)) { in fill_segment_ref()
|
| H A D | argon2-core.c | 233 position.slice = (uint8_t) s; in fill_memory_blocks()
|
| /f-stack/freebsd/i386/include/ |
| H A D | bootinfo.h | 111 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument 112 (((type) << B_TYPESHIFT) | ((slice) << B_SLICESHIFT) | \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | qcom,prng.txt | 7 (Execution Environment) slice of prng
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpc5121-psc.txt | 23 - fsl,rx-fifo-size : the size of the RX fifo slice (a multiple of 4) 24 - fsl,tx-fifo-size : the size of the TX fifo slice (a multiple of 4)
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_regs.h | 1808 u32 loop, u32 slice) in po32m() argument 1813 if (slice > 1000 * MAX_UDELAY_MS) { in po32m() 1815 slice = (slice + 500) / 1000; in po32m() 1824 usec ? usec_delay(slice) : msec_delay(slice); in po32m() 1841 #define rd32w(hw, reg, mask, slice) do { \ argument 1843 po32m((hw), reg, mask, mask, NULL, 5, slice); \ 1846 #define wr32w(hw, reg, val, mask, slice) do { \ argument 1848 po32m((hw), reg, mask, mask, NULL, 5, slice); \
|
| /f-stack/freebsd/arm/conf/ |
| H A D | IMX6 | 40 # U-Boot stuff lives on slice 1, FreeBSD on slice 2.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,llcc.yaml | 18 which are assigned to clients. Clients can query the slice details, activate
|
| /f-stack/freebsd/sys/ |
| H A D | sglist.h | 111 int sglist_slice(struct sglist *original, struct sglist **slice,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 885 sglist_slice(struct sglist *original, struct sglist **slice, size_t offset, in sglist_slice() argument 937 if (*slice == NULL) { in sglist_slice() 941 *slice = sg; in sglist_slice() 943 sg = *slice; in sglist_slice()
|
| H A D | sched_4bsd.c | 221 SYSCTL_INT(_kern_sched, OID_AUTO, slice, CTLFLAG_RW, &sched_slice, 0,
|
| H A D | sched_ule.c | 3094 SYSCTL_INT(_kern_sched, OID_AUTO, slice, CTLFLAG_RW, &sched_slice, 0,
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 916 # Given a slice, size and disk, this function 917 # formats the slice to the specified size. 948 # Create GPT partition table when setting slice 0 or 1081 # Get the end cyl of the given slice 1083 function get_endslice #<disk> <slice> 1086 typeset slice=$2 1087 if [[ -z $disk || -z $slice ]] ; then 1094 grep "part${slice}" | \ 1102 slice=$((slice + 1)) 1104 awk -v slice=$slice '$3 == slice { print $1 + $2 }') [all …]
|
| H A D | blkdev.shlib | 214 # Set the slice prefix for disk partitioning depending 217 # checks first disk to determine slice prefix.
|
| /f-stack/dpdk/drivers/net/bnxt/hcapi/ |
| H A D | hcapi_cfa_defs.h | 498 uint16_t field_id, struct hcapi_cfa_field *slice);
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 93 slice = Array.prototype.slice, 227 return slice.call( this, 0 ); 289 this.slice( i ) : 290 this.slice( i, +i + 1 ); 301 slice: function() { 816 var args = slice.call( arguments, 2 ), 1205 sliceDeferred = [].slice; 3115 type = type.slice(0, -1); 5371 slice = Array.prototype.slice, variable 5587 args = slice.call(arguments); [all …]
|
| H A D | jquery.qtip.js | 1637 args = $.makeArray(arguments).slice(1), 1948 function camel(s) { return s.charAt(0).toUpperCase() + s.slice(1); } 1956 var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spi.c | 382 gmxx_tx_spi_max.s.slice = 0; in cvmx_spi_calendar_setup_cb()
|