Searched defs:src (Results 251 - 275 of 569) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
271 caddr_t newvirt, src, dst, base; local
293 src = SF_DATA();
294 bcopy(src, cb_bmda, bmda_size);
295 base = src + bmda_size;
327 base = src + bmda_size;
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dglue.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
149 pe_os_mem_copy(ch_t *obj, void *dst, void *src, size_t len) argument
151 bcopy(src, dst, len);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c625 uint64_t *src, *dst; local
633 src = (uint64_t *)(addr + frag_off);
636 "src: %p dst: %p copied: %d", src, dst, copied);
642 uncongested |= ~(*src) & *dst;
643 *dst++ = *src++;
648 "src: %p dst: %p copied: %d", src, dst, copied);
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
92 nge_tx_dmah_pop(nge_dmah_list_t *src, nge_dmah_list_t *dst, size_t num) argument
96 for (node = src->head; node != NULL && --num != 0; node = node->next)
101 dst->head = src->head;
104 if ((src->head = node->next) == NULL)
105 src->tail = NULL;
114 nge_tx_dmah_push(nge_dmah_list_t *src, nge_dmah_list_t *dst) argument
117 dst->tail->next = src->head;
119 dst->head = src
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c66 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src) argument
68 dst->caller_name = src->caller_name;
69 dst->fh = src->fh;
70 dst->oh = src->oh;
71 dst->svid = src->svid;
72 ASSERT(src->l_offset <= MAX_UOFF32);
73 dst->l_offset = (uint32_t)src->l_offset;
74 ASSERT(src->l_len <= MAX_UOFF32);
75 dst->l_len = (uint32_t)src->l_len;
84 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) argument
96 nlm_convert_to_nlm4_share(struct nlm4_share *dst, struct nlm_share *src) argument
116 nlm_convert_to_nlm_holder(struct nlm_holder *dst, struct nlm4_holder *src) argument
128 nlm_convert_to_nlm_stats(enum nlm4_stats src) argument
136 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h65 krb5_principal src; member in struct:rprinc_arg
/illumos-gate/usr/src/uts/common/io/
H A Dksyms.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
82 const char *src = (const char *)srcptr; local
90 bcopy(src, (hptr->cur->buf + hptr->curbuf_off), sz);
99 src += sz;
H A Dtimerfd.c228 timerfd_copyout(itimerspec_t *src, uintptr_t addr) argument
231 if (copyout(src, (void *)addr, sizeof (itimerspec_t)) != 0)
236 if (ITIMERSPEC_OVERFLOW(src))
239 ITIMERSPEC_TO_ITIMERSPEC32(&src32, src);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
642 volatile uint_t *src, *dst; local
672 for (src = (uint_t *)sbdp_shutdown_asm, dst = (uint_t *)bbsram_addr;
673 src < (uint_t *)sbdp_shutdown_asm_end; src++, dst++)
674 *dst = *src;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
404 prom_memlist_t *src,
414 for (i = 0; i < nelems; src++, i++) {
415 dst->ml_address = src->addr;
416 dst->ml_size = src->size;
403 copy_memlist( prom_memlist_t *src, size_t nelems, struct memlist **dstp) argument
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167 struct memlist *src,
184 for (; src; src = src->ml_next) {
185 addr = P2ROUNDUP(src->ml_address, PAGESIZE);
186 eaddr = P2ALIGN(src->ml_address + src->ml_size, PAGESIZE);
166 copy_memlist_filter( struct memlist *src, struct memlist **dstp, void (*filter)(uint64_t *, uint64_t *)) argument
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
225 char *src; local
235 src = fnp->fn_buf;
239 while (src < fnp->fn_wptr)
240 *dst++ = *src++;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c582 const char *dst, *src; local
665 src = argv[0].a_un.a_str;
667 src = typedef_join_strings(argc - 2, argv, UM_GC | UM_SLEEP);
677 if (mdb_ctf_lookup_by_name(src, &id) != 0) {
678 mdb_printf("%s does not exist\n", src);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95 smb_auth_qnd_unicode(smb_wchar_t *dst, const char *src, int length) argument
101 if ((count = oemtoucs(dst, src, length, OEM_CPG_1252)) == 0) {
103 new_char = (smb_wchar_t)src[i] & 0xff;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c88 i40e_uaddr_t *src = &i40e->i40e_uaddrs[last]; local
89 bcopy(src, iua, sizeof (i40e_uaddr_t));
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
290 changelist_rename(prop_changelist_t *clp, const char *src, const char *dst) argument
300 if (!isa_child_of(cn->cn_handle->zfs_name, src))
309 (void) strcat(newname, cn->cn_handle->zfs_name + strlen(src));
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
522 propagate_bootblock(ib_data_t *src, ib_data_t *dest, char *updt_str) argument
524 ib_bootblock_t *src_bblock = &src->bootblock;
528 assert(src != NULL);
558 src->device.path, dest->device.path);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c45 const uint8_t *src = s_start; local
46 uint32_t bufsiz = htonl(*(uint32_t *)src);
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c208 flock_copyfil(lockinfo_t *src, lockinfo_t *dst) argument
212 if ((dst->lf_fd = open(src->lf_path, O_RDWR)) == -1) {
213 warn("Failed to open %s", src->lf_path);
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
400 char *src = data; local
407 while ((src < srcend) && (*src != 0)) {
410 domainlen = *src++;
411 end = src + domainlen;
413 while ((src < end) && (ptr < bend)) {
414 uint8_t ch = *src++;
425 if ((src !
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
752 biginteger_t src; local
809 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK)
813 copy_bigint_attr(&src, dst);
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
423 fmev_shdl_strdup(fmev_shdl_t hdl, char *src) argument
432 srclen = strlen(src);
439 (void) strncpy(dst, src, srclen);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
83 di_devtype_get(topo_mod_t *mp, di_node_t src, char **devtype) argument
94 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) {
129 di_physlotinfo_get(topo_mod_t *mp, di_node_t src, int *slotnum, char **slotname) argument
139 (void) di_uintprop_get(mp, src, DI_PHYSPROP, (uint_t *)slotnum);
146 if (di_bytes_get(mp, src, DI_SLOTPROP, &sz, &buf) == 0 &&
185 __func__, src);
189 __func__, src, DI_SLOTPROP);
198 __func__, src);
210 di_slotinfo_get(topo_mod_t *mp, di_node_t src, int *nslots, slotnm_t **slotnames) argument
269 did_create(topo_mod_t *mp, di_node_t src, int ibrd, int ibrdge, int irc, int ibus) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c308 krb5_principal dst, krb5_principal src,
321 krb5_princ_realm(ctx, src), &mcreds->server);
307 tgt_mcred(krb5_context ctx, krb5_principal client, krb5_principal dst, krb5_principal src, krb5_creds *mcreds) argument
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c97 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) argument
105 cp = src;
201 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { argument
202 return (ns_name_pton2(src, dst, dstsiz, NULL));
206 * ns_name_pton2(src, dst, dstsiz, *dstlen)
218 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) { argument
228 while ((c = *src++) != 0) {
231 if ((cp = strchr(src, ']')) == NULL) {
235 if ((e = encode_bitsring(&src, cp + 2,
243 if ((c = *src
354 ns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz) argument
404 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz) argument
419 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz, size_t *dstlen) argument
514 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
615 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz) argument
644 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
659 ns_name_rollback(const u_char *src, const u_char **dnptrs, const u_char **lastdnptr) argument
[all...]

Completed in 157 milliseconds

<<11121314151617181920>>