Searched defs:src (Results 176 - 200 of 216) sorted by relevance

123456789

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c1536 * @src: data buffer to write to disk
1561 const u32 bk_size, void *src)
1579 ((u8*)src + i * bk_size), bk_size);
1589 written = ntfs_attr_pwrite(na, pos, bk_cnt * bk_size, src);
1592 ntfs_mst_post_write_fixup((NTFS_RECORD*)((u8*)src + i *
1560 ntfs_attr_mst_pwrite(ntfs_attr *na, const s64 pos, s64 bk_cnt, const u32 bk_size, void *src) argument
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.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.
2159 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2162 return (conf->pc_prov->pc_exec_query(conf, src, src_attr, classes,
2245 choose_components(pool_resource_t *src, pool_resource_t *dst, uint64_t size) argument
2250 pool_conf_t *conf = TO_CONF(TO_ELEM(src));
2255 * Get the component list from our src component.
2257 if ((components = pool_query_resource_components(conf, src, &ncomponent,
2271 if (pool_resource_xtransfer(conf, src, dst, moved) ==
2285 if (pool_resource_xtransfer(conf, src, ds
2308 setup_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size, uint64_t *src_size, uint64_t *tgt_size) argument
2371 pool_resource_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
2413 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
[all...]
H A Dpool_kernel.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.
90 const pool_elem_t *src; member in struct:query_obj
1261 * Now check to see if the src element is correct. If no src
1264 if (qo->src) {
1269 if (parent == (pool_knl_elem_t *)qo->src)
1312 pool_knl_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
1327 qo.src = src;
1850 pool_knl_res_transfer(pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
1859 pool_knl_res_xtransfer(pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
[all...]
H A Dpool_xml.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.
179 const pool_elem_t *src, const char *src_attr,
1740 pool_xml_res_transfer(pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
1751 pool_xml_res_xtransfer(pool_resource_t *src, pool_resource_t *tgt, argument
2087 * src - the root of the search, if NULL that means whole document
2094 pool_xml_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2100 pool_xml_elem_t *pxe = (pool_xml_elem_t *)src;
2121 element_class_tags[src->pe_class], src_attr) != PO_TRUE) {
2139 if (pool_build_xpath_buf(prov, src, PEC_SYSTE
2259 pool_build_xpath_buf(pool_xml_connection_t *prov, const pool_elem_t *src, pool_elem_class_t class, pool_value_t *props[], char_buf_t *cb, int is_ref) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.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.
692 dt_node_type_propagate(const dt_node_t *src, dt_node_t *dst) argument
694 assert(src->dn_flags & DT_NF_COOKED);
695 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
696 dst->dn_ctfp = src->dn_ctfp;
697 dst->dn_type = src->dn_type;
2378 dtrace_typeinfo_t src, dst; local
2391 esrc = dt_decl_type(sdp, &src);
2400 dt_node_type_assign(&sn, src
[all...]
H A Ddt_printf.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.
449 char src[32], buf[32], *dst = buf; local
459 (void) ctime_r(&sec, src, sizeof (src));
465 *dst++ = src[i];
471 *dst++ = src[i];
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c341 CopyData(KMF_DATA *src, KMF_DATA *dst) argument
343 if (src && dst && src->Data != NULL && src->Length > 0) {
344 dst->Length = src->Length;
348 (void) memcpy(dst->Data, src->Data, src->Length);
496 convert_signed_to_fixed(BerValue *src, BerValue *dst) argument
500 if (dst->bv_len > src->bv_len) {
501 cnt = dst->bv_len - src
649 CopySPKI(KMF_X509_SPKI *src, KMF_X509_SPKI **dest) argument
2535 ber_copy_data(KMF_DATA *dst, KMF_DATA *src) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c270 _ure_memmove(char *dest, char *src, unsigned long bytes) argument
281 if (src < dest) {
282 src += bytes;
287 *--dest = *--src;
288 case 7: *--dest = *--src;
289 case 6: *--dest = *--src;
290 case 5: *--dest = *--src;
291 case 4: *--dest = *--src;
292 case 3: *--dest = *--src;
293 case 2: *--dest = *--src;
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1084 disjoint_members(char **src, char **dest) argument
1089 if (src == NULL || dest == NULL)
1093 for (i=0;src[i]; ++i)
1115 for (i=0; src[i]; ++i) {
1120 if (strcasecmp(src[i], dest[j]) == 0) {
1126 free (src[i]);
1127 src[i] = src[slen];
1128 src[slen] = NULL;
1134 free (src[
1172 copy_arrays(char **src, char ***dest, int count) argument
[all...]
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.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.
1179 adr_struct_merge(adr_data_t *dst, adr_data_t *src) argument
1182 assert(adr_data_type(dst) == adr_data_type(src));
1188 adr_data_t *new = src->d_data.array[i];
1191 src->d_data.array[i] = old;
1193 adr_data_free(src); /* Frees old values for us */
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c120 static bin_tree_t *duplicate_tree (const bin_tree_t *src, re_dfa_t *dfa);
1621 Idx src, idx;
1626 for (src = 0; src < dfa->nodes_len; ++src)
1628 Idx *elems = dfa->eclosures[src].elems;
1629 for (idx = 0; idx < dfa->eclosures[src].nelem; ++idx)
1631 ok = re_node_set_insert_last (dfa->inveclosures + elems[idx], src);
1614 Idx src, idx; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c59 grub_phys_addr_t src; member in struct:grub_relocator_chunk
1168 res->src = target;
1189 if (chunk->target > in_max && chunk->src < *max_addr
1190 && chunk->src < rel->postchunks)
1191 *max_addr = chunk->src;
1193 && chunk->src + chunk->size > *min_addr
1194 && chunk->src < rel->postchunks)
1195 *min_addr = chunk->src + chunk->size;
1234 if (rel->postchunks > chunk->src)
1235 rel->postchunks = chunk->src;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c1817 void *src; local
1843 src = get_virtual_current_address (ch);
1847 grub_file_read (file, src, file->size);
1881 void *src; local
1895 src = get_virtual_current_address (ch);
1898 grub_file_read (file, src, file->size);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c3114 register SV *src = POPs; local
3126 if (LvTARG(TARG) != src) {
3129 LvTARG(TARG) = SvREFCNT_inc(src);
3135 sv_setuv(TARG, do_vecget(src, offset, size));
4036 register SV **src; local
4136 src = &AvARRAY(ary)[offset-1];
4137 dst = src - diff; /* diff is negative */
4139 *dst-- = *src--;
4147 src = AvARRAY(ary) + offset + length;
4148 dst = src
[all...]
H A Dpp_ctl.c828 SV *src; local
838 pp_pushmark(); /* push src */
847 src = PL_stack_base[*PL_markstack_ptr];
848 SvTEMP_off(src);
849 DEFSV = src;
869 SV** src; local
904 src = SP;
909 *dst-- = *src--;
934 (void)POPMARK; /* pop src */
947 SV *src; local
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c539 PedPartition* src = NULL; local
556 src_disk, &src))
558 if (src->type == PED_PARTITION_EXTENDED) {
563 if (!_partition_warn_busy (src))
573 src_fs = ped_file_system_open (&src->geom);
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.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.
356 int dst, src; local
364 for (src = 0; src < strlen((char *)sbuf) && dst < dbuf_size; src++) {
365 if (sbuf[src] != '%') {
366 dbuf[dst++] = sbuf[src];
370 switch (sbuf[++src]) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_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.
157 struct nss_src_state *src; /* Pointer to array[max_src] */ member in struct:nss_db_state
940 struct nss_src_state *src = &s->src[n_src]; local
945 if (src->n_dormant > 0) {
946 src->n_dormant--;
947 src->n_active++;
949 be = src->dormant.single;
951 be = src
1018 struct nss_src_state *src = &s->src[n_src]; local
1156 _nss_src_state_destr(struct nss_src_state *src, int max_dormant) argument
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.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 * extract the src encoding and the plural information of the MO file
560 * Converts the specified string from the src encoding
564 do_conv(iconv_t fd, char *src, uint32_t srclen) argument
574 (void *)fd, src ? src : "(null)", srclen);
593 if (iconv(fd, &src, &ileft, &tptr, &oleft) == (size_t)-1) {
738 * target encoding and src encoding
746 * src encodin
[all...]
/osnet-11/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.
724 zprop_source_t src; local
737 origin, sizeof (origin), &src, NULL, 0, B_FALSE);
H A Dlibzfs_import.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.
163 const char *src, *dst; local
171 src = ne->ne_name + strlen(ne->ne_name) - 1;
173 for (count = 0; src >= ne->ne_name && dst >= path;
174 src--, dst--, count++)
175 if (*src != *dst)
1595 nvlist_t *raw, *src, *dst; local
1619 verify(nvpair_value_nvlist(elem, &src) == 0);
1621 verify(nvlist_lookup_string(src, ZPOOL_CONFIG_POOL_NAM
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.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.
1006 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) argument
1011 if ((ret = uncompress(dst, &len, src, srclen)) == Z_OK)
1018 z_compress_level(void *dst, size_t *dstlen, const void *src, size_t srclen, argument
1024 if ((ret = compress2(dst, &len, src, srclen, level)) == Z_OK)
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.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.
879 copy_bigint_attr(biginteger_t *src, biginteger_t *dst) argument
882 if ((src->big_value != NULL) &&
883 (src->big_value_len > 0)) {
886 * to src's.
888 dst->big_value = src->big_value;
889 dst->big_value_len = src->big_value_len;
892 * After the copy, nullify the src's big_value pointer.
895 src
935 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) argument
960 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) argument
999 get_cert_attr_from_object(cert_attr_t *src, CK_ATTRIBUTE_PTR template) argument
4597 cert_attr_t src; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c248 local_uuid_copy(TSS_UUID *dst, TSS_UUID *src) argument
253 tss_uuid_convert_from(src, usrc);
271 local_copy_file(char *dst, char *src) argument
280 fsrc = fopen(src, "r");
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.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.
670 hsp_attr_t *src = data; local
674 dst->associated_id = src->associated_id;
675 dst->type = src->type;
685 if (src->type == HSP_TYPE_LOCAL) {
688 src->associated_id);
709 arraypart_attr_t *src = data; local
713 dst->disk_id = src->disk_id;
714 dst->offset = src
758 property_attr_t *src = data, *dst = attr; local
[all...]

Completed in 729 milliseconds

123456789