Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c192 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 Dzutil_import_os.c185 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 Dzutil_import.c1050 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 Dargon2-core.h116 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 Dargon2-fill-block-ssse3.c112 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 Dargon2-fill-block-avx512f.c118 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 Dargon2-fill-block-avx2.c113 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 Dargon2-fill-block-ref.c124 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 Dargon2-core.c233 position.slice = (uint8_t) s; in fill_memory_blocks()
/f-stack/freebsd/i386/include/
H A Dbootinfo.h111 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
112 (((type) << B_TYPESHIFT) | ((slice) << B_SLICESHIFT) | \
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dqcom,prng.txt7 (Execution Environment) slice of prng
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5121-psc.txt23 - 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 Dtxgbe_regs.h1808 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 DIMX640 # U-Boot stuff lives on slice 1, FreeBSD on slice 2.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,llcc.yaml18 which are assigned to clients. Clients can query the slice details, activate
/f-stack/freebsd/sys/
H A Dsglist.h111 int sglist_slice(struct sglist *original, struct sglist **slice,
/f-stack/freebsd/kern/
H A Dsubr_sglist.c885 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 Dsched_4bsd.c221 SYSCTL_INT(_kern_sched, OID_AUTO, slice, CTLFLAG_RW, &sched_slice, 0,
H A Dsched_ule.c3094 SYSCTL_INT(_kern_sched, OID_AUTO, slice, CTLFLAG_RW, &sched_slice, 0,
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib916 # 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 Dblkdev.shlib214 # 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 Dhcapi_cfa_defs.h498 uint16_t field_id, struct hcapi_cfa_field *slice);
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js93 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 Djquery.qtip.js1637 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 Dcvmx-spi.c382 gmxx_tx_spi_max.s.slice = 0; in cvmx_spi_calendar_setup_cb()

12