| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 281 if (ddp != NULL) in ddt_bp_create() 282 ddt_bp_fill(ddp, bp, ddp->ddp_phys_birth); in ddt_bp_create() 325 bzero(ddp, sizeof (*ddp)); in ddt_phys_clear() 331 ddp->ddp_refcnt++; in ddt_phys_addref() 337 if (ddp) { in ddt_phys_decref() 338 ASSERT(ddp->ddp_refcnt > 0); in ddt_phys_decref() 339 ddp->ddp_refcnt--; in ddt_phys_decref() 356 ddt_phys_clear(ddp); in ddt_phys_free() 368 return (ddp); in ddt_phys_select() 968 bcmp(ddp->ddp_dva, rddp->ddp_dva, sizeof (ddp->ddp_dva))) in ddt_repair_entry() [all …]
|
| H A D | zio.c | 3027 ddt_phys_t *ddp; in zio_ddt_child_read_done() local 3065 if (ddp->ddp_phys_birth == 0 || ddp == ddp_self) in zio_ddt_read_start() 3165 ddt_bp_fill(ddp, &blk, ddp->ddp_phys_birth); in zio_ddt_collision() 3194 ddt_bp_fill(ddp, &blk, ddp->ddp_phys_birth); in zio_ddt_collision() 3263 ddt_phys_addref(ddp); in zio_ddt_child_write_done() 3265 ddt_phys_clear(ddp); in zio_ddt_child_write_done() 3282 ddt_phys_t *ddp; in zio_ddt_write() local 3322 ddt_phys_addref(ddp); in zio_ddt_write() 3327 ddt_phys_addref(ddp); in zio_ddt_write() 3355 ddt_phys_t *ddp; in zio_ddt_free() local [all …]
|
| H A D | dsl_dir.c | 165 const char *tail, void *tag, dsl_dir_t **ddp) in dsl_dir_hold_obj() argument 307 *ddp = dd; in dsl_dir_hold_obj() 455 dsl_dir_t **ddp, const char **tailp) in dsl_dir_hold() argument 529 *ddp = dd; in dsl_dir_hold()
|
| H A D | dsl_pool.c | 172 dsl_pool_open_special_dir(dsl_pool_t *dp, const char *name, dsl_dir_t **ddp) in dsl_pool_open_special_dir() argument 183 return (dsl_dir_hold_obj(dp, obj, name, dp, ddp)); in dsl_pool_open_special_dir()
|
| H A D | dsl_scan.c | 2551 ddt_phys_t *ddp = dde->dde_phys; in dsl_scan_ddt_entry() local 2573 for (p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in dsl_scan_ddt_entry() 2574 if (ddp->ddp_phys_birth == 0 || in dsl_scan_ddt_entry() 2575 ddp->ddp_phys_birth > scn->scn_phys.scn_max_txg) in dsl_scan_ddt_entry() 2577 ddt_bp_create(checksum, ddk, ddp, &bp); in dsl_scan_ddt_entry()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | ddt.h | 195 extern void ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, 198 const ddt_phys_t *ddp, blkptr_t *bp); 202 extern void ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp); 203 extern void ddt_phys_clear(ddt_phys_t *ddp); 204 extern void ddt_phys_addref(ddt_phys_t *ddp); 205 extern void ddt_phys_decref(ddt_phys_t *ddp); 206 extern void ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_phys_t *ddp,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_fattime.c | 139 timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp, in timespec2fattime() argument 156 if (ddp != NULL) { in timespec2fattime() 160 *ddp = 0x0021; in timespec2fattime() 173 *ddp = (l * 4) << 9; in timespec2fattime() 184 *ddp += mtab[m].coded; in timespec2fattime() 188 *ddp |= t2; in timespec2fattime()
|
| /f-stack/freebsd/sys/ |
| H A D | clock.h | 174 void timespec2fattime(const struct timespec *tsp, int utc, u_int16_t *ddp,
|
| /f-stack/freebsd/contrib/dev/ice/ |
| H A D | README | 132 intel/ice/ddp/ice.pkg in your firmware root (typically /lib/firmware/ or 172 3. Copy the renamed DDP package file to /lib/firmware/updates/intel/ice/ddp/.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ice.rst | 308 in the following paths in order: /lib/firmware/updates/intel/ice/ddp 309 and /lib/firmware/intel/ice/ddp. The corresponding device-specific DDP
|
| H A D | i40e.rst | 504 testpmd> ddp add 0 ./gtp.pkgo,./backup.pkgo 510 testpmd> ddp del 0 ./backup.pkgo 516 testpmd> ddp get list 0 522 testpmd> ddp get info ./gtp.pkgo
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1879 const ddt_phys_t *ddp = dde->dde_phys; in dump_dde() local 1886 for (p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in dump_dde() 1887 if (ddp->ddp_phys_birth == 0) in dump_dde() 1889 ddt_bp_create(ddt->ddt_checksum, ddk, ddp, &blk); in dump_dde() 5187 ddt_phys_t *ddp = ddt_phys_select(dde, bp); in zdb_count_block() local 5188 ddt_phys_decref(ddp); in zdb_count_block() 5189 refcnt = ddp->ddp_refcnt; in zdb_count_block() 5521 ddt_phys_t *ddp = dde.dde_phys; in zdb_ddt_leak_init() local 5528 for (p = 0; p < DDT_PHYS_TYPES; p++, ddp++) { in zdb_ddt_leak_init() 5529 if (ddp->ddp_phys_birth == 0) in zdb_ddt_leak_init() [all …]
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 425 ddp get list 430 testpmd> ddp get list (port_id) 432 ddp get info 437 testpmd> ddp get info (profile_path) 1712 ddp add 1717 testpmd> ddp add (port_id) (profile_path[,backup_profile_path]) 1719 ddp del 1724 testpmd> ddp del (port_id) (backup_profile_path)
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 13665 cmdline_fixed_string_t ddp; member 13672 TOKEN_STRING_INITIALIZER(struct cmd_ddp_add_result, ddp, "ddp"); 13746 cmdline_fixed_string_t ddp; member 13753 TOKEN_STRING_INITIALIZER(struct cmd_ddp_del_result, ddp, "ddp"); 13811 cmdline_fixed_string_t ddp; member 13818 TOKEN_STRING_INITIALIZER(struct cmd_ddp_info_result, ddp, "ddp"); 14051 cmdline_fixed_string_t ddp; member 14058 TOKEN_STRING_INITIALIZER(struct cmd_ddp_get_list_result, ddp, "ddp");
|