Home
last modified time | relevance | path

Searched refs:dst (Results 651 – 675 of 678) sorted by relevance

1...<<2122232425262728

/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1575 swab(void *src, void *dst, size_t nbytes);
H A Dvnode.h1364 void vn_copypath(struct vnode *src, struct vnode *dst);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h220 uint8_t *dst, uint32_t size);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1433 #define HASH_ADDR(src, dst, ports) \ argument
1434 (ntohl((src) + (dst)) ^ ((ports) >> 24) ^ ((ports) >> 16) ^ \
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia39 # std dst
2201 # https://www.timeanddate.com/news/time/jordan-reverses-dst-decision.html
2964 # I have been advised that Pakistan has decided to adopt dst on a
3255 # https://www.timeanddate.com/news/time/westbank-gaza-dst-2009.html
3293 # https://www.timeanddate.com/news/time/westbank-gaza-end-dst-2010.html
3303 # https://www.timeanddate.com/news/time/palestine-dst-2011.html
3334 # https://www.timeanddate.com/news/time/gaza-west-bank-dst-2012.html
3947 # https://www.timeanddate.com/news/time/syria-dst-starts-march-27-2009.html
3974 # https://www.timeanddate.com/news/time/syria-dst-2012.html
H A Dsouthamerica729 # https://www.timeanddate.com/news/time/brazil-dst-2008-2009.html
770 # https://www.timeanddate.com/news/time/brazil-starts-dst-2013.html
936 # ... https://www.timeanddate.com/news/time/brazil-delays-dst-2018.html
1665 # dst method to be from the first Sunday in September to the first Sunday in
H A Daustralasia281 # https://www.timeanddate.com/news/time/fiji-dst-ends-march-2010.html
728 # https://www.timeanddate.com/news/time/samoa-dst-plan-2009.html
976 # std dst
1629 # https://www.timeanddate.com/news/time/south-australia-extends-dst.html
H A Dnorthamerica89 # https://web.archive.org/web/20160517155308/http://www.clpgh.org/exhibit/dst.html
2183 # has said it will not observe dst, staying on EST year round. I'm
2510 # https://www.timeanddate.com/news/time/north-mexico-dst-change.html
3096 # https://www.timeanddate.com/news/time/cuba-starts-dst-march-16.html
3143 # https://www.timeanddate.com/news/time/cuba-starts-dst-2011.html
3163 # https://www.timeanddate.com/news/time/cuba-starts-dst-2012.html
H A Deurope65 # std dst 2dst
1092 # uses UTC in the same way as in Iceland, year round, with no dst.
1530 …bteilungen/abt4/fb-44/ag-441/realisation-of-legal-time-in-germany/dst-and-midsummer-dst-in-germany…
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1671 void nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c452 fetchprop(xmlNodePtr cur, const xmlChar *propname, char *dst, size_t dstsize) in fetchprop() argument
459 srcsize = strlcpy(dst, (char *)property, dstsize); in fetchprop()
467 fetch_alloc_prop(xmlNodePtr cur, const xmlChar *propname, char **dst) in fetch_alloc_prop() argument
473 if ((*dst = strdup((char *)property)) == NULL) { in fetch_alloc_prop()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3961 struct { uint32_t ports; in6_addr_t src; in6_addr_t dst; } arg; in tcp_iss_init() member
3975 arg.dst = connp->conn_faddr_v6; in tcp_iss_init()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2574 uint64_t dst; in drmach_pt_readmem() local
2576 dst_pa = va_to_pa(&dst); in drmach_pt_readmem()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c234 static int dup_class(ipqos_conf_class_t *src, ipqos_conf_class_t **dst);
6281 ipqos_conf_class_t **dst) in dup_class() argument
6308 *dst = cls; in dup_class()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c431 static void copy(void *dst, void *src);
5361 copy(void *dst, void *src) in copy() argument
5363 (void) memcpy(dst, src, TBLOCK); in copy()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3476 copy_zone(char *src, char *dst) in copy_zone() argument
3499 src, dst, outfile); in copy_zone()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.S102 cmp %rsi,%rdi # if dst <= src
106 cmp %r9,%rdi # if dst < end of src
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c779 uchar_t *dst = (uchar_t *)&r; in swap_ptrdiff() local
782 UL_ASSIGN_BSWAP_XWORD(dst, src); in swap_ptrdiff()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4702 ql_get_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) in ql_get_buffer_data() argument
4707 if (ddi_copyin(src++, dst++, 1, mode) != 0) { in ql_get_buffer_data()
4733 ql_send_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) in ql_send_buffer_data() argument
4738 if (ddi_copyout(src++, dst++, 1, mode) != 0) { in ql_send_buffer_data()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c16780 mptsas_smp_target_copy(mptsas_smp_t *src, mptsas_smp_t *dst) in mptsas_smp_target_copy() argument
16782 dst->m_devhdl = src->m_devhdl; in mptsas_smp_target_copy()
16783 dst->m_deviceinfo = src->m_deviceinfo; in mptsas_smp_target_copy()
16784 dst->m_pdevhdl = src->m_pdevhdl; in mptsas_smp_target_copy()
16785 dst->m_pdevinfo = src->m_pdevinfo; in mptsas_smp_target_copy()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3567 __be16 dst; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5298 swab(void *src, void *dst, size_t nbytes) in swab() argument
5301 uchar_t *pt = (uchar_t *)dst; in swab()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1056 mDNSlocal mDNSu16 GetLLQEventPort(const mDNS *const m, const mDNSAddr *const dst) in GetLLQEventPort() argument
1059 mDNSPlatformSourceAddrForDest(&src, dst); in GetLLQEventPort()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1169 \texttt{dst\_mac\_addr\_lo} & Remote MAC address – 2 LSB bytes \\ \hline
1170 \texttt{dst\_mac\_addr\_mid} & Remote MAC address – 2 middle bytes \\ \hline
1171 \texttt{dst\_mac\_addr\_hi} & Remote MAC address – 2 MSB bytes \\ \hline
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2276 caddr_t dst; in qlt_port_online() local
2279 dst = icb+0xA0; in qlt_port_online()
2307 *dst++ = *src++; in qlt_port_online()

1...<<2122232425262728