Searched refs:src (Results 351 - 375 of 1056) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.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.
74 void refcount_transfer(refcount_t *dst, refcount_t *src);
101 #define refcount_transfer(dst, src) { \
102 uint64_t __tmp = (src)->rc_count; \
103 atomic_add_64(&(src)->rc_count, -__tmp); \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com8 # 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.
30 # all of the libxcurses source files are in src/libc
33 # XCURSES source files are in src/libc/xcurses
70 # MKS source files are in src/libc/mks
73 # WIDE source files are in src/libc/wide
79 SRCDIR = ../src
81 SRCS= $(XCURSES:%.o=../src/libc/xcurses/%.c) \
82 $(MKS:%.o=../src/libc/mks/%.c) \
83 $(WIDE:%.o=../src/lib
[all...]
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.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.
130 ea_cond_memcpy_at_offset(void *dst, size_t offset, size_t dstsize, void *src, argument
134 char *csrc = src;
136 if (dst == NULL || src == NULL || size == 0 || offset + size > dstsize)
495 void *src; local
660 src = &curr_obj->eo_item.ei_uint8;
664 src = &curr_obj->eo_item.ei_uint16;
666 exacct_order16(src);
669 src
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.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.
44 stat64_32_to_n(struct stat64_32 *src, struct stat *dest) argument
47 dest->st_dev = DEVEXPL(src->st_dev);
48 dest->st_ino = (ino_t)src->st_ino;
49 dest->st_mode = (mode_t)src->st_mode;
50 dest->st_nlink = (nlink_t)src->st_nlink;
51 dest->st_uid = (uid_t)src->st_uid;
52 dest->st_gid = (gid_t)src->st_gid;
53 dest->st_rdev = DEVEXPL(src
[all...]
/illumos-gate/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.
131 struct nss_src_state *src; /* Pointer to array[max_src] */ member in struct:nss_db_state
763 struct nss_src_state *src = &s->src[n_src]; local
768 if (src->n_dormant > 0) {
769 src->n_dormant--;
770 src->n_active++;
772 be = src->dormant.single;
774 be = src
841 struct nss_src_state *src = &s->src[n_src]; local
937 _nss_src_state_destr(struct nss_src_state *src, int max_dormant) argument
[all...]
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.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.
212 const greg32_t *src = &uc->uc_mcontext.gregs[0]; local
214 dst[REG_DS] = (uint16_t)src[DS];
215 dst[REG_ES] = (uint16_t)src[ES];
217 dst[REG_GS] = (uint16_t)src[GS];
218 dst[REG_FS] = (uint16_t)src[FS];
219 dst[REG_SS] = (uint16_t)src[SS];
220 dst[REG_RSP] = (uint32_t)src[UESP];
221 dst[REG_RFL] = src[EF
345 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_nat.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.
261 ilb_nat_src_t *src; local
265 if ((src = kmem_zalloc(sizeof (ilb_nat_src_t), KM_NOSLEEP)) == NULL) {
271 src->src_list[i] = ilb_find_nat_src(ilbs, &cur_addr, srv_addr,
273 if (src->src_list[i] == NULL) {
274 ilb_destroy_nat_src(&src);
283 src->num_src++;
285 *nat_src = src;
345 ilb_nat_src_t *src; local
371 ilb_alloc_nat_addr(ilb_nat_src_t *src, in6_addr_t *addr, in_port_t *port, uint16_t *nat_src_idx) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.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.
225 allocate_ops_v1(crypto_ops_t *src, crypto_ops_t *dst, uint_t *mech_list_count) argument
227 if (src->co_control_ops != NULL)
231 if (src->co_digest_ops != NULL)
235 if (src->co_cipher_ops != NULL)
239 if (src->co_mac_ops != NULL)
243 if (src->co_sign_ops != NULL)
247 if (src->co_verify_ops != NULL)
251 if (src
294 allocate_ops_v2(crypto_ops_t *src, crypto_ops_t *dst) argument
302 allocate_ops_v3(crypto_ops_t *src, crypto_ops_t *dst) argument
310 allocate_ops_v4(crypto_ops_t *src, crypto_ops_t *dst) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_privilege.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.
265 * Copy privleges information specified by 'src' to the
269 smb_privset_copy(smb_privset_t *dst, smb_privset_t *src) argument
271 if (src == 0 || dst == 0)
274 (void) memcpy(dst, src, smb_privset_size());
280 * Enable the privileges that are enabled in src in dst
283 smb_privset_merge(smb_privset_t *dst, smb_privset_t *src) argument
287 if (src == NULL || dst == NULL)
290 for (i = 0; i < src
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_syscall.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.
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c114 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
115 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
169 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
170 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
73 extern SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.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.
117 Elf_Data src; local
216 src.d_buf = (Elf_Void *)(elf->ed_ident + d->db_off);
217 src.d_size = d->db_fsz;
218 src.d_type = d->db_data.d_type;
219 src.d_version = elf->ed_version;
260 if (d->db_data.d_size <= src.d_size) {
286 if (elf32_xlatetom(&d->db_data, &src, elf->ed_encode) == 0)
289 if (elf64_xlatetom(&d->db_data, &src, el
[all...]
H A Dupdate.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.
459 Elf_Data dst, src; local
533 src.d_buf = (Elf_Void *)eh;
534 src.d_type = ELF_T_EHDR;
535 src.d_size = sizeof (Ehdr);
536 src.d_version = EV_CURRENT;
540 if (elf_xlatetof(&dst, &src, encode) == 0)
553 * in the user version. Change src buffer
557 src
860 Elf_Data dst, src; local
[all...]
/illumos-gate/usr/src/cmd/terminfo/
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.
29 TERMCAPSRC= termcap.src
30 TERMINFOSRC= terminfo.src
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.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.
107 tnd_tnrhdb_t *src; /* Which table entry is our source */ member in struct:tnrh_tlb
117 tnd_tnrhdb_t *src; /* Which table entry is our source */ member in struct:tnrh_tlb_ipv6
/illumos-gate/usr/src/tools/elfsign/
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.
40 include ../../../src/tools/Makefile.tools
75 include ../../../src/tools/Makefile.targ
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcopy_subr.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.
46 copystr_nofault(const char *src, char *dst, size_t maxlength, argument
57 if ((*dst++ = *src++) == '\0')
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.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.
104 extern void ucontext_nto32(const ucontext_t *src, ucontext32_t *dest);
105 extern void ucontext_32ton(const ucontext32_t *src, ucontext_t *dest);
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbecm/
H A Dusbecm.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.
256 #define LE_TO_UINT32(src, des) { \
258 des = src[3]; \
260 tmp = src[2]; \
262 tmp = src[1]; \
264 des |= src[0]; \
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c130 copy_category(char *src) argument
136 src, category_name());
141 "/usr/lib/locale/%s/%s/LCL_DATA", src, category_name());
146 errf(_("source locale data unavailable"), src);
152 category_name(), src);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.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.
350 char *src, *dest; local
352 src = path;
357 while (*src != '\0') {
358 if (!found && smb_vss_is_gmttoken(src)) {
359 src += SMB_VSS_GMT_SIZE - 1;
360 if (*src == '/')
361 src += 1;
365 *dest = *src;
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s8 * 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.
64 sub %o1, %o0, %o3 ! src - dst
73 ldub [%o2 + %o3], %o5 ! src[0]
74 tst %o5 ! src[0] == 0 ?
75 stb %o5, [%o2] ! dst[0] = src[0]
77 inc %o2 ! src++, dst++
83 lduh [%o2 + %o3], %o5 ! load src halfword
91 add %o2, 2, %o2 ! src += 2
97 lduw [%o2 + %o3], %o5 ! load src wor
[all...]
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.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.
537 prgregset_n_to_32(const prgreg_t *src, prgreg32_t *dst) argument
540 dst[GS] = src[REG_GS];
541 dst[FS] = src[REG_FS];
542 dst[DS] = src[REG_DS];
543 dst[ES] = src[REG_ES];
544 dst[EDI] = src[REG_RDI];
545 dst[ESI] = src[REG_RSI];
546 dst[EBP] = src[REG_RB
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.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 generic_attr_t *new_attrs, *src, *dst; local
457 src = src_attrs + i;
460 *dst = *src;
462 /* Adjust pointers in dst so that they don't point to src. */
464 if (src->isMalloced) {
466 malloc(src->attribute.ulValueLen);
477 } else if (src->attribute.pValue == &src
[all...]

Completed in 243 milliseconds

<<11121314151617181920>>