Searched refs:src (Results 726 - 750 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s7 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 ! file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h187 int smbfs_smb_rename(struct smbnode *src, struct smbnode *tdnp,
191 int smbfs_smb_move(struct smbnode *src, struct smbnode *tdnp,
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.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.
144 src_ipaddr = datagram->src.addr_list.sin.sin_addr.s_addr;
147 * The datagram->src.name is in oem codepage format.
151 (void) oemtoucs(unicode_src_name, (char *)datagram->src.name,
159 syslog(LOG_DEBUG, "NetLogonReceive: src=%s [%s], mbx=%s",
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.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.
124 #define xge_os_memcpy(dst, src, size) bcopy(src, dst, size)
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.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.
547 promplat_bcopy(const void *src, void *dst, size_t count) argument
549 bcopy(src, dst, count);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.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.
1088 kstat_copy(kstat_t *src, kstat_t *dst, int fr) argument
1092 *dst = *src;
1093 if (src->ks_data != NULL) {
1094 safe_zalloc(&dst->ks_data, src->ks_data_size, 0);
1095 (void) memcpy(dst->ks_data, src->ks_data, src->ks_data_size);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c958 int copyoutptr(src, dst, size)
959 void *src, *dst;
965 bcopy(src, ca, size);
973 int copyinptr(src, dst, size)
974 void *src, *dst;
979 bcopy(src, (char *)&ca, sizeof(ca));
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c32 * $FreeBSD: src/sys/kern/subr_mchain.c,v 1.1 2001/02/24 15:44:29 bp Exp $
371 mb_put_inline(struct mbchain *mbp, void *src, int size) argument
376 uchar_t *p = src;
383 return (mb_put_mem(mbp, src, size, MB_MINLINE));
482 c_caddr_t src; local
514 for (src = source, count = cplen; count; count--)
515 *dst++ = *src++;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.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 * usr/src/uts/sun4u
117 * usr/src/uts/sfmmu
118 * usr/src/uts/sun
1020 uint32_t *src; local
1027 src = start;
1029 offset = src - dst;
1030 for (src = start, i = 0; i < count; i++, src
[all...]
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.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.
53 static uint_t smbus_intr_cmn(smbus_t *smbus, char *src);
1019 smbus_intr_cmn(smbus_t *smbus, char *src) argument
1104 (void) sprintf(error_str, "%s %s ", error_str, src);
1132 src, tp->i2c_w_resid));
1151 tp->i2c_flags, tp->i2c_w_resid, tp->i2c_r_resid, src));
1179 "%s", smbus->smbus_timeout, src));
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.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.
476 FILE *src, *dst; local
506 if ((src = fopen(SMB_PASSWD, "rF")) == NULL) {
525 while (smb_pwd_fgetent(src, &pwbuf, SMB_PWD_GETF_ALL) != NULL) {
537 (void) fclose(src);
556 (void) fclose(src);
562 (void) fclose(src);
/illumos-gate/usr/src/common/ficl/
H A Dloader.c192 void* src; local
202 src = ficlStackPopPointer(ficlVmGetDataStack(pVM));
203 archsw.arch_copyin(src, dest, len);
216 vm_offset_t src; local
225 src = ficlStackPopInteger(ficlVmGetDataStack(pVM));
226 archsw.arch_copyout(src, dest, len);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.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 const void *src; local
705 src = &ipha->ipha_src;
711 src = &ip6h->ip6_src;
743 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
797 if ((src_rhtp = find_tpc(src, version, B_FALSE)) == NULL)
1733 void *src; local
1745 src = &ip6h->ip6_src;
1746 if ((src_rhtp = find_tpc(src, IPV6_VERSIO
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.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.
2823 rpc_msg_dup(struct rpc_msg *src) argument
2830 dst->rm_xid = src->rm_xid;
2831 dst->rm_direction = src->rm_direction;
2833 dst->rm_call.cb_rpcvers = src->rm_call.cb_rpcvers;
2834 dst->rm_call.cb_prog = src->rm_call.cb_prog;
2835 dst->rm_call.cb_vers = src->rm_call.cb_vers;
2836 dst->rm_call.cb_proc = src->rm_call.cb_proc;
2839 oa_src = src
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.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.
1659 void *src; local
1695 src = sogetoff(mp, conn_ind->SRC_offset, srclen, 1);
1696 if (src == NULL) {
1750 src = NULL;
1753 /* Extract src address from options */
1755 so_getopt_srcaddr(opt, optlen, &src, &srclen);
1803 bcopy(src, nsti->sti_faddr_sa, srclen);
2192 void *src; local
2847 void *src; local
3661 void *src; local
3994 void *src; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.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.
313 * and src->dn_reg, r2, r2
324 dt_cg_field_set(dt_node_t *src, dt_irlist_t *dlp, argument
388 instr = DIF_INSTR_FMT(DIF_OP_AND, src->dn_reg, r2, r2);
405 dt_cg_store(dt_node_t *src, dt_irlist_t *dlp, dt_regset_t *drp, dt_node_t *dst) argument
421 size = dt_node_type_size(src);
423 if (src->dn_flags & DT_NF_REF) {
426 instr = DIF_INSTR_COPYS(src->dn_reg, reg, dst->dn_reg);
431 reg = dt_cg_field_set(src, dl
467 dt_cg_typecast(const dt_node_t *src, const dt_node_t *dst, dt_irlist_t *dlp, dt_regset_t *drp) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris503 s,@ACLOCAL@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run aclocal-1.8,;t t
504 s,@AUTOCONF@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoconf,;t t
505 s,@AUTOMAKE@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run automake-1.8,;t t
506 s,@AUTOHEADER@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run autoheader,;t t
507 s,@MAKEINFO@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run makeinfo,;t t
508 s,@AMTAR@,${SHELL} /net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/missing --run tar,;t t
509 s,@install_sh@,/net/zwicky/export5/jongkis/w/boot/usr/src/grub/grub-0.95/install-sh,;t t
755 # src tree.
847 # src tree.
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.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.
770 isns_obj_t *src = (isns_obj_t *)p2; local
772 if (src->type == OBJ_DD || src->type == OBJ_DDS) {
786 pp_src = get_parent_p(src);
796 if (copy_attrs(dst, src) != 0) {
800 /* free up the src object */
802 (void) free_object(src);
804 (void) set_obj_uid(src, get_obj_ui
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.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.
1201 struct node *src; local
1214 src = infop->anp->u.arrow.lhs;
1217 if (src->t == T_ARROW) {
1218 hmatch(infop, src->u.arrow.rhs, dst);
1220 itree_np2nork(src->u.arrow.nnp),
1221 itree_np2nork(src->u.arrow.knp));
1222 dst = src->u.arrow.rhs;
1223 src
1477 struct node *src, *dst, *slst, *dlst, *arrownp, *oldarrownp; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.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.
1070 ipnet_accept(ipnet_t *ipnet, hook_pkt_observe_t *hdr, ipnet_addrp_t *src, argument
1078 srctype = ipnet_get_addrtype(ipnet, src);
1090 ipnet_addrtype_t, srctype, ipnet_addrp_t *, src,
1146 ipnet_loaccept(ipnet_t *ipnet, hook_pkt_observe_t *hdr, ipnet_addrp_t *src, argument
1179 ipnet_addrp_t src; local
1185 src.iap_family = hdr->hpo_family;
1189 src.iap_addr4 = &((ipha_t *)(netmp->b_rptr))->ipha_src;
1192 src
2287 ipnet_addrp_t src; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c1352 * convert external representation <src> to an array of genchars <dest>
1353 * <src> and <dest> can be the same
1357 int ed_internal(const char *src, genchar *dest) argument
1359 register const unsigned char *cp = (unsigned char *)src;
1365 c = ed_internal(src,buffer);
1376 * convert internal representation <src> into character array <dest>.
1377 * The <src> and <dest> may be the same.
1381 int ed_external(const genchar *src, char *dest) argument
1387 if((char*)src == dp)
1390 c = ed_external(src,buffe
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.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.
1271 char src[32], dst[256]; local
1295 found = sscanf(buf, "%31s %31s %255s %31s", src, src_prop, dst,
1302 /* find src node */
1303 if (src[0] == '/') {
1305 err = ptree_get_node_by_path(src, &src_node);
1307 init_err(NODE_NOT_FOUND_MSG, funcname, src);
1311 srcobjp = (picl_psvc_t *)bsearch(src, psvc_hdl.objects,
1316 init_err(ID_NOT_FOUND_MSG, funcname, src);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.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.
436 #define COPY_SERVER(src, dest) \
437 (dest)->sgs_addr = (src)->sgs_addr; \
438 (dest)->sgs_minport = (src)->sgs_minport; \
439 (dest)->sgs_maxport = (src)->sgs_maxport; \
440 (dest)->sgs_id = (src)->sgs_id; \
441 (void) strlcpy((dest)->sgs_srvID, (src)->sgs_srvID, \
443 (dest)->sgs_flags = (src)->sgs_flags
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.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.
586 * Caller of this should ensure that the string pointed by src
591 kstat_named_setstr(kstat_named_t *knp, const char *src) argument
596 (void *)knp, (void *)src);
598 KSTAT_NAMED_STR_PTR(knp) = (char *)src;
599 if (src != NULL)
600 KSTAT_NAMED_STR_BUFLEN(knp) = strlen(src) + 1;
606 kstat_set_string(char *dst, const char *src) argument
609 (void) strncpy(dst, src, KSTAT_STRLE
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.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.
1967 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, argument
2059 if (src)
2060 *src = ZPROP_SRC_TEMPORARY;
2063 if (src)
2064 *src = ZPROP_SRC_TEMPORARY;
2334 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2351 if (src)
2352 *src
2333 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
2677 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, zprop_source_t *src, char *statbuf, size_t statlen) argument
[all...]

Completed in 136 milliseconds

<<21222324252627282930>>