Searched defs:src (Results 301 - 325 of 569) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.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.
447 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
466 if (gelf_newehdr(dst, gelf_getclass(src)) == 0)
468 gelf_getehdr(src, &sehdr);
488 gelf_getphdr(src, i, &phdr);
495 Elf_Scn *scn = elf_getscn(src, srcidx);
500 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name);
526 sscn = elf_getscn(src, srcidx);
556 sname = elf_strptr(src, sehd
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_gen.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.
912 nsc_commit_mem(void *src, void *dst, size_t len, nsc_mem_err_cb err_action) argument
922 nsc_cm_errhdlr(void *src, void *dst, size_t len, int errval) argument
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.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 static void sdbc_anon_copy(caddr_t src, nsc_size_t len, _sd_cctl_t *dest,
84 static void sdbc_anon_get(_sd_cctl_t *src, nsc_off_t src_off, caddr_t dest,
123 * by "src" begining at index "dest_off" and copy to buffer "dest".
127 * src - pointer to data to copy
132 sdbc_anon_get(_sd_cctl_t *src, nsc_off_t src_off, caddr_t dest, nsc_size_t len) argument
145 src = src->anon_next;
150 bcopy(&src
174 sdbc_anon_copy(caddr_t src, nsc_size_t len, _sd_cctl_t *dest, nsc_off_t dest_off) argument
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.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.
554 int src, dst; local
557 src = r;
560 src = uparms.p_rate;
563 if ((src < dst) && ((dst % src) == 0)) {
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.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.
185 g_dump(char *hdr, uchar_t *src, int nbytes, int format) argument
205 (void) fprintf(stdout, "%02x ", src[i] & 0xff);
214 isprint(src[i]) ? src[i] : '.');
219 src += n;
896 string_dump(char *hdr, uchar_t *src, int nbytes, int format, char msg_string[]) argument
919 src[i] & 0xff);
931 isprint(src[
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.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.
317 inet(uint32_t size, struct in_addr *src, struct in_addr *dest, uint32_t tries, argument
338 saddr.sin_addr.s_addr = htonl(src->s_addr);
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.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.
312 * Move console messages from src to dst. The time of day isn't known
316 log_conswitch(log_t *src, log_t *dst) argument
323 while ((mp = getq_noenab(src->log_q, 0)) != NULL) {
370 dst->log_overflow = src->log_overflow;
371 src->log_flags = 0;
552 char *src, *dst; local
597 src = (char *)mp2->b_rptr;
598 dst = strstr(src, "FACILITY_AND_PRIORIT
[all...]
H A Dlwp.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.
825 lwp_ctmpl_copy(klwp_t *dst, klwp_t *src) argument
830 dst->lwp_ct_active[i] = ctmpl_dup(src->lwp_ct_active[i]);
H A Dpool_pset.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
539 pool_pset_xtransfer(psetid_t src, psetid_t dst, size_t size, id_t *ids) argument
554 cpupart_query_cpu(cpu) != src) {
H A Dbrand.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.
443 Ehdr32to64(Elf32_Ehdr *src, Ehdr *dst) argument
445 bcopy(src->e_ident, dst->e_ident, sizeof (src->e_ident));
446 dst->e_type = src->e_type;
447 dst->e_machine = src->e_machine;
448 dst->e_version = src->e_version;
449 dst->e_entry = src->e_entry;
450 dst->e_phoff = src
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_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.
155 blkif_x86_32_request_t *src);
157 blkif_x86_64_request_t *src);
160 blkif_response_t *src);
162 blkif_response_t *src);
795 blkif_request_t *src; local
806 src = xvdi_ring_get_request(ring->ri_ring);
807 if (src == NULL) {
814 bcopy(src, re
874 blk_ring_response_put(blk_ring_t ring, blkif_response_t *src) argument
919 blk_ring_request_32(blkif_request_t *dst, blkif_x86_32_request_t *src) argument
938 blk_ring_request_64(blkif_request_t *dst, blkif_x86_64_request_t *src) argument
957 blk_ring_response_32(blkif_x86_32_response_t *dst, blkif_response_t *src) argument
969 blk_ring_response_64(blkif_x86_64_response_t *dst, blkif_response_t *src) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dhook.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.
207 static hook_int_t *hook_copy(hook_t *src);
210 static hook_event_int_t *hook_event_copy(hook_event_t *src);
213 static hook_family_int_t *hook_family_copy(hook_family_t *src);
1092 * Parameters: src(I) - family pointer
1098 hook_family_copy(hook_family_t *src) argument
1103 ASSERT(src != NULL);
1104 ASSERT(src->hf_name != NULL);
1110 *dst = *src;
1630 hook_event_copy(hook_event_t *src) argument
2274 hook_copy(hook_t *src) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.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.
1501 * src - The IBT RC QP attributes.
1511 ibt_qp_rc_attr_t *src)
1513 dest->sq_psn = src->rc_sq_psn;
1514 dest->rq_psn = src->rc_rq_psn;
1515 dest->dest_qp_num = src->rc_dst_qpn;
1516 dest->rnr_retry = src->rc_rnr_retry_cnt;
1517 dest->retry_cnt = src->rc_retry_cnt;
1518 dest->max_dest_rd_atomic = src
1510 uverbs_query_copy_rc(struct ib_uverbs_query_qp_resp *dest, ibt_qp_rc_attr_t *src) argument
1555 uverbs_query_copy_uc(struct ib_uverbs_query_qp_resp *dest, ibt_qp_uc_attr_t *src) argument
1590 uverbs_query_copy_rd(struct ib_uverbs_query_qp_resp *dest, ibt_qp_rd_attr_t *src) argument
1610 uverbs_query_copy_ud(struct ib_uverbs_query_qp_resp *dest, ibt_qp_ud_attr_t *src) argument
1637 uverbs_query_copy_info(struct ib_uverbs_query_qp_resp *dest, ibt_qp_info_t *src) argument
1713 uverbs_query_copy_attr(struct ib_uverbs_query_qp_resp *dest, ibt_qp_query_attr_t *src) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c312 u_int8_t *src, *dest; local
355 * Move the data: src is the address of the last data
358 src = (u_int8_t *)pagep + OFFSET(pagep) + 1;
374 memmove(dest, src, len);
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.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.
116 * usr/src/uts/sun4u
117 * usr/src/uts/sfmmu
118 * usr/src/uts/sun
1020 uint32_t *src; local
1027 src = start;
1029 offset = src - dst;
1030 for (src = start, i = 0; i < count; i++, src
[all...]
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.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.
53 static uint_t smbus_intr_cmn(smbus_t *smbus, char *src);
1019 smbus_intr_cmn(smbus_t *smbus, char *src) argument
1104 (void) sprintf(error_str, "%s %s ", error_str, src);
1132 src, tp->i2c_w_resid));
1151 tp->i2c_flags, tp->i2c_w_resid, tp->i2c_r_resid, src));
1179 "%s", smbus->smbus_timeout, src));
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.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.
231 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dest) argument
235 dest[R_G0] = SET_LOWER_32(0, src[R_G0]);
236 dest[R_G1] = SET_LOWER_32(r->r_g1, src[R_G1]);
237 dest[R_G2] = SET_LOWER_32(r->r_g2, src[R_G2]);
238 dest[R_G3] = SET_LOWER_32(r->r_g3, src[R_G3]);
239 dest[R_G4] = SET_LOWER_32(r->r_g4, src[R_G4]);
240 dest[R_G5] = SET_LOWER_32(r->r_g5, src[R_G5]);
241 dest[R_G6] = SET_LOWER_32(r->r_g6, src[R_G
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.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.
548 load_str(char **pdst, char *src) argument
552 *pdst = Strdup(src);
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.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.
73 static void string_dump(char *hdr, uchar_t *src, int nbytes, int format,
126 string_dump(char *hdr, uchar_t *src, int nbytes, int format, char msg_string[]) argument
147 "%02x ", src[i] & 0xff);
158 "%c", isprint(src[i]) ? src[i] : '.');
163 src += n;
1560 dump_hex_data(char *hdr, uchar_t *src, int nbytes, int format) argument
1580 (void) fprintf(stdout, "%02x ", src[
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.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.
458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) argument
472 if ((addr6 = (struct in6_addr *)src) == NULL) {
477 if ((addr4 = (struct in_addr *)src) == NULL) {
613 if (!gethostbyaddr_r(src, len, type, buf->result,
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c758 * @src: the struct to be read from
762 u8 *src)
769 from = src + ce_info->offset;
798 * @src: the struct to be read from
802 u8 *src)
810 from = src + ce_info->offset;
842 * @src: the struct to be read from
846 u8 *src)
854 from = src + ce_info->offset;
894 * @src
760 i40e_write_byte(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument
800 i40e_write_word(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument
844 i40e_write_dword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument
896 i40e_write_qword(u8 *hmc_bits, struct i40e_context_ele *ce_info, u8 *src) argument
953 u8 *src, *target; local
990 u8 *src, *target; local
1034 u8 *src, *target; local
1087 u8 *src, *target; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.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.
606 zprop_source_t src; local
616 sizeof (origin), &src, NULL, 0, B_FALSE) != 0) {
/illumos-gate/usr/src/cmd/boot/installboot/i386/
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.
1141 propagate_bootblock(ib_data_t *src, ib_data_t *dest, char *updt_str) argument
1143 ib_bootblock_t *src_bblock = &src->bootblock;
1146 assert(src != NULL);
1150 if (read(src->device.fd, dest->stage1, SECTOR_SIZE) != SECTOR_SIZE) {
1152 src->device.path);
1177 src->device.path, dest->device.path);
/illumos-gate/usr/src/common/ficl/
H A Dloader.c192 void* src; local
202 src = ficlStackPopPointer(ficlVmGetDataStack(pVM));
203 archsw.arch_copyin(src, dest, len);
216 vm_offset_t src; local
225 src = ficlStackPopInteger(ficlVmGetDataStack(pVM));
226 archsw.arch_copyout(src, dest, len);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c95 cp16to8(const CHAR16 *src, char *dst, size_t len) argument
99 for (i = 0; i < len && src[i]; i++)
100 dst[i] = (char)src[i];

Completed in 128 milliseconds

<<11121314151617181920>>