Searched refs:src (Results 951 - 975 of 1056) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c4271 ** src -- string
4281 anynet_pton(family, src, dst)
4283 const char *src;
4286 if (family == AF_INET6 && sm_strncasecmp(src, "IPv6:", 5) == 0)
4287 src += 5;
4288 return inet_pton(family, src, dst);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.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.
655 * On the inbound path the src zone will be unknown as
844 ipaddr_t src = ipha->ipha_src; local
1009 * The loopback address check for both src and dst has already
1015 src != ira->ira_verified_src) {
1020 if (ip_type_v4(src, ipst) == IRE_BROADCAST) {
1033 if (CLASSD(src)) {
1047 ira->ira_verified_src = src;
H A Dspd.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.
899 ipsec_copy_policy(const ipsec_policy_t *src) argument
909 IPACT_REFHOLD(src->ipsp_act);
910 src->ipsp_sel->ipsl_refs++;
913 dst->ipsp_netstack = src->ipsp_netstack;
915 dst->ipsp_sel = src->ipsp_sel;
916 dst->ipsp_act = src->ipsp_act;
917 dst->ipsp_prio = src->ipsp_prio;
918 dst->ipsp_index = src
936 ipsec_copy_chain(ipsec_policy_head_t *dph, ipsec_policy_t *src, ipsec_policy_t **dstp) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.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.
2045 cyc_cpu_t *src = idp->cyi_cpu; local
2054 ASSERT(src != NULL && idp->cyi_omni_list == NULL);
2058 cyclic = &src->cyp_cyclics[ndx];
2103 if (cyclic_remove_here(src, ndx, &when, CY_NOWAIT))
2112 CYC_PTRACE("remove-retry", idp, src);
H A Dexec.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.
1550 stk_getptr(uarg_t *args, char *src, char **dst) argument
1556 error = fulword(src, &ptr);
1560 error = fuword32(src, &ptr);
H A Ddumpsubr.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.
1358 dumpvp_ksyms_write(const void *src, void *dst, size_t size) argument
1360 dumpvp_write(src, size);
1572 dump_pagecopy(void *src, void *dst) argument
1574 long *wsrc = (long *)src;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.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.
2493 volatile uint_t *src, *dst; local
2524 for (src = (uint_t *)drmach_shutdown_asm, dst = (uint_t *)bbsram_addr;
2525 src < (uint_t *)drmach_shutdown_asm_end; src++, dst++)
2526 *dst = *src;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.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.
3390 volatile uint_t *src; local
3414 for (src = (uint_t *)fhc_shutdown_asm, dst = (uint_t *)copy_addr;
3415 src < (uint_t *)fhc_shutdown_asm_end;
3416 src++, dst++) {
3419 *dst = *src;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.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.
716 dt_node_type_propagate(const dt_node_t *src, dt_node_t *dst) argument
718 assert(src->dn_flags & DT_NF_COOKED);
719 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
720 dst->dn_ctfp = src->dn_ctfp;
721 dst->dn_type = src->dn_type;
2445 dtrace_typeinfo_t src, dst; local
2458 esrc = dt_decl_type(sdp, &src);
2467 dt_node_type_assign(&sn, src
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2064 mDNSlocal mStatus GetLabelDecimalValue(const mDNSu8 *const src, mDNSu8 *dst) argument
2067 if (src[0] < 1 || src[0] > 3) return(mStatus_Invalid);
2068 for (i=1; i<=src[0]; i++)
2070 if (src[i] < '0' || src[i] > '9') return(mStatus_Invalid);
2071 val = val * 10 + src[i] - '0';
2182 mDNSlocal mDNSu16 IPv6CheckSum(const mDNSv6Addr *const src, const mDNSv6Addr *const dst, const mDNSu8 protocol, const void *const data, const mDNSu32 length) argument
2185 ph.src = *src;
13892 mDNSCoreReceiveRawTransportPacket(mDNS *const m, const mDNSEthAddr *const sha, const mDNSAddr *const src, const mDNSAddr *const dst, const mDNSu8 protocol, const mDNSu8 *const p, const TransportLayerPacket *const t, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID, const mDNSu16 len) argument
14088 mDNSAddr src, dst; local
[all...]
H A DDNSCommon.h278 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst,
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.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.
510 copy_env(char *src[], char *dst[]) argument
514 for (i = 0; src[i] != NULL; i++)
515 dst[i] = src[i];
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.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.
754 GElf_Phdr src; local
757 (void) gelf_getphdr(src_elf, (int)x, &src);
760 (void) memcpy(&dst, &src, sizeof (GElf_Phdr));
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.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.
467 rsm_intr_q_op_t opcode, rsm_addr_t src,
2715 rsmpiacl_create(rsmapi_access_entry_t *src, rsm_access_entry_t **dest, argument
2725 if (src != NULL) {
2733 if (src[i].ae_node == my_nodeid) {
2737 src[i].ae_node);
2751 src[i].ae_permission & RSM_PERM_RDWR;
3615 rsm_intr_segconnect(rsm_node_id_t src, rsmipc_request_t *req) argument
3624 reply.rsmipc_status = (short)rsmsegacl_validate(req, src,
5186 rsm_srv_func(rsm_controller_object_t *chd, rsm_intr_q_op_t opcode, rsm_addr_t src, void *data, size_t size, rsm_intr_hand_arg_t arg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.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.
1664 uint8_t src; local
1701 src = st->st_param & SBP2_ST_SRC;
1702 if (src == SBP2_ST_SRC_UNSOLICITED) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.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.
146 void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n),
320 zap_ptrtbl_transfer(const uint64_t *src, uint64_t *dst, int n) argument
324 uint64_t lb = src[i];
145 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n), dmu_tx_t *tx) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c250 local_uuid_copy(TSS_UUID *dst, TSS_UUID *src) argument
255 tss_uuid_convert_from(src, usrc);
273 local_copy_file(char *dst, char *src) argument
282 fsrc = fopen(src, "r");
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c324 arg.src = source;
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.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 static int warn_mismatch(char *desc, char *src, int expect, int assigned);
451 warn_mismatch(char *desc, char *src, int expect, int assigned) argument
467 desc, assigned, src, expect);
473 desc, assigned, src, expect);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.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.
977 rdc_merge_bitmaps(rdc_k_info_t *src, rdc_k_info_t *dst) argument
979 if (src->dcio_bitmap == NULL || dst->dcio_bitmap == NULL)
982 rdc_lor(src->dcio_bitmap, dst->dcio_bitmap,
983 min(src->bitmap_size, dst->bitmap_size));
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.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.
261 sa_family_t ipsa_innerfam; /* Inner AF can be != src/dst AF. */
632 * | MUST-BE-ZERO |<iprot>|<proto>| <src port> | <dest port> |
687 struct sockaddr_in *src; member in struct:ipsa_query_s
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.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.
1376 ipaddr_t src, dst; local
1422 src = ipha->ipha_src;
1426 cksum += (src >> 16) + (src & 0xFFFF);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc8 * 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.
1564 (void) sprintf(path, "%s/src", pwent->pw_dir);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.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.
1535 copy_scn(Shdr *src, vnode_t *src_vp, Shdr *dst, vnode_t *dst_vp, Off *doffset, argument
1539 size_t len, n = src->sh_size;
1544 if (vn_rdwr(UIO_READ, src_vp, buf, len, src->sh_offset + off,
1560 *doffset += src->sh_size;
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.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 memcpy(dst, src, n) bcopy((src), (dst), (n))
1095 "could not import src name 0x%x\n"), status);
1111 printf(gettext("could not display src name: "
1125 printf(gettext("src name = %s\n"), src_name_string.value);

Completed in 361 milliseconds

<<31323334353637383940>>