Home
last modified time | relevance | path

Searched refs:tmp_label (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c1525 vdev_phys_t *tmp_label; in vdev_probe() local
1557 tmp_label = zfs_alloc(sizeof(vdev_phys_t)); in vdev_probe()
1571 if (vdev_read_phys(&vtmp, &bp, tmp_label, off, 0)) in vdev_probe()
1574 if (tmp_label->vp_nvlist[0] != NV_ENCODE_XDR) in vdev_probe()
1577 nvlist = (const unsigned char *) tmp_label->vp_nvlist + 4; in vdev_probe()
1584 memcpy(vdev_label, tmp_label, sizeof (vdev_phys_t)); in vdev_probe()
1588 zfs_free(tmp_label, sizeof (vdev_phys_t)); in vdev_probe()
/freebsd-12.1/contrib/gcc/
H A Dvarasm.c1343 char tmp_label[100]; in assemble_start_function() local
1351 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTB", const_labelno); in assemble_start_function()
1352 cfun->hot_section_label = ggc_strdup (tmp_label); in assemble_start_function()
1353 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDB", const_labelno); in assemble_start_function()
1354 cfun->cold_section_label = ggc_strdup (tmp_label); in assemble_start_function()
1355 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTE", const_labelno); in assemble_start_function()
1356 cfun->hot_section_end_label = ggc_strdup (tmp_label); in assemble_start_function()
1357 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDE", const_labelno); in assemble_start_function()
1358 cfun->cold_section_end_label = ggc_strdup (tmp_label); in assemble_start_function()