Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 18 of 18) sorted by relevance

/NextBSD/usr.sbin/rtsold/
HDdump.c146 time_t tsec; in sec2str() local
149 tsec = total->tv_sec; in sec2str()
150 tsec += total->tv_nsec / 1000 / 1000000; in sec2str()
151 tsec -= now.tv_sec; in sec2str()
152 tsec -= now.tv_nsec / 1000 / 1000000; in sec2str()
154 days = tsec / 3600 / 24; in sec2str()
155 hours = (tsec / 3600) % 24; in sec2str()
156 mins = (tsec / 60) % 60; in sec2str()
157 secs = tsec % 60; in sec2str()
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c469 int tsec,tcyl,thd; in change_part() local
472 tsec = partp->dp_ssect; in change_part()
475 Decimal("beginning sector", tsec, tmp); in change_part()
477 partp->dp_ssect = tsec; in change_part()
485 tsec = partp->dp_esect; in change_part()
488 Decimal("ending sector", tsec, tmp); in change_part()
490 partp->dp_esect = tsec; in change_part()
/NextBSD/sbin/fdisk/
HDfdisk.c583 int tsec,tcyl,thd; in change_part() local
586 tsec = DPSECT(partp->dp_ssect); in change_part()
589 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS); in change_part()
591 partp->dp_ssect = DOSSECT(tsec,tcyl); in change_part()
596 tsec = DPSECT(partp->dp_esect); in change_part()
599 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS); in change_part()
601 partp->dp_esect = DOSSECT(tsec,tcyl); in change_part()
/NextBSD/share/man/man4/man4.powerpc/
HDMakefile15 tsec.4
/NextBSD/sys/modules/tsec/
HDMakefile5 .PATH: ${SYSDIR}/dev/tsec
/NextBSD/tools/kerneldoc/subsys/
HDDoxyfile-dev_tsec14 INPUT = $(DOXYGEN_SRC_PATH)/dev/tsec/ \
/NextBSD/contrib/binutils/bfd/
HDelf32-ppc.c5266 asection *tsec; in ppc_elf_relax_section() member
5311 asection *tsec; in ppc_elf_relax_section() local
5358 tsec = bfd_abs_section_ptr; in ppc_elf_relax_section()
5360 tsec = bfd_com_section_ptr; in ppc_elf_relax_section()
5362 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in ppc_elf_relax_section()
5380 tsec = NULL; in ppc_elf_relax_section()
5391 tsec = htab->glink; in ppc_elf_relax_section()
5396 tsec = htab->plt; in ppc_elf_relax_section()
5401 if (tsec != NULL) in ppc_elf_relax_section()
5406 tsec = h->root.u.def.section; in ppc_elf_relax_section()
[all …]
HDelfxx-ia64.c897 asection *tsec; member
957 asection *tsec; local
1026 tsec = bfd_abs_section_ptr;
1028 tsec = bfd_com_section_ptr;
1030 tsec = bfd_com_section_ptr;
1032 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1062 tsec = ia64_info->plt_sec;
1078 tsec = h->root.u.def.section;
1085 if (tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
1106 toff = _bfd_merged_section_offset (abfd, &tsec,
[all …]
HDelf64-alpha.c2894 asection *tsec; member
3052 if (info->sec == info->tsec) in elf64_alpha_relax_opt_call()
3061 (info->abfd, info->tsec, (PTR) NULL, in elf64_alpha_relax_opt_call()
3066 tsec_relend = tsec_relocs + info->tsec->reloc_count; in elf64_alpha_relax_opt_call()
3071 ofs = (symval - info->tsec->output_section->vma in elf64_alpha_relax_opt_call()
3072 - info->tsec->output_offset); in elf64_alpha_relax_opt_call()
3090 if (info->link_info->hash->creator != info->tsec->owner->xvec in elf64_alpha_relax_opt_call()
3091 || info->gotobj != alpha_elf_tdata (info->tsec->owner)->gotobj) in elf64_alpha_relax_opt_call()
3719 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section()
3728 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section()
[all …]
HDxcofflink.c824 asection *tsec; in xcoff_link_create_extra_sections() local
828 tsec = bfd_make_section_anyway_with_flags (abfd, ".tc", flags); in xcoff_link_create_extra_sections()
829 if (tsec == NULL) in xcoff_link_create_extra_sections()
832 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()
833 tsec->alignment_power = 2; in xcoff_link_create_extra_sections()
4889 asection *tsec; in xcoff_write_global_symbol() local
4974 tsec = coff_section_from_bfd_index (output_bfd, in xcoff_write_global_symbol()
4982 irel->r_symndx = tsec->output_section->target_index; in xcoff_write_global_symbol()
4989 if (strcmp (tsec->output_section->name, ".text") == 0) in xcoff_write_global_symbol()
4991 else if (strcmp (tsec->output_section->name, ".data") == 0) in xcoff_write_global_symbol()
[all …]
HDelflink.c998 asection *ntsec, *tsec; in _bfd_elf_merge_symbol() local
1006 tsec = oldsec; in _bfd_elf_merge_symbol()
1015 tsec = sec; in _bfd_elf_merge_symbol()
1022 tbfd, tsec, ntbfd, ntsec, h->root.root.string); in _bfd_elf_merge_symbol()
1030 tbfd, tsec, ntbfd, h->root.root.string); in _bfd_elf_merge_symbol()
HDChangeLog-98994725 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
/NextBSD/sys/conf/
HDfiles.powerpc75 dev/tsec/if_tsec.c optional tsec
76 dev/tsec/if_tsec_fdt.c optional tsec fdt
/NextBSD/sys/powerpc/conf/
HDMPC85XX86 device tsec
/NextBSD/sys/dev/tsec/
HDif_tsec_fdt.c103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, tsec_devclass, 0, 0);
HDif_tsec.c111 DRIVER_MODULE(miibus, tsec, miibus_driver, miibus_devclass, 0, 0);
112 MODULE_DEPEND(tsec, ether, 1, 1, 1);
113 MODULE_DEPEND(tsec, miibus, 1, 1, 1);
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c1070 time_t tsec; in dump_history() local
1138 tsec = time; in dump_history()
1139 (void) localtime_r(&tsec, &t); in dump_history()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c5169 time_t tsec; in get_history_one() local
5172 tsec = fnvlist_lookup_uint64(records[i], in get_history_one()
5174 (void) localtime_r(&tsec, &t); in get_history_one()