Searched defs:src (Results 126 - 150 of 216) sorted by relevance

123456789

/osnet-11/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.
471 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) argument
485 if ((addr6 = (struct in6_addr *)src) == NULL) {
490 if ((addr4 = (struct in_addr *)src) == NULL) {
626 if (!gethostbyaddr_r(src, len, type, buf->result,
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.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.
276 * Find the SCM_UCRED in src and place a pointer to that option alone in dest.
278 * has to be careful about referring to src after changing dest.
283 extract_cred(const struct netbuf *src, struct netbuf *dest) argument
285 char *cp = src->buf;
286 unsigned int len = src->len;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cg.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.
314 * and src->dn_reg, r2, r2
325 dt_cg_field_set(dt_node_t *src, dt_irlist_t *dlp, argument
390 instr = DIF_INSTR_FMT(DIF_OP_AND, src->dn_reg, r2, r2);
407 dt_cg_store(dt_node_t *src, dt_irlist_t *dlp, dt_regset_t *drp, dt_node_t *dst) argument
423 size = dt_node_type_size(src);
425 if (src->dn_flags & DT_NF_REF) {
429 instr = DIF_INSTR_COPYS(src->dn_reg, reg, dst->dn_reg);
434 reg = dt_cg_field_set(src, dl
470 dt_cg_typecast(const dt_node_t *src, const dt_node_t *dst, dt_irlist_t *dlp, dt_regset_t *drp) argument
[all...]
H A Ddt_module.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.
237 dt_module_symgelf32(const Elf32_Sym *src, GElf_Sym *dst) argument
240 dst->st_name = src->st_name;
241 dst->st_info = src->st_info;
242 dst->st_other = src->st_other;
243 dst->st_shndx = src->st_shndx;
244 dst->st_value = src->st_value;
245 dst->st_size = src->st_size;
252 dt_module_symgelf64(const Elf64_Sym *src, GElf_Sy argument
[all...]
/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.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.
1227 ea_copy_object(const ea_object_t *src) argument
1235 bcopy(src, dst, sizeof (ea_object_t));
1238 switch (src->eo_type) {
1245 switch (src->eo_catalog & EXT_TYPE_MASK) {
1247 if (src->eo_item.ei_string != NULL) {
1249 ea_strdup(src->eo_item.ei_string);
1257 if (src->eo_item.ei_raw != NULL) {
1259 ea_alloc(src
1299 ea_copy_object_tree(const ea_object_t *src) argument
[all...]
/osnet-11/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);
/osnet-11/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...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauthdata.c694 k5_merge_data_list(krb5_data **dst, krb5_data *src, unsigned int *len) argument
699 if (src == NULL)
702 for (i = 0; src[i].data != NULL; i++)
709 memcpy(&d[*len], src, i * sizeof(krb5_data));
1090 krb5_authdata_context src,
1102 for (i = 0; i < src->n_modules; i++) {
1103 struct _krb5_authdata_context_module *module = &src->modules[i];
1105 code = k5_copy_ad_module_data(kcontext, src, module, dst);
1089 krb5_authdata_context_copy(krb5_context kcontext, krb5_authdata_context src, krb5_authdata_context *pdst) argument
H A Dgc_frm_kdc.c311 krb5_principal dst, krb5_principal src,
324 krb5_princ_realm(ctx, src), &mcreds->server);
310 tgt_mcred(krb5_context ctx, krb5_principal client, krb5_principal dst, krb5_principal src, krb5_creds *mcreds) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c319 u_int8_t *src, *dest; local
362 * Move the data: src is the address of the last data
365 src = (u_int8_t *)pagep + OFFSET(pagep) + 1;
381 memmove(dest, src, len);
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c1052 src = (void *) grub_video_fb_get_video_ptr (&target, \
1058 *(dst++) = *(src++); \
1060 src += linedelta; \
1069 src = (void *) grub_video_fb_get_video_ptr (&target, \
1073 src--; \
1077 *(dst--) = *(src--); \
1079 src -= linedelta; \
1091 grub_uint32_t *src, *dst; local
1105 grub_uint16_t *src, *dst; local
1113 grub_uint8_t *src, *ds local
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c775 pt_kstat_copy(const kstat_t *src, kstat_t *dst) argument
777 *dst = *src;
779 if (src->ks_data != NULL) {
780 if ((dst->ks_data = malloc(src->ks_data_size)) == NULL)
782 bcopy(src->ks_data, dst->ks_data, src->ks_data_size);
783 dst->ks_data_size = src->ks_data_size;
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c863 u_int8_t *beg, *dest, *end, *hk, *src; local
953 src = (u_int8_t *)tdata.data + dbt->doff + dbt->dlen;
954 if (src < end && tdata.size > dbt->doff + dbt->dlen) {
956 dest = src + change;
957 memmove(dest, src, len);
1026 u_int8_t *src, *dest; local
1031 src = (u_int8_t *)(pagep) + HOFFSET(pagep);
1036 LEN_HKEYDATA(pagep, pgsize, ndx) - src;
1039 len = (HKEYDATA_DATA(P_ENTRY(pagep, ndx)) + off) - src;
1040 dest = src
1400 void *src, *dest; local
1890 u_int8_t *dest, *src; local
[all...]
/osnet-11/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.
610 changelist_rename(prop_changelist_t *clp, const char *src, const char *dst) argument
620 if (!isa_child_of(cn->cn_handle->zfs_name, src))
629 (void) strlcat(newname, cn->cn_handle->zfs_name + strlen(src),
/osnet-11/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.
405 char *src = data; local
412 while ((src < srcend) && (*src != 0)) {
415 domainlen = *src++;
416 end = src + domainlen;
418 while ((src < end) && (ptr < bend)) {
419 uint8_t ch = *src++;
430 if ((src !
[all...]
/osnet-11/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.
755 biginteger_t src; local
812 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK)
816 copy_bigint_attr(&src, dst);
/osnet-11/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...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.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.
1007 core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst) argument
1009 dst->p_type = src->p_type;
1010 dst->p_flags = src->p_flags;
1011 dst->p_offset = (Elf64_Off)src->p_offset;
1012 dst->p_vaddr = (Elf64_Addr)src->p_vaddr;
1013 dst->p_paddr = (Elf64_Addr)src->p_paddr;
1014 dst->p_filesz = (Elf64_Xword)src->p_filesz;
1015 dst->p_memsz = (Elf64_Xword)src
1020 core_shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst) argument
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.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.
430 FILE *src, *dst; local
460 if ((src = fopen(SMB_PASSWD, "rF")) == NULL) {
479 while (smb_pwd_fgetent(src, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
491 (void) fclose(src);
510 (void) fclose(src);
516 (void) fclose(src);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.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.
41 copy_data(KMF_DATA *dst, KMF_DATA *src) argument
45 if (dst == NULL || src == NULL)
48 if (src->Length == 0) {
51 src->Data = NULL;
55 dst->Data = malloc(src->Length);
59 dst->Length = src->Length;
60 (void) memcpy(dst->Data, src->Data, src
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.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.
770 const char *src = authtype; local
771 const char *max = src + mechaliaslen;
773 if (!src || !dst || mechaliaslen == 0)
776 while (*src && src < max - 1)
777 *dst++ = tolower(*src++);
803 const char *src = mechalias; local
805 const char *max = src
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c662 * @src: source buffer containing 128-bit key
667 static gcry_error_t ntfs_desx_key_expand(const u8 *src, u32 *des_key, argument
683 gcry_md_write(hd1, src, 128 / 8);
H A Dindex.c1033 static int ntfs_ib_copy_tail(ntfs_index_context *icx, INDEX_BLOCK *src, argument
1044 src->index.flags & NODE_MASK);
1050 ies_end = (u8 *)ntfs_ie_get_end(&src->index);
1063 static int ntfs_ib_cut_tail(ntfs_index_context *icx, INDEX_BLOCK *src, argument
1071 ies_start = (char *)ntfs_ie_get_first(&src->index);
1072 ies_end = (char *)ntfs_ie_get_end(&src->index);
1080 src->index.index_length = cpu_to_le32(((char *)ie - ies_start) +
1082 le32_to_cpu(src->index.entries_offset));
1084 if (ntfs_ib_write(icx, icx->parent_vcn[icx->pindex + 1], src))
H A Drunlist.c54 * @src:
61 static __inline__ void ntfs_rl_mm(runlist_element *base, int dst, int src, argument
64 if ((dst != src) && (size > 0))
65 memmove(base + dst, base + src, size * sizeof(*base));
73 * @src:
81 runlist_element *srcbase, int src, int size)
84 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase));
116 * @src: new runlist to test for mergeability with @dst
125 runlist_element *src)
127 if (!dst || !src) {
80 ntfs_rl_mc(runlist_element *dstbase, int dst, runlist_element *srcbase, int src, int size) argument
124 ntfs_rl_are_mergeable(runlist_element *dst, runlist_element *src) argument
159 __ntfs_rl_merge(runlist_element *dst, runlist_element *src) argument
185 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
252 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
348 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
435 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
1910 runlist_element *src; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.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.
115 static int wdsheader(struct dm_buf *, char *src, char *device,
254 char *src, *dst; local
482 src = srcdev.dirname;
485 if (chdir(src)) {
487 logerr(pkg_gt(MSG_CHDIR), src); local
496 xpkg = pkg = gpkglist(src, pkg, NULL);
499 logerr(pkg_gt(MSG_NOPKGS), src); local
529 if ((hdr = genheader(src, ods_nam
770 genheader(char *src, char *device, char **pkg) argument
931 wdsheader(struct dm_buf *hdr, char *src, char *device, char **pkg, PKCS7 *sig) argument
1200 char *pt, *src, *dst; local
1695 char *src; local
1869 char *src; local
[all...]

Completed in 172 milliseconds

123456789