Searched refs:s_table (Results 1 – 5 of 5) sorted by relevance
| /src/sys/fs/udf/ |
| H A D | udf_vfsops.c | 537 if (udfmp->s_table != NULL) in udf_unmount() 538 free(udfmp->s_table, M_UDFMOUNT); in udf_unmount() 794 udfmp->s_table = malloc(le32toh(pms->st_size), in udf_find_partmaps() 796 if (udfmp->s_table == NULL) in udf_find_partmaps() 813 free(udfmp->s_table, M_UDFMOUNT); in udf_find_partmaps() 816 bcopy(bp->b_data, udfmp->s_table, le32toh(pms->st_size)); in udf_find_partmaps() 819 if (udf_checktag(&udfmp->s_table->tag, 0)) { in udf_find_partmaps() 821 free(udfmp->s_table, M_UDFMOUNT); in udf_find_partmaps() 828 for (k = 0; k < le16toh(udfmp->s_table->rt_l); k++) { in udf_find_partmaps() 830 if (le32toh(udfmp->s_table->entries[k].org) >= in udf_find_partmaps()
|
| H A D | udf.h | 55 struct udf_sparing_table *s_table; member
|
| H A D | udf_vnops.c | 1494 if (udfmp->s_table != NULL) { in udf_bmap_internal() 1497 lsector - le32toh(udfmp->s_table->entries[i].org); in udf_bmap_internal() 1500 le32toh(udfmp->s_table->entries[i].map) + in udf_bmap_internal()
|
| /src/lib/libprocstat/ |
| H A D | udf.c | 66 void *s_table; member
|
| /src/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()
|