HomeSort by: relevance | last modified time | path
    Searched refs:fs_data (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_ultrix.c 63 mnt_dup(struct fs_data *mp)
92 struct fs_data mountbuffer[NMOUNT], *fs_data; local
97 for (fs_data = mountbuffer; fs_data < &mountbuffer[ret]; fs_data++) {
106 (*mpp)->mnt = mnt_dup(fs_data);
mtab_isc3.c 166 mntent_t mountbuffer[NMOUNT], *fs_data; local
181 for (fs_data = mountbuffer; fs_data < &mountbuffer[nmts]; fs_data++) {
190 (*mpp)->mnt = mnt_dup(fs_data);
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_ultrix.c 55 struct fs_data ment;
  /src/external/ibm-public/postfix/dist/src/util/
fsspace.c 76 struct fs_data fsbuf;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.c 1022 memcpy(obj->fs_data.sysfs_name,
1024 sizeof(obj->fs_data.sysfs_name));
1028 .name = obj->fs_data.sysfs_name,
1141 memcpy(obj->fs_data.debugfs_name,
1143 sizeof(obj->fs_data.debugfs_name));
1145 obj->ent = debugfs_create_file(obj->fs_data.debugfs_name,
amdgpu_ras.h 404 struct ras_fs_data fs_data; member in struct:ras_manager
  /src/external/gpl3/binutils/dist/bfd/
elf32-avr.c 3990 struct avr_find_section_data *fs_data
3994 if (fs_data->section != NULL)
4002 if (avr_is_section_for_address (section, fs_data->address))
4003 fs_data->section = section;
4021 struct avr_find_section_data fs_data;
4023 fs_data.section = NULL;
4127 if (fs_data.section != NULL
4128 && !avr_is_section_for_address (fs_data.section, address))
4129 fs_data.section = NULL;
4131 if (fs_data.section == NULL
3989 struct avr_find_section_data *fs_data local
4020 struct avr_find_section_data fs_data; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.c 3989 struct avr_find_section_data *fs_data
3993 if (fs_data->section != NULL)
4001 if (avr_is_section_for_address (section, fs_data->address))
4002 fs_data->section = section;
4020 struct avr_find_section_data fs_data;
4022 fs_data.section = NULL;
4126 if (fs_data.section != NULL
4127 && !avr_is_section_for_address (fs_data.section, address))
4128 fs_data.section = NULL;
4130 if (fs_data.section == NULL
3988 struct avr_find_section_data *fs_data local
4019 struct avr_find_section_data fs_data; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-avr.c 3988 struct avr_find_section_data *fs_data
3992 if (fs_data->section != NULL)
4000 if (avr_is_section_for_address (section, fs_data->address))
4001 fs_data->section = section;
4019 struct avr_find_section_data fs_data;
4021 fs_data.section = NULL;
4125 if (fs_data.section != NULL
4126 && !avr_is_section_for_address (fs_data.section, address))
4127 fs_data.section = NULL;
4129 if (fs_data.section == NULL
3987 struct avr_find_section_data *fs_data local
4018 struct avr_find_section_data fs_data; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-avr.c 3990 struct avr_find_section_data *fs_data
3994 if (fs_data->section != NULL)
4002 if (avr_is_section_for_address (section, fs_data->address))
4003 fs_data->section = section;
4021 struct avr_find_section_data fs_data;
4023 fs_data.section = NULL;
4127 if (fs_data.section != NULL
4128 && !avr_is_section_for_address (fs_data.section, address))
4129 fs_data.section = NULL;
4131 if (fs_data.section == NULL
3989 struct avr_find_section_data *fs_data local
4020 struct avr_find_section_data fs_data; local
    [all...]

Completed in 57 milliseconds