Searched refs:src (Results 376 - 400 of 1056) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.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.
178 mdb_gelf_ehdr_to_gehdr(Ehdr *src, GElf_Ehdr *dst) argument
180 bcopy(src->e_ident, dst->e_ident, sizeof (dst->e_ident));
181 dst->e_type = src->e_type;
182 dst->e_machine = src->e_machine;
183 dst->e_version = src->e_version;
184 dst->e_entry = src->e_entry;
185 dst->e_phoff = src->e_phoff;
186 dst->e_shoff = src
197 gelf32_to_shdr(const Elf32_Shdr *src, GElf_Shdr *dst) argument
218 gelf64_to_shdr(const Elf64_Shdr *src, GElf_Shdr *dst) argument
272 gelf32_to_phdr(const Elf32_Phdr *src, GElf_Phdr *dst) argument
291 gelf64_to_phdr(const Elf64_Phdr *src, GElf_Phdr *dst) argument
435 gelf32_to_dyn(const Elf32_Dyn *src, GElf_Dyn *dst) argument
447 gelf64_to_dyn(const Elf64_Dyn *src, GElf_Dyn *dst) argument
1431 gelf32_to_sym(const Elf32_Sym *src, GElf_Sym *dst) argument
1447 gelf64_to_sym(const Elf64_Sym *src, GElf_Sym *dst) argument
1459 gelf64_nocopy(const Elf64_Sym *src, GElf_Sym *dst) argument
1770 gelf_sym_to_32(const GElf_Sym *src, Elf32_Sym *dst) argument
1781 gelf_sym_to_64(const GElf_Sym *src, Elf64_Sym *dst) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.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.
68 #define BLOWFISH_COPY_BLOCK(src, dst) \
69 (dst)[0] = (src)[0]; \
70 (dst)[1] = (src)[1]; \
71 (dst)[2] = (src)[2]; \
72 (dst)[3] = (src)[3]; \
73 (dst)[4] = (src)[4]; \
74 (dst)[5] = (src)[5]; \
75 (dst)[6] = (src)[
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.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.
139 utmpx_frec2api(const struct futmpx *src, struct utmpx *dst) argument
141 if (src == NULL)
144 (void) strncpy(dst->ut_user, src->ut_user, sizeof (dst->ut_user));
145 (void) strncpy(dst->ut_line, src->ut_line, sizeof (dst->ut_line));
146 (void) memcpy(dst->ut_id, src->ut_id, sizeof (dst->ut_id));
147 dst->ut_pid = src->ut_pid;
148 dst->ut_type = src->ut_type;
149 dst->ut_exit.e_termination = src
160 utmpx_api2frec(const struct utmpx *src, struct futmpx *dst) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.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.
172 struct memlist *src; local
185 for (src = phys_install; src; src = src->ml_next) {
186 if (memscrub_add_span(src->ml_address, src->ml_size)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.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.
307 char src[32], dst[256]; local
324 found = sscanf(buf, "%s %s %s %s", src, src_prop, dst,
333 if ((strcmp(src, "IO_BRIDGE_PRIM_FAN") == 0) ||
334 (strcmp(src, "IO_BRIDGE_SEC_FAN") == 0))
337 /* find src node */
338 if (src[0] == '/') {
340 err = ptree_get_node_by_path(src, &src_node);
342 init_err(NODE_NOT_FOUND_MSG, funcname, src);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.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.
316 interpret_reserved(int flags, int proto, in_port_t src, in_port_t dst, argument
324 src_port = src;
328 pn = getportname(proto, src);
332 which = src;
336 ttabp = is_transient(src);
350 port = src;
354 if ((dst == IPPORT_DOMAIN || src == IPPORT_DOMAIN ||
355 dst == IPPORT_MDNS || src
[all...]
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh8 # 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.
120 typeset src="$1"
123 if [[ ! -h $src && ! -h $dst && ! -d $dst && ! -f $dst ]]; then
124 /usr/bin/cp -p $src $dst || fatal "$e_badfile" "$src"
131 typeset src="$1"
134 if [[ ! -h $src && ! -h $dst && ! -d $dst ]]; then
135 /usr/bin/cp -p $src $dst || fatal "$e_badfile" "$src"
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmisc.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.
45 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n))
168 void canonicalize_name(char *dst, char *src);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_hx.c129 static char *readhex(src, dst)
130 register char *src, *dst;
135 while ((c = *src++)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c143 const ushort_t *src; local
165 src = (const ushort_t *)ctx->f_name;
169 if (uconv_u16tou8(src, &inlen, dst, &outlen, flags) != 0)
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.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.
80 paddr_t src; local
162 src = (uintptr_t)PGETBYTES(phdr->p_offset);
170 (void *)(uintptr_t)src, (size_t)phdr->p_filesz);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlibi386.h66 uint32_t src; member in struct:relocate_data
115 ssize_t i386_copyin(const void *src, vm_offset_t dest, const size_t len);
116 ssize_t i386_copyout(const vm_offset_t src, void *dest, const size_t len);
/illumos-gate/usr/src/uts/common/os/
H A Dsig.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.
2748 siginfo_kto32(const k_siginfo_t *src, siginfo32_t *dest) argument
2755 dest->si_signo = src->si_signo;
2756 if ((dest->si_code = src->si_code) == SI_NOINFO)
2763 if (SI_FROMUSER(src)) {
2764 dest->si_pid = src->si_pid;
2765 dest->si_ctid = src->si_ctid;
2766 dest->si_zoneid = src->si_zoneid;
2767 dest->si_uid = src
2819 siginfo_32tok(const siginfo32_t *src, k_siginfo_t *dest) argument
[all...]
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dphandle.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.
56 my_nodeid_t *src = s; local
58 return ((src->node) == (dest->node));
64 my_nodeid_t *src = s; local
66 return ((src->my_handle) == (dest->my_handle));
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.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.
72 #define COPY8(src, dst) { \
74 char *b = (char *)src; \
82 #define DESCOPY(src, dst, len) { \
84 char *b = (char *)src; \
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.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.
133 char *buf, *dst, *src; local
139 while ((src = strstr(sp, var)) != NULL) {
141 len = src - sp;
152 sp = src + varsz;
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.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.
68 #define COPY8(src, dst) { \
70 char *b = (char *)src; \
78 #define DESCOPY(src, dst, len) { \
80 char *b = (char *)src; \
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s14 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 ! file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_exit.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.
H A Dgetppid.s14 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 ! file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dbig5.c175 _BIG5_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src, argument
178 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _BIG5_mbrtowc));
182 _BIG5_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src, argument
185 return (__wcsnrtombs_std(dst, src, nwc, len, ps, _BIG5_wcrtomb));
H A Dgb2312.c170 const char **_RESTRICT_KYWD src, size_t nms, size_t len,
173 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _GB2312_mbrtowc));
178 const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len,
181 return (__wcsnrtombs_std(dst, src, nwc, len, ps, _GB2312_wcrtomb));
169 _GB2312_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src, size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps) argument
177 _GB2312_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 Dgbk.c175 _GBK_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src, argument
178 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _GBK_mbrtowc));
182 _GBK_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src, argument
185 return (__wcsnrtombs_std(dst, src, nwc, len, ps, _GBK_wcrtomb));
H A Dmskanji.c167 const char **_RESTRICT_KYWD src, size_t nms,
170 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _MSKanji_mbrtowc));
175 const wchar_t **_RESTRICT_KYWD src, size_t nwc,
178 return (__wcsnrtombs_std(dst, src, nwc, len, ps, _MSKanji_wcrtomb));
166 _MSKanji_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src, size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps) argument
174 _MSKanji_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps) argument
/illumos-gate/usr/src/head/
H A Dsecdb.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.
83 extern char *_do_unescape(char *src);

Completed in 200 milliseconds

<<11121314151617181920>>