Searched refs:src (Results 976 - 1000 of 1056) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.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.
166 uint32_t ixm_ipsec_insrc[IXA_MAX_ADDRLEN]; /* Inner src address */
874 ixa_safe_copy(ip_xmit_attr_t *src, ip_xmit_attr_t *ixa) argument
876 bcopy(src, ixa, sizeof (*ixa));
H A Dip_ftable.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 * When src_multihoming is set to 2 (strict src multihoming) we use the source
1049 * When src_multihoming is set to 1 (preferred src aware route
1080 * We only verify that the src has been configured on a selected
1081 * interface if the src is not :: or INADDR_ANY, and if the
1242 ip3dbg(("%s not a valid src for unicast",
1359 ip_select_route_v4(ipaddr_t dst, ipaddr_t src, ip_xmit_attr_t *ixa, argument
1369 IN6_IPADDR_TO_V4MAPPED(src, &v6src);
H A Dip6.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.
214 ip_drop_input("ipIfStatsInAddrErrors: mcast src", mp, ill);
1019 in6_addr_t *src, *dst, *gateway; local
1049 src = &ip6h->ip6_src;
1054 if (!IN6_IS_ADDR_LINKLOCAL(src) ||
1111 !IN6_ARE_ADDR_EQUAL(src, &prev_ire->ire_gateway_addr_v6)) {
1218 &ipv6_all_ones, 0, src,
1227 redir_ire = ire_ftable_lookup_v6(dst, 0, src, IRE_HOST,
1849 * upper protocol is expected to reset the src addres
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.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.
377 int32_t src, dest; local
387 adrm_char(adr, (char *)&src, 4);
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.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.
413 * Copy BIGNUM src to dest, allocating memory if needed.
416 big_copy(BIGNUM *dest, BIGNUM *src) argument
421 len = src->len;
422 while ((len > 1) && (src->value[len - 1] == 0)) {
425 src->len = len;
445 dest->sign = src->sign;
447 dest->value[i] = src->value[i];
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl8 * 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.
75 * usr/src/lib/libnsl/common routines
81 * usr/src/lib/libnsl/des routines
98 * usr/src/lib/libnsl/dial routines
127 * usr/src/lib/libnsl/key routines
145 * usr/src/lib/libnsl/netdir routines
165 * usr/src/lib/libnsl/netselect routines
181 * usr/src/lib/libnsl/nis/gen routines
225 * usr/src/li
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3446 uint8_t *src; local
3459 src = (uint8_t *)Buffer + sizeof (IMAGE_HDR);
3468 bb = src[j];
3471 src += 4;
3514 src = (uint8_t *)ImageHdr;
3524 bb = src[j];
3527 src += 4;
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.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.
3058 snaplevel_next(const scf_datael_t *src, scf_snaplevel_t *dst_arg) argument
3060 scf_handle_t *h = src->rd_handle;
3070 if (src == &dst->rd_d) {
3076 request.rpr_entity_src = src->rd_entity;
3079 datael_finish_reset(src);
3491 _scf_snapshot_attach(scf_snapshot_t *src, scf_snapshot_t *dest) argument
3500 if (h != src->rd_d.rd_handle)
3505 request.rpr_entityid_src = src
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.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.
2683 void* src = NULL; local
2699 src = &pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.eth_stats;
2705 src = &pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.iscsi_stats;
2711 src = &pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.fcoe_stats;
2726 mm_memcpy( dest, src, size );
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.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.
4736 caddr_t *src, *dst; local
4739 src = &engp->bufpos;
4742 src = (caddr_t *)&buf;
4754 (void) memcpy(*dst, *src, cpsz);
4763 (void) memcpy(*dst, *src, cpsz);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.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.
215 /* find specified attribute src template and copy to dest */
217 copy_attribute(CK_ULONG type, CK_ATTRIBUTE_PTR src, CK_ULONG src_cnt, argument
223 if (src[i].type == type) {
224 rv = get_string_from_template(dst, &src[i]);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.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.
1666 void *dest, *src; local
1672 src = (void *)POP(DS);
1674 memmove(dest, src, len);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_stubs.c885 if (krb5_unparse_name(handle->context, arg->src, &prime_arg1) ||
911 ACL_DELETE, arg->src, NULL))
938 ret.code = kadm5_rename_principal((void *)handle, arg->src,
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.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.
1045 int src, targ; local
1051 src = sbp->sb_num;
1054 f, src, targ);
1929 PR_MEM("%s: cant dup src brd memlist\n", f);
1945 PR_MEM("%s: brd %d: reserving src brd memlist:\n",
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.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.
7109 dequote(char *src) argument
7114 len = strlen(src);
7116 if (src[0] == '\"' && src[len - 1] == '\"') {
7118 (void) strncpy(dst, &src[1], len);
7121 (void) strcpy(dst, src);
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1871 #define strcat_len(dst, src, dstmaxlen) do { \
1873 strncat (dst, src, dstmaxlen - strlen (dst) - 1); \
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.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.
825 lwp_ctmpl_copy(klwp_t *dst, klwp_t *src) argument
830 dst->lwp_ct_active[i] = ctmpl_dup(src->lwp_ct_active[i]);
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.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.
287 uuid_dup(void *src) argument
292 (void) memcpy(dst, src, UUID_LEN);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.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.
252 acpica_strncpy(char *dest, const char *src, int len) argument
256 while ((*dest++ = *src++) && (--len > 0))
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h34 * $FreeBSD: src/sys/dev/aac/aacreg.h,v 1.23 2005/10/14 16:22:45 scottl Exp $
1215 uint32_t src; /* from/master */ member in struct:aac_AifContainers
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c616 if (!xdr_krb5_principal(xdrs, &objp->src)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.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.
4026 vrrp_cksum4(struct in_addr *src, struct in_addr *dst, uint16_t plen, argument
4034 ph4.ph4_src = *src;
4071 vrrp_cksum6(struct in6_addr *src, struct in6_addr *dst, uint16_t plen, argument
4079 ph6.ph6_src = *src;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.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.
841 void smb_slist_obj_move(smb_slist_t *dst, smb_slist_t *src, void *obj);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.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.
4555 * src: User source buffer address.
4567 ql_get_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) argument
4572 if (ddi_copyin(src++, dst++, 1, mode) != 0) {
4586 * src: Kernal source buffer address.
4598 ql_send_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) argument
4603 if (ddi_copyout(src++, dst++, 1, mode) != 0) {
5228 uint8_t bp[4], *src; local
5306 for (src
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.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.
4417 * if src == dst return 0
4418 * if src > dst return 1
4419 * if src < dst return -1
4422 fctl_wwn_cmp(la_wwn_t *src, la_wwn_t *dst) argument
4428 l = (uint8_t *)src;
5077 uint32_t *src; local
5084 src = (uint32_t *)port->fp_fc4_types;
5088 *src
[all...]

Completed in 325 milliseconds

<<31323334353637383940>>