Searched refs:src (Results 1001 - 1025 of 1056) sorted by relevance

<<414243

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.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.
234 static int dup_class(ipqos_conf_class_t *src, ipqos_conf_class_t **dst);
834 /* add src and dst nodes to nvlist if present */
921 /* show src address and dst address if present */
979 /* add src and dst nodes to nvlist if present */
6275 * make dst point at a dupicate class struct with duplicate elements to src.
6280 ipqos_conf_class_t *src,
6287 IPQOSCDBG1(DIFF, "In dup_class: class: %s\n", src->name);
6294 *cls = *src;
6279 dup_class( ipqos_conf_class_t *src, ipqos_conf_class_t **dst) argument
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.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.
112 dup_packed_buffer(void *src, void *dst) { argument
113 nsc_lookup_args_t *s = (nsc_lookup_args_t *)src;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.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.
2354 fmd_nvl_dup(fmd_hdl_t *hdl, nvlist_t *src, int flags) argument
2366 ret = nvlist_xdup(src, &nvl, nva);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.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.
39 #define memcpy(dst, src, n) bcopy((src), (dst), (n))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h100 #define strcpy(dst,src,n) bcopy((src),(dst),(n))
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.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.
8881 uchar_t *dest, *src; local
8885 src = src_ip->bi_bitmap + FBA_SIZE(src_ip->bi_shdfba);
8889 *dest++ |= *src++;
10034 nsc_vec_t **src; local
10039 src = h->ii_abufp? &h->ii_abufp->sb_vec : &h->ii_bufp->sb_vec;
10040 sb_vec = *src;
10041 *src = h->ii_bufh.sb_vec;
10044 *src
[all...]
/illumos-gate/usr/src/lib/libast/
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.
739 pics/$(MACH)/src/lib/libast/conftab.o \
740 pics/$(MACH64)/src/lib/libast/conftab.o := CERRWARN += -erroff=E_INIT_DOES_NOT_FIT
770 @ print "usr/src/lib/libast is not lint-clean: skipping"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1090 safechown(const char *src, uid_t uid, gid_t gid, int mode);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.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.
102 cmp %rsi,%rdi # if dst <= src
104 mov %rsi,%r9 # move src to r9
105 add %rdx,%r9 # add len to get addr of end of src
106 cmp %r9,%rdi # if dst < end of src
969 * if the src is not 16 byte aligned...
/illumos-gate/usr/src/uts/common/os/
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.
639 pool_transfer(int type, id_t src, id_t dst, uint64_t qty) argument
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.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.
1303 UNM_PCIX_INT_SRC_ALLOW, /* Allow this src to int. the host */
1304 UNM_PCIX_INT_SRC_MASK /* Mask this src */
1334 int unm_pcix_int_control(unm_pcix_int_source_t src,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
219 extern void emlxs_swap32_bcopy(uint8_t *src,
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.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.
1281 void vn_copypath(struct vnode *src, struct vnode *dst);
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.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.
1288 void vn_copypath(struct vnode *src, struct vnode *dst);
H A Dsunddi.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.
1556 swab(void *src, void *dst, size_t nbytes);
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c3048 mp_digit *src, *dst; local
3063 src = dst + p;
3065 *dst++ = *src++;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.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.
1044 struct sockaddr_in *src, *dst; local
1082 src = (struct sockaddr_in *)(srcext + 1);
1104 ASSERT(src->sin_family == dst->sin_family);
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.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.
1770 pcm_fix_bits(socket_enum_t src, socket_enum_t dst, int num, int dir) argument
1779 if (PR_GET(src, i))
1785 if (PR_GET(src, i))
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.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.
3986 caddr_t src; local
3991 src = file->_dbuf + hdr->ch_blkmap[i];
3996 if (z_uncompress(buf, &dlen, src, slen) != Z_OK)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.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.
307 uint8_t *src = (uint8_t *)addr; \
308 for (i = 0; i < 64; i++, src++) \
309 (void) sprintf(&buf[i * 3], "|%02x", *src); \
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.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.
597 * takes a buffer dst, which is at least as large as buffer src. It
598 * does a bcopy from src into dst, and then bzeros the extra bytes
599 * of dst. If tail is set, the data in src is tail aligned within
603 #define ANON_INITBUF(src, srclen, dst, dstsize, tail) \
606 bcopy((src), (char *)(dst) + (dstsize) - (srclen), (srclen)); \
608 bcopy((src), (dst), (srclen)); \
/illumos-gate/usr/src/cmd/tar/
H A Dtar.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 static void copy(void *dst, void *src);
510 const char *src, int max_val);
511 static int local_utf8(char **Xhdr_ptrptr, char *target, const char *src,
5360 copy(void *dst, void *src) argument
5362 (void) memcpy(dst, src, TBLOCK);
9212 /* get current src SL */
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.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.
3301 caddr_t src, dst; local
3436 src = (caddr_t)&srp->sr_fc_frame_hdr;
3438 bcopy(src, dst, sizeof (fc_frame_header_t));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.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.
5103 char *src, *target; local
5191 if (nvlist_lookup_string(nvlist, ZFS_SMB_ACL_SRC, &src) ||
5200 error = VOP_RENAME(ZTOV(sharedir), src, ZTOV(sharedir), target,
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.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.
1357 caddr_t src; local
1363 src = (caddr_t)&qlt81nvr->ext_blk;
1367 if (*src == 0) {
1387 *dst++ = *src++;

Completed in 368 milliseconds

<<414243