Searched refs:s_table (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 536 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 D | udf.h | 55 struct udf_sparing_table *s_table; member
|
H A D | udf_vnops.c | 1468 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 D | udf.c | 68 void *s_table; member
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 83 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()
|