Searched refs:sec (Results 276 - 300 of 536) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c102 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
116 int sec; local
123 sec = pmksa->pmksa->expiration - now.sec;
124 if (sec < 0)
125 sec = 0;
126 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
254 entry->expiration = now.sec;
/freebsd-9.3-release/usr.sbin/keyserv/
H A Dsetkey.c504 writecache(pub, sec, deskey)
506 char *sec;
516 memcpy(new->secret, sec, sizeof (keybuf));
526 readcache(pub, sec, deskey)
528 char *sec;
534 #define cachehit(pub, sec, list) \
536 memcmp(sec, (list)->secret, sizeof (keybuf)) == 0)
538 for (l = &g_cachedkeys; (*l) != NULL && !cachehit(pub, sec, *l);
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-9.3-release/crypto/openssl/
H A DMakefile702 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
703 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
706 --section=$$sec --center=OpenSSL \
708 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
712 (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
714 $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
719 sec
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c470 th->th_offset.sec++;
475 th->th_offset.sec++;
501 i = bt.sec - tho->th_microtime.tv_sec;
505 t = bt.sec;
506 ntp_update_second(&th->th_adjustment, &bt.sec);
507 if (bt.sec != t)
508 boottimebin.sec += bt.sec - t;
567 time_uptime = th->th_offset.sec;
795 bt.sec
[all...]
H A Dkern_clock.c594 register long sec, usec; local
616 sec = tv->tv_sec;
619 sec--;
622 if (sec < 0) {
625 sec++;
628 printf("tvotohz: negative time difference %ld sec %ld usec\n",
629 sec, usec);
632 } else if (sec <= LONG_MAX / 1000000)
633 ticks = (sec * 1000000 + (unsigned long)usec + (tick - 1))
635 else if (sec <
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlinker.c793 _bfd_generic_link_just_syms (asection *sec,
796 sec->output_section = bfd_abs_section_ptr;
797 sec->output_offset = sec->vma;
2177 asection *sec;
2179 for (sec = input_bfd->sections; sec != NULL; sec = sec->next)
2181 if (sec
791 _bfd_generic_link_just_syms(asection *sec, struct bfd_link_info *info ATTRIBUTE_UNUSED) argument
2171 asection *sec; local
2502 _bfd_generic_reloc_link_order(bfd *abfd, struct bfd_link_info *info, asection *sec, struct bfd_link_order *link_order) argument
2632 _bfd_default_link_order(bfd *abfd, struct bfd_link_info *info, asection *sec, struct bfd_link_order *link_order) argument
2655 default_data_link_order(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sec, struct bfd_link_order *link_order) argument
2929 bfd_section_already_linked_table_insert(struct bfd_section_already_linked_hash_entry *already_linked_list, asection *sec) argument
2974 _bfd_generic_section_already_linked(bfd *abfd, asection *sec, struct bfd_link_info *info ATTRIBUTE_UNUSED) argument
[all...]
H A Dbfd.c545 asection *sec = va_arg (ap, asection *);
550 if (sec == NULL)
553 abfd = sec->owner;
556 && elf_next_in_group (sec) != NULL
557 && (sec->flags & SEC_GROUP) == 0)
558 group = elf_group_name (sec);
561 && (ci = bfd_coff_get_comdat_section (sec->owner,
562 sec)) != NULL)
565 snprintf (bufp, avail, "%s[%s]", sec->name, group);
567 snprintf (bufp, avail, "%s", sec
543 asection *sec = va_arg (ap, asection *); local
[all...]
H A Delfxx-mips.c214 #define mips_elf_section_data(sec) \
215 ((struct _mips_elf_section_data *) elf_section_data (sec))
543 #define MIPS_ELF_READONLY_SECTION(sec) \
544 ((sec->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY)) \
600 #define MIPS_RELOC_RELA_P(abfd, sec, rel_idx) \
601 ((NUM_SHDR_ENTRIES (&elf_section_data (sec)->rel_hdr) \
604 == (elf_section_data (sec)->rel_hdr.sh_entsize \
848 _bfd_mips_elf_new_section_hook (bfd *abfd, asection *sec)
850 if (!sec->used_by_bfd)
858 sec
843 _bfd_mips_elf_new_section_hook(bfd *abfd, asection *sec) argument
1765 asection *sec, *output_section; local
3887 asection *sec = NULL; local
4750 mips_elf_create_dynamic_relocation(bfd *output_bfd, struct bfd_link_info *info, const Elf_Internal_Rela *rel, struct mips_elf_link_hash_entry *h, asection *sec, bfd_vma symbol, bfd_vma *addendp, asection *input_section) argument
5226 _bfd_mips_elf_eh_frame_address_size(bfd *abfd, asection *sec) argument
5584 _bfd_mips_elf_fake_sections(bfd *abfd, Elf_Internal_Shdr *hdr, asection *sec) argument
5703 _bfd_mips_elf_section_from_bfd_section(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, int *retval) argument
6111 _bfd_mips_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
6748 _bfd_mips_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
7674 asection *sec; local
7733 asection *sec; local
9195 asection *sec; local
9560 _bfd_mips_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
9788 _bfd_mips_elf_ignore_discarded_relocs(asection *sec) argument
9796 _bfd_mips_elf_write_section(bfd *output_bfd, struct bfd_link_info *link_info ATTRIBUTE_UNUSED, asection *sec, bfd_byte *contents) argument
11091 asection *sec; local
[all...]
H A Dbfd-in.h353 #define bfd_get_section_limit(bfd, sec) \
354 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
358 #define elf_discarded_section(sec) \
359 (!bfd_is_abs_section (sec) \
360 && bfd_is_abs_section ((sec)->output_section) \
361 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE \
362 && (sec)->sec_info_type != ELF_INFO_TYPE_JUST_SYMS)
H A Delf64-x86-64.c399 asection *sec;
654 if (q->sec == p->sec)
743 elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info, asection *sec,
762 rel_end = relocs + sec->reloc_count;
956 && (sec->flags & SEC_ALLOC) != 0
957 && (sec->flags & SEC_READONLY) != 0)
1013 && (sec->flags & SEC_ALLOC) != 0
1024 && (sec->flags & SEC_ALLOC) != 0
1043 elf_section_data (sec)
397 asection *sec; member in struct:elf64_x86_64_dyn_relocs
741 elf64_x86_64_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1153 elf64_x86_64_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
1173 elf64_x86_64_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
2073 asection *sec; local
3484 elf64_x86_64_elf_section_from_bfd_section(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, int *index) argument
3522 elf64_x86_64_common_section_index(asection *sec) argument
3531 elf64_x86_64_common_section(asection *sec) argument
3540 elf64_x86_64_merge_symbol(struct bfd_link_info *info ATTRIBUTE_UNUSED, struct elf_link_hash_entry **sym_hash ATTRIBUTE_UNUSED, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue ATTRIBUTE_UNUSED, unsigned int *pold_alignment ATTRIBUTE_UNUSED, bfd_boolean *skip ATTRIBUTE_UNUSED, bfd_boolean *override ATTRIBUTE_UNUSED, bfd_boolean *type_change_ok ATTRIBUTE_UNUSED, bfd_boolean *size_change_ok ATTRIBUTE_UNUSED, bfd_boolean *newdef ATTRIBUTE_UNUSED, bfd_boolean *newdyn, bfd_boolean *newdyncommon ATTRIBUTE_UNUSED, bfd_boolean *newweak ATTRIBUTE_UNUSED, bfd *abfd ATTRIBUTE_UNUSED, asection **sec, bfd_boolean *olddef ATTRIBUTE_UNUSED, bfd_boolean *olddyn, bfd_boolean *olddyncommon ATTRIBUTE_UNUSED, bfd_boolean *oldweak ATTRIBUTE_UNUSED, bfd *oldbfd, asection **oldsec) argument
[all...]
H A Delf64-mips.c2333 mips_elf64_get_reloc_upper_bound (bfd *abfd ATTRIBUTE_UNUSED, asection *sec)
2335 return (sec->reloc_count * 3 + 1) * sizeof (arelent *);
2661 mips_elf64_write_relocs (bfd *abfd, asection *sec, void *data)
2672 if ((sec->flags & SEC_RELOC) == 0)
2679 if (sec->reloc_count == 0)
2685 for (idx = 0; idx < sec->reloc_count; idx++)
2692 addr = sec->orelocation[idx]->address;
2697 if (idx + 1 >= sec->reloc_count)
2699 r = sec->orelocation[idx + 1];
2711 rel_hdr = &elf_section_data (sec)
2328 mips_elf64_get_reloc_upper_bound(bfd *abfd ATTRIBUTE_UNUSED, asection *sec) argument
2656 mips_elf64_write_relocs(bfd *abfd, asection *sec, void *data) argument
2719 mips_elf64_write_rel(bfd *abfd, asection *sec, Elf_Internal_Shdr *rel_hdr, int *count, void *data) argument
2817 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument
[all...]
H A Delfxx-sparc.c468 asection *sec;
1005 if (q->sec == p->sec)
1077 asection *sec, const Elf_Internal_Rela *relocs)
1100 num_relocs = NUM_SHDR_ENTRIES (& elf_section_data (sec)->rel_hdr);
1102 num_relocs = sec->reloc_count;
1411 && (sec->flags & SEC_ALLOC) != 0
1418 && (sec->flags & SEC_ALLOC) != 0
1437 elf_section_data (sec)->rel_hdr.sh_name));
1442 && strcmp (bfd_get_section_name (abfd, sec),
467 asection *sec; member in struct:_bfd_sparc_elf_dyn_relocs
1074 _bfd_sparc_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1534 _bfd_sparc_elf_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
1553 _bfd_sparc_elf_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
2402 _bfd_sparc_elf_new_section_hook(bfd *abfd, asection *sec) argument
2505 asection *sec; local
3755 asection *sec = h->root.u.def.section; local
[all...]
H A Dsrec.c302 asection *sec = NULL; local
313 sec = NULL;
497 sec = NULL;
517 if (sec != NULL
518 && sec->vma + sec->size == address)
522 sec->size += bytes;
531 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
536 sec = bfd_make_section_with_flags (abfd, secname, flags);
537 if (sec
[all...]
H A Dlibecoff.h194 #define ecoff_section_data(abfd, sec) \
195 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dvmstat-p.d78 tick-1sec
109 profile:::tick-1sec
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dvmstat-p.d78 tick-1sec
109 profile:::tick-1sec
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.h153 asection *sec; member in struct:reloc_list::__anon496::__anon498
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dcommon.c153 u32 sec, usec; local
158 sec = now.sec + 2208988800U; /* Epoch to 1900 */
162 tmp = host_to_be32(sec);
H A Deloop.c311 timeout->time.sec += secs;
314 timeout->time.sec++;
515 tv.sec = tv.usec = 0;
516 _tv.tv_sec = tv.sec;
576 int sec, usec; local
577 sec = timeout->time.sec - now.sec;
580 sec--;
585 sec, use
[all...]
/freebsd-9.3-release/sys/sys/
H A Dvdso.h90 uint32_t sec; member in struct:bintime32
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dklist.c69 krb5_timestamp sec; local
71 krb5_timeofday (context, &sec);
81 if(cred->times.endtime > sec)
127 krb5_timestamp sec; local
129 krb5_timeofday (context, &sec);
176 if(sec > cred->times.endtime)
235 int32_t sec, usec; local
254 krb5_get_kdc_sec_offset(context, &sec, &usec);
256 if (do_verbose && sec != 0) {
261 val = sec;
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drddbg.c119 asection *sec, *strsec; local
121 sec = bfd_get_section_by_name (abfd, names[i].secname);
123 if (sec != NULL && strsec != NULL)
130 stabsize = bfd_section_size (abfd, sec);
132 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dpa64solib.c222 asection *sec; local
248 sec = bfd_get_section_by_name (tmp_bfd, ".text");
249 text_addr += bfd_section_vma (tmp_bfd, sec);
252 sec = NULL;
253 bfd_map_over_sections (tmp_bfd, find_lowest_section, &sec);
255 if (sec)
258 text_addr -= bfd_section_vma (tmp_bfd, sec);
261 text_addr += sec->filepos;
305 asection *sec; local
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_client.c398 if (now.sec >= entry->next_try &&
399 radius_client_retransmit(radius, entry, now.sec)) {
428 if (first < now.sec)
429 first = now.sec;
430 eloop_register_timeout(first - now.sec, 0,
435 (long int) (first - now.sec));
508 if (first < now.sec)
509 first = now.sec;
510 eloop_register_timeout(first - now.sec, 0, radius_client_timer, radius,
514 " %ld seconds\n", (long int) (first - now.sec));
[all...]

Completed in 199 milliseconds

<<11121314151617181920>>