Searched defs:src (Results 276 - 300 of 569) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.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.
699 cpc_buf_copy(cpc_t *cpc, cpc_buf_t *ds, cpc_buf_t *src) argument
701 if (ds->cb_size != src->cb_size)
704 bcopy(src->cb_data, ds->cb_data, ds->cb_size);
705 ds->cb_hrtime = src->cb_hrtime;
706 ds->cb_tick = src->cb_tick;
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.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.
1227 ea_copy_object(const ea_object_t *src) argument
1235 bcopy(src, dst, sizeof (ea_object_t));
1238 switch (src->eo_type) {
1245 switch (src->eo_catalog & EXT_TYPE_MASK) {
1247 if (src->eo_item.ei_string != NULL) {
1249 ea_strdup(src->eo_item.ei_string);
1257 if (src->eo_item.ei_raw != NULL) {
1259 ea_alloc(src
1299 ea_copy_object_tree(const ea_object_t *src) argument
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c978 int src; /* The index of the match being considered */ local
1001 for(src=dst=1; src<nmatch; src++) {
1002 CplMatch *match = matches + src;
1005 if(src != dst)
H A Dpcache.c1489 const char *src = suffix; local
1492 switch(*src) {
1496 *dst++ = *src++;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.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.
277 * Find the SCM_UCRED in src and place a pointer to that option alone in dest.
279 * has to be careful about referring to src after changing dest.
282 extract_cred(const struct netbuf *src, struct netbuf *dest) argument
284 char *cp = src->buf;
285 unsigned int len = src->len;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c698 const struct addrinfo *src; local
704 for (src = src0; src != NULL; src = src->ai_next) {
705 if (src->ai_family != pai->ai_family)
708 cur->ai_next = copy_ai(src);
H A Dgethostent.c364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument
370 if (src == NULL) {
373 if (src == NULL|| net_data == NULL) {
401 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)src)) ||
403 IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)src)) ||
405 const char *cp = src;
421 memcpy(he1->h_addr, src, len);
428 if (memcmp((const struct in6_addr *)src, &in6addr_any, 16) == 0) {
433 he1 = gethostbyaddr_p(src, 16, AF_INET6, net_data);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.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.
490 newprop(xmlNodePtr node, char *attrname, char *src) argument
494 if (src != NULL && strlen(src)) {
496 (xmlChar *)src);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c1047 * char *src - Source path
1059 filecopy(char *dest, char *src) argument
1074 src_fh = fopen(src, "r");
1087 if (stat64(src, &src_attr) < 0) {
1116 if (stat64(src, &dst_attr) < 0) {
/illumos-gate/usr/src/cmd/od/
H A Dod.c296 add_out(output_t *src) argument
301 if ((out = calloc(1, sizeof (*src))) == NULL) {
306 while ((m % src->width) != 0) {
314 (void) memcpy(out, src, sizeof (*src));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.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.
158 if (format->src == format->dest) {
625 if (format->src == format->dest) {
806 is_ipmi_fru_data_available(int src, int dest) argument
813 if (src == dest) {
875 format.src = fru_format->src;
905 is_ipmi_capable(int src, int dest) argument
910 if (src
[all...]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c131 mystrdup(const char *src) argument
135 if ((dst = strdup(src)) == NULL)
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.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.
418 OR_pagedata(prpageheader_t *src, prpageheader_t *dst, int *mappings_changedp) argument
430 src_addr = (uintptr_t)set_prpageheader_cur(&src_cur, src, NULL, -1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.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.
490 char *src; local
512 src = finddelimiter(argv[n]);
513 if (src == NULL)
514 src = argv[n];
519 *src++ = 0;
548 cp = argc == 3 ? argv[2] : tail(src);
557 hostname, src, cp, mode);
559 tftp_recvfile(fd, src, mod
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.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.
858 uchar_t *src, *dst; local
896 src = (uchar_t *)
899 *dst++ = *src++;
/illumos-gate/usr/src/cmd/mailx/
H A Daux.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.
293 istrcpy(char *dst, int dstsize, char *src) argument
298 cp = src;
771 * Copies src to the dstsize buffer at dst. The copy will never
776 nstrcpy(char *dst, int dstsize, char *src) argument
781 cp = src;
790 * Appends src to the dstsize buffer at dst. The append will never
795 nstrcat(char *dst, int dstsize, char *src) argument
800 cp = src;
[all...]
H A Doptim.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.
56 static char best(int src, int dest);
831 best(int src, int dest) argument
836 stype = nettype(src);
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c863 u_int8_t *beg, *dest, *end, *hk, *src; local
953 src = (u_int8_t *)tdata.data + dbt->doff + dbt->dlen;
954 if (src < end && tdata.size > dbt->doff + dbt->dlen) {
956 dest = src + change;
957 memmove(dest, src, len);
1026 u_int8_t *src, *dest; local
1031 src = (u_int8_t *)(pagep) + HOFFSET(pagep);
1036 LEN_HKEYDATA(pagep, pgsize, ndx) - src;
1039 len = (HKEYDATA_DATA(P_ENTRY(pagep, ndx)) + off) - src;
1040 dest = src
1400 void *src, *dest; local
1890 u_int8_t *dest, *src; local
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.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.
424 char *src; local
437 for (src = &filename[strlen(filename)], --src;
438 (src > filename) && (*src != '.'); --src)
440 if (*src != '.')
443 for (src
[all...]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.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.
188 int16_t *src, *dst; local
193 src = sample_buf;
208 ? *src : 0;
212 src += 2;
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.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.
201 * src: the client source address
213 in6_addr_t src; member in struct:ilb_sticky_s
/illumos-gate/usr/src/uts/common/inet/ip/
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 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 Dip_output.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.
346 ip_drop_output("ipIfStatsOutDiscards - invalid src",
968 ipaddr_t src; local
977 src = htonl(INADDR_LOOPBACK);
982 &src, NULL, NULL);
992 ipha->ipha_src = src;
1622 ipaddr_t src = ipha->ipha_src; local
1665 cksum += (dst >> 16) + (dst & 0xFFFF) + (src >> 16) + (src
1779 ipaddr_t src = ipha->ipha_src; local
1859 ipaddr_t src = ipha->ipha_src; local
[all...]
/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++;

Completed in 320 milliseconds

<<11121314151617181920>>