Searched refs:fs_data (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_ultrix.c | 63 mnt_dup(struct fs_data *mp) in mnt_dup() 92 struct fs_data mountbuffer[NMOUNT], *fs_data; in read_mtab() local 97 for (fs_data = mountbuffer; fs_data < &mountbuffer[ret]; fs_data++) { in read_mtab() 106 (*mpp)->mnt = mnt_dup(fs_data); in read_mtab()
|
| H A D | mtab_isc3.c | 166 mntent_t mountbuffer[NMOUNT], *fs_data; in read_mtab() local 181 for (fs_data = mountbuffer; fs_data < &mountbuffer[nmts]; fs_data++) { in read_mtab() 190 (*mpp)->mnt = mnt_dup(fs_data); in read_mtab()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-avr.c | 3992 struct avr_find_section_data *fs_data in avr_find_section_for_address() local 3996 if (fs_data->section != NULL) in avr_find_section_for_address() 4004 if (avr_is_section_for_address (section, fs_data->address)) in avr_find_section_for_address() 4005 fs_data->section = section; in avr_find_section_for_address() 4023 struct avr_find_section_data fs_data; in avr_elf32_load_records_from_section() local 4025 fs_data.section = NULL; in avr_elf32_load_records_from_section() 4129 if (fs_data.section != NULL in avr_elf32_load_records_from_section() 4130 && !avr_is_section_for_address (fs_data.section, address)) in avr_elf32_load_records_from_section() 4131 fs_data.section = NULL; in avr_elf32_load_records_from_section() 4133 if (fs_data.section == NULL) in avr_elf32_load_records_from_section() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-avr.c | 3976 struct avr_find_section_data *fs_data in avr_find_section_for_address() local 3980 if (fs_data->section != NULL) in avr_find_section_for_address() 3988 if (avr_is_section_for_address (section, fs_data->address)) in avr_find_section_for_address() 3989 fs_data->section = section; in avr_find_section_for_address() 4007 struct avr_find_section_data fs_data; in avr_elf32_load_records_from_section() local 4009 fs_data.section = NULL; in avr_elf32_load_records_from_section() 4113 if (fs_data.section != NULL in avr_elf32_load_records_from_section() 4114 && !avr_is_section_for_address (fs_data.section, address)) in avr_elf32_load_records_from_section() 4115 fs_data.section = NULL; in avr_elf32_load_records_from_section() 4117 if (fs_data.section == NULL) in avr_elf32_load_records_from_section() [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
| H A D | checkmount_ultrix.c | 55 struct fs_data ment; in fixmount_check_mount()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | fsspace.c | 76 struct fs_data fsbuf; in fsspace()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 1022 memcpy(obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 1024 sizeof(obj->fs_data.sysfs_name)); in amdgpu_ras_sysfs_create() 1028 .name = obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 1141 memcpy(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create() 1143 sizeof(obj->fs_data.debugfs_name)); in amdgpu_ras_debugfs_create() 1145 obj->ent = debugfs_create_file(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create()
|
| H A D | amdgpu_ras.h | 404 struct ras_fs_data fs_data; member
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 6193 filesystem : "fs" @var{<device>} "@{" @i{list(}fs_data@i{)} "@}" ; 6195 fs_data : fs_data_attr "=" @var{<string>}
|