Home
last modified time | relevance | path

Searched refs:records (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c106 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument
131 tmp = realloc(*records, in zpool_history_unpack()
138 *records = tmp; in zpool_history_unpack()
140 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
/f-stack/freebsd/contrib/ck/src/
H A Dck_epoch.c232 ck_stack_init(&global->records); in ck_epoch_init()
249 CK_STACK_FOREACH(&global->records, cursor) { in ck_epoch_recycle()
293 ck_stack_push_upmc(&global->records, &record->record_next); in ck_epoch_register()
329 cursor = CK_STACK_FIRST(&global->records); in ck_epoch_scan()
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt14 records. These records have a configurable size, with a size of 0 indicating
/f-stack/freebsd/contrib/ck/include/
H A Dck_epoch.h105 ck_stack_t records; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst36 and records what tags are being processed by each worker.
H A Dmulti_proc_support.rst55 the DPDK records to memory-mapped files the details of the memory configuration it is using - hugep…
/f-stack/tools/libxo/doc/
H A Dxo.rst153 can think of instances as objects or records. A call is needed to
H A Dencoders.rst152 CSV encoder records the set of leafs that appear in the first list
H A Dapi.rst735 can think of instances as objects or records. A call is needed to
906 The `xo_open_marker` function records the current state of open tags
1034 The `xo_set_version` function records a version number to be emitted
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dste-u300.dts290 label = "boot records";
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4300 nvlist_t **records = NULL; in zpool_get_history() local
4323 &leftover, &records, &numrecords)) != 0) in zpool_get_history()
4344 records, numrecords) == 0); in zpool_get_history()
4347 nvlist_free(records[i]); in zpool_get_history()
4348 free(records); in zpool_get_history()
/f-stack/freebsd/contrib/zstd/
H A DREADME.md97 It consists of roughly 10K records weighing about 1KB each.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst337 If it is, the application records the socket IDs of the CPU cores involved in the task.
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9058 nvlist_t **records; in print_history_records() local
9063 &records, &numrecords) == 0); in print_history_records()
9065 nvlist_t *rec = records[i]; in print_history_records()
9072 tsec = fnvlist_lookup_uint64(records[i], in print_history_records()
/f-stack/app/nginx-1.16.1/
H A DCHANGES4014 *) Bugfix: in handling FastCGI headers split in records.
5696 *) Bugfix: if the FastCGI header was split in records, then nginx passed
6862 header lines were transferred in a separate FastCGI records.
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec90 ## @libraryclass Provides services to log status code records.
/f-stack/freebsd/contrib/zlib/
H A DChangeLog306 - Add debug records in assmebler code [Londer]
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1485 …<parameter type-id='type-id-118' name='records' filepath='/home/fedora/zfs/lib/libzutil/zutil_pool…