Searched refs:fd_map (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/scripts/
H A Drecordmcount.c49 static int fd_map; /* File descriptor for file being modified. */ variable
204 ulseek(fd_map, offset - 1, SEEK_SET); make_nop_x86()
205 uwrite(fd_map, ideal_nop, 5); make_nop_x86()
220 ulseek(fd_map, offset, SEEK_SET); make_nop_arm64()
221 uwrite(fd_map, ideal_nop, 4); make_nop_arm64()
240 fd_map = open(fname, O_RDONLY); mmap_file()
241 if (fd_map < 0 || fstat(fd_map, &sb) < 0) { mmap_file()
250 fd_map, 0); mmap_file()
255 uread(fd_map, file_map, sb.st_size); mmap_file()
257 close(fd_map); mmap_file()
279 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); write_file()
280 if (fd_map < 0) { write_file()
284 n = write(fd_map, file_map, sb.st_size); write_file()
290 n = write(fd_map, file_append, file_append_size); write_file()
296 close(fd_map); write_file()
581 fd_map = -1; main()
H A Dsortextable.c54 static int fd_map; /* File descriptor for file being modified. */ variable
73 close(fd_map); cleanup()
93 fd_map = open(fname, O_RDWR); mmap_file()
94 if (fd_map < 0 || fstat(fd_map, &sb) < 0) { mmap_file()
103 fd_map, 0); mmap_file()
351 fd_map = -1; main()
H A Drecordmcount.h206 ulseek(fd_map, sb.st_size, SEEK_SET); append_func()
207 uwrite(fd_map, old_shstr_sh_offset + (void *)ehdr, old_shstr_sh_size); append_func()
208 uwrite(fd_map, mc_name, 1 + strlen(mc_name)); append_func()
211 ulseek(fd_map, t, SEEK_SET); append_func()
213 uwrite(fd_map, old_shoff + (void *)ehdr, append_func()
229 uwrite(fd_map, &mcsec, sizeof(mcsec)); append_func()
243 uwrite(fd_map, &mcsec, sizeof(mcsec)); append_func()
245 uwrite(fd_map, mloc0, (void *)mlocp - (void *)mloc0); append_func()
246 uwrite(fd_map, mrel0, (void *)mrelp - (void *)mrel0); append_func()
250 ulseek(fd_map, 0, SEEK_SET); append_func()
251 uwrite(fd_map, ehdr, sizeof(*ehdr)); append_func()
399 ulseek(fd_map, (void *)relp - (void *)ehdr, SEEK_SET); nop_mcount()
400 uwrite(fd_map, &rel, sizeof(rel)); nop_mcount()
/linux-4.4.14/include/scsi/fc/
H A Dfc_fip.h190 __u8 fd_map[3]; member in struct:fip_map_desc
209 __u8 fd_map[3]; /* FC-MAP value */ member in struct:fip_fab_desc
/linux-4.4.14/arch/x86/platform/atom/
H A Dpmc_atom.c239 u32 fd, const struct pmc_bit_map *fd_map) pmc_dev_state_print()
247 fd_map[index].bit_mask & fd ? "Disabled" : "Enabled ", pmc_dev_state_print()
237 pmc_dev_state_print(struct seq_file *s, int reg_index, u32 sts, const struct pmc_bit_map *sts_map, u32 fd, const struct pmc_bit_map *fd_map) pmc_dev_state_print() argument
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c970 fcf->fc_map = ntoh24(fab->fd_map); fcoe_ctlr_parse_adv()

Completed in 494 milliseconds