Searched refs:src (Results 501 - 525 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgb18030.c234 const char **_RESTRICT_KYWD src, size_t nms, size_t len,
237 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _GB18030_mbrtowc));
242 const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len,
245 return (__wcsnrtombs_std(dst, src, nwc, len, ps, _GB18030_wcrtomb));
233 _GB18030_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src, size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps) argument
241 _GB18030_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps) argument
H A Dlctype.h57 const char **_RESTRICT_KYWD src, size_t nms, size_t len,
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm_xport_api.h8 * 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.
140 etm_xport_post_filter(fmd_hdl_t *hdl, nvlist_t *event, const char *src);
/illumos-gate/usr/src/cmd/sendmail/
H A DMakefile8 # 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.
32 # src and aux
33 SUBDIRS= cf lib db libsm libsmdb libsmutil .WAIT src aux
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.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.
297 * If *dst is empty, use strdup to duplicate src.
298 * Otherwise: dst = dst + "," + src;
301 buildlist(char **dst, char const *src) argument
311 p = strdup(src);
321 if ((p = realloc(*dst, len + strlen(src) + 2)) == NULL)
327 (void) strcpy((*dst + len + 1), src);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s9 * 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.
197 addl $8, %edi / %edi = src
225 cmpl %edx, %ecx / while (base+size >= src++) {
228 movl %esi,(%ecx) / *dest = *src
229 addl $4, %edi / src++
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x9 # 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.
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h8 * 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.
197 extern void ddt_stat_add(ddt_stat_t *dst, const ddt_stat_t *src, uint64_t neg);
199 extern void ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src);
213 extern size_t ddt_compress(void *src, uchar_t *dst, size_t s_len, size_t d_len);
214 extern void ddt_decompress(uchar_t *src, void *dst, size_t s_len, size_t d_len);
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.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.
360 bitset_copy(bitset_t *src, bitset_t *dest) argument
362 ASSERT(src->bs_fanout == dest->bs_fanout);
363 bcopy(src->bs_set, dest->bs_set, sizeof (ulong_t) * src->bs_words);
H A Dksyms_snapshot.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.
69 ksyms_emit(ksyms_walkinfo_t *kwp, void *src, size_t size, int action) argument
73 kwp->kw_emit(src, kwp->kw_target, size);
106 void (*emit)(const void *, void *, size_t), void *src, int actions)
116 ksyms_emit(kwp, src, sizeof (ksyms_header_t), KW_HEADER);
105 ksyms_walk(ksyms_walkinfo_t *kwp, void *target, ssize_t resid, void (*emit)(const void *, void *, size_t), void *src, int actions) argument
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/sun4u/starcat/sys/
H A DMakefile8 # 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.
51 ROOTDIR= $(ROOT)/usr/share/src
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h8 * 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.
122 extern void hwblkpagecopy(const void *src, void *dst);
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmemscrub_asm.s9 * 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.
60 ! void memscrub_read(caddr_t src, u_int blks)
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A DMakefile8 # 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.
72 ROOTDIR= $(ROOT)/usr/share/src
/illumos-gate/usr/src/uts/i86pc/sys/
H A DMakefile8 # 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.
71 ROOTDIR= $(ROOT)/usr/share/src
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A DMakefile8 # 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.
35 # usr/src/cmd/dtrace/test independently, even if only on systems that
41 SRCDIR=src
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile16 SRCDIR= src
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h8 * 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.
823 #define COPY_ETH_ADDRESS(src, dst) \
824 ((unsigned char *) (dst))[0] = ((unsigned char *) (src))[0]; \
825 ((unsigned char *) (dst))[1] = ((unsigned char *) (src))[1]; \
826 ((unsigned char *) (dst))[2] = ((unsigned char *) (src))[2]; \
827 ((unsigned char *) (dst))[3] = ((unsigned char *) (src))[3]; \
828 ((unsigned char *) (dst))[4] = ((unsigned char *) (src))[4]; \
829 ((unsigned char *) (dst))[5] = ((unsigned char *) (src))[5];
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c431 pkinit_copy_krb5_octet_data(krb5_octet_data *dst, const krb5_octet_data *src) argument
433 if (dst == NULL || src == NULL)
435 if (src->data == NULL) {
440 dst->data = malloc(src->length);
443 (void) memcpy(dst->data, src->data, src->length);
444 dst->length = src->length;
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.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.
71 compress_slashes(const char *src, char *dest) argument
73 while (*src != '\0') {
74 *dest = *src++;
75 while (*dest == '/' && *src == '/')
76 ++src;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c306 ** src -- source class.
314 copy_class(src, dst)
315 int src;
321 src = bitidx(src);
328 bitnset(src, s->s_class))
/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/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.
116 static int wdsheader(struct dm_buf *, char *src, char *device,
255 char *src, *dst; local
483 src = srcdev.dirname;
486 if (chdir(src)) {
488 logerr(pkg_gt(MSG_CHDIR), src); local
497 xpkg = pkg = gpkglist(src, pkg, NULL);
500 logerr(pkg_gt(MSG_NOPKGS), src); local
530 if ((hdr = genheader(src, pk
771 genheader(char *src, char **pkg) argument
925 wdsheader(struct dm_buf *hdr, char *src, char *device, char **pkg, PKCS7 *sig) argument
1188 char *pt, *src, *dst; local
1698 char *src; local
1869 char *src; local
[all...]

Completed in 219 milliseconds

<<21222324252627282930>>