Home
last modified time | relevance | path

Searched refs:s_table (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/udf/
H A Dudf_vfsops.c536 if (udfmp->s_table != NULL) in udf_unmount()
537 free(udfmp->s_table, M_UDFMOUNT); in udf_unmount()
789 udfmp->s_table = malloc(le32toh(pms->st_size), in udf_find_partmaps()
791 if (udfmp->s_table == NULL) in udf_find_partmaps()
808 free(udfmp->s_table, M_UDFMOUNT); in udf_find_partmaps()
811 bcopy(bp->b_data, udfmp->s_table, le32toh(pms->st_size)); in udf_find_partmaps()
814 if (udf_checktag(&udfmp->s_table->tag, 0)) { in udf_find_partmaps()
816 free(udfmp->s_table, M_UDFMOUNT); in udf_find_partmaps()
823 for (k = 0; k < le16toh(udfmp->s_table->rt_l); k++) { in udf_find_partmaps()
825 if (le32toh(udfmp->s_table in udf_find_partmaps()
[all...]
H A Dudf.h55 struct udf_sparing_table *s_table; member
H A Dudf_vnops.c1468 if (udfmp->s_table != NULL) { in udf_bmap_internal()
1471 lsector - le32toh(udfmp->s_table->entries[i].org); in udf_bmap_internal()
1474 le32toh(udfmp->s_table->entries[i].map) + in udf_bmap_internal()
/freebsd/lib/libprocstat/
H A Dudf.c68 void *s_table; member
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c83 const char *t_table, **s_table, *filename, *objname; member
177 p->t_table == NULL || p->s_table == NULL || p->filename == NULL)
1444 p_data.s_table = (void *) sec_table; in read_elf()
1989 sec = p->s_table[ep->sym->st_shndx]; in sym_list_print_each()