Searched refs:tsec (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtsec.c17 /* $Id: tsec.c,v 1.7 2010/12/09 00:54:34 marka Exp $ */
23 #include <dns/tsec.h>
51 dns_tsec_t *tsec; local
58 tsec = isc_mem_get(mctx, sizeof(*tsec));
59 if (tsec == NULL)
62 tsec->type = type;
63 tsec->mctx = mctx;
87 isc_mem_put(mctx, tsec, sizeof(*tsec));
115 dns_tsec_t *tsec; local
139 dns_tsec_gettype(dns_tsec_t *tsec) argument
146 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) argument
[all...]
H A Dclient.c50 #include <dns/tsec.h>
1579 dns_tsec_t *tsec, unsigned int timeout,
1617 options, parseoptions, tsec, timeout,
1661 dns_tsec_t *tsec, unsigned int timeout,
1680 if (tsec != NULL) {
1681 tsectype = dns_tsec_gettype(tsec);
1724 if (tsec != NULL)
1725 dns_tsec_getkey(tsec, &ctx->tsigkey);
2594 dns_tsec_t *tsec, unsigned int options)
2631 tsec, option
1576 dns_client_request(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries) argument
1658 dns_client_startrequest(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientreqtrans_t **transp) argument
2591 dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options) argument
2672 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
[all...]
/freebsd-9.3-release/share/man/man4/man4.powerpc/
H A DMakefile14 tsec.4
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dtsec.h17 /* $Id: tsec.h,v 1.6 2010/12/09 00:54:34 marka Exp $ */
111 dns_tsec_gettype(dns_tsec_t *tsec);
113 * Return the TSEC type of '*tsec'.
117 *\li 'tsec' is a valid TSEC structure.
122 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp);
124 * Return the TSEC key of '*tsec' in '*keyp'.
H A Dclient.h400 dns_tsec_t *tsec, unsigned int timeout,
407 dns_tsec_t *tsec, unsigned int timeout,
419 * 'tsec' is a transaction security object containing, e.g. a TSIG key for
502 dns_tsec_t *tsec, unsigned int options);
508 dns_tsec_t *tsec, unsigned int options,
540 * 'tsec' is a transaction security object containing, e.g. a TSIG key for
/freebsd-9.3-release/usr.sbin/rtsold/
H A Ddump.c149 time_t tsec; local
152 tsec = total->tv_sec;
153 tsec += total->tv_usec / 1000000;
154 tsec -= now.tv_sec;
155 tsec -= now.tv_usec / 1000000;
157 days = tsec / 3600 / 24;
158 hours = (tsec / 3600) % 24;
159 mins = (tsec / 60) % 60;
160 secs = tsec % 60;
/freebsd-9.3-release/sys/dev/tsec/
H A Dif_tsec_fdt.c26 * From: FreeBSD: head/sys/dev/tsec/if_tsec_ocp.c 188712 2009-02-17 14:59:47Z raj
62 #include <dev/tsec/if_tsec.h>
63 #include <dev/tsec/if_tsecreg.h>
98 "tsec",
103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, tsec_devclass, 0, 0);
104 MODULE_DEPEND(tsec, simplebus, 1, 1, 1);
105 MODULE_DEPEND(tsec, ether, 1, 1, 1);
H A Dif_tsec.c66 #include <dev/tsec/if_tsec.h>
67 #include <dev/tsec/if_tsecreg.h>
110 DRIVER_MODULE(miibus, tsec, miibus_driver, miibus_devclass, 0, 0);
111 MODULE_DEPEND(tsec, ether, 1, 1, 1);
112 MODULE_DEPEND(tsec, miibus, 1, 1, 1);
1051 printf("tsec: bus_dmamap_load_mbuf_sg() returned: %d!\n",
1697 * dev.tsec.<unit>.int_coal.rx_time
1698 * dev.tsec.<unit>.int_coal.rx_count
1699 * dev.tsec.<unit>.int_coal.tx_time
1700 * dev.tsec
[all...]
/freebsd-9.3-release/sys/powerpc/conf/
H A DMPC85XX84 device tsec
/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c469 int tsec,tcyl,thd; local
472 tsec = partp->dp_ssect;
475 Decimal("beginning sector", tsec, tmp);
477 partp->dp_ssect = tsec;
485 tsec = partp->dp_esect;
488 Decimal("ending sector", tsec, tmp);
490 partp->dp_esect = tsec;
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c590 int tsec,tcyl,thd; local
593 tsec = DPSECT(partp->dp_ssect);
596 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS);
598 partp->dp_ssect = DOSSECT(tsec,tcyl);
603 tsec = DPSECT(partp->dp_esect);
606 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS);
608 partp->dp_esect = DOSSECT(tsec,tcyl);
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-update.c56 #include <dns/tsec.h>
60 static dns_tsec_t *tsec = NULL; variable
266 &auth_servers, tsec, 0);
302 if (tsec != NULL)
303 dns_tsec_destroy(&tsec);
748 result = dns_tsec_create(mctx, tsectype, dstkey, &tsec);
751 fprintf(stderr, "could not create tsec: %s\n",
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-ppc.c5143 asection *tsec;
5188 asection *tsec;
5235 tsec = bfd_abs_section_ptr;
5237 tsec = bfd_com_section_ptr;
5239 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
5257 tsec = NULL;
5268 tsec = htab->glink;
5273 tsec = htab->plt;
5278 if (tsec != NULL)
5283 tsec
5130 asection *tsec; member in struct:one_fixup
5175 asection *tsec; local
[all...]
H A Delf64-alpha.c2903 asection *tsec;
3061 if (info->sec == info->tsec)
3070 (info->abfd, info->tsec, (PTR) NULL,
3075 tsec_relend = tsec_relocs + info->tsec->reloc_count;
3080 ofs = (symval - info->tsec->output_section->vma
3081 - info->tsec->output_offset);
3099 if (info->link_info->hash->creator != info->tsec->owner->xvec
3100 || info->gotobj != alpha_elf_tdata (info->tsec->owner)->gotobj)
3728 info.tsec = bfd_abs_section_ptr;
3737 info.tsec
2894 asection *tsec; member in struct:alpha_relax_info
[all...]
H A Delfxx-ia64.c900 asection *tsec;
960 asection *tsec;
1029 tsec = bfd_abs_section_ptr;
1031 tsec = bfd_com_section_ptr;
1033 tsec = bfd_com_section_ptr;
1035 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1065 tsec = ia64_info->plt_sec;
1081 tsec = h->root.u.def.section;
1088 if (tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
1109 toff = _bfd_merged_section_offset (abfd, &tsec,
897 asection *tsec; member in struct:one_fixup
957 asection *tsec; local
[all...]
H A Dxcofflink.c828 asection *tsec;
832 tsec = bfd_make_section_anyway_with_flags (abfd, ".tc", flags);
833 if (tsec == NULL)
836 xcoff_hash_table (info)->toc_section = tsec;
837 tsec->alignment_power = 2;
4895 asection *tsec;
4980 tsec = coff_section_from_bfd_index (output_bfd,
4988 irel->r_symndx = tsec->output_section->target_index;
4995 if (strcmp (tsec->output_section->name, ".text") == 0)
4997 else if (strcmp (tsec
824 asection *tsec; local
4889 asection *tsec; local
[all...]
H A Delflink.c1001 asection *ntsec, *tsec;
1009 tsec = oldsec;
1018 tsec = sec;
1025 tbfd, tsec, ntbfd, ntsec, h->root.root.string);
1033 tbfd, tsec, ntbfd, h->root.root.string);
998 asection *ntsec, *tsec; local
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile36 tsec.c tsig.c ttl.c update.c validator.c \
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c945 time_t tsec; local
1013 tsec = time;
1014 (void) localtime_r(&tsec, &t);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5031 time_t tsec; local
5034 tsec = fnvlist_lookup_uint64(records[i],
5036 (void) localtime_r(&tsec, &t);

Completed in 246 milliseconds