Home
last modified time | relevance | path

Searched refs:from (Results 176 – 200 of 1869) sorted by relevance

12345678910>>...75

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dpsignal.ksh51 hello world : Segmentation Fault ( from process 0 )
52 Information Request ( from process 0 )
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c341 struct sockaddr_in *from, /* filled in w/ responder's port/addr */ in bpmap_rmtcall() argument
364 xdr_rmtcallres, (caddr_t)&pmap_r, rexmit, wait, to, from, in bpmap_rmtcall()
394 xdr_rpcb_rmtcallres, (caddr_t)&rpcb_r, rexmit, wait, to, from, in bpmap_rmtcall()
422 struct sockaddr_in *to, struct sockaddr_in *from) in bpmap_getport() argument
455 (caddr_t)&pmap_port, 0, 0, to, from, AUTH_NONE); in bpmap_getport()
481 (char *)&ua, 0, 0, to, from, AUTH_NONE); in bpmap_getport()
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c125 char *from; in ficlPrimitiveRenameFile() local
137 from = (char *)malloc(length + 1); in ficlPrimitiveRenameFile()
138 memcpy(from, address, length); in ficlPrimitiveRenameFile()
139 from[length] = 0; in ficlPrimitiveRenameFile()
141 pushIor(vm, !rename(from, to)); in ficlPrimitiveRenameFile()
143 free(from); in ficlPrimitiveRenameFile()
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c86 char *line, *cp, *from, *to, *ap; in main() local
137 if ((from = strsep(&cp, WS)) == NULL || cp == NULL) in main()
145 if (strcmp(from, progname) == 0) { in main()
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c313 plat_lgrp_latency(lgrp_handle_t from, lgrp_handle_t to) in plat_lgrp_latency() argument
320 if (lgrp_optimizations() && (from != to || in plat_lgrp_latency()
321 from == LGRP_DEFAULT_HANDLE || to == LGRP_DEFAULT_HANDLE)) in plat_lgrp_latency()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dccmap.c715 dump(int from, int to) in dump() argument
721 m = ccmap(from, to); in dump()
722 sfprintf(sfstdout, "\n /* %s => %s */\n\n", ccmapname(from), ccmapname(to)); in dump()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dksh.pkg10 The AT&T Software Technology ksh package from AT&T Research
13 to build ksh from the source then download one of the ast-ksh,
/illumos-gate/usr/src/lib/krb5/
H A DTHIRDPARTYLICENSE4 * Export of this software from the United States of America may
5 * require a specific license from the United States Government.
23 * Export of this software from the United States of America may
24 * require a specific license from the United States Government.
46 * Export of this software from the United States of America may require
47 * a specific license from the United States Government. It is the
82 * may be used to endorse or promote products derived from this software
124 * from this software without specific prior written permission.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c121 struct sockaddr_in6 from; in tftp_sendfile() local
175 fromlen = (socklen_t)sizeof (from); in tftp_sendfile()
178 (struct sockaddr *)&from, &fromlen); in tftp_sendfile()
185 sin6.sin6_port = from.sin6_port; /* added */ in tftp_sendfile()
249 struct sockaddr_in6 from; in tftp_recvfile() local
304 fromlen = (socklen_t)sizeof (from); in tftp_recvfile()
306 (struct sockaddr *)&from, &fromlen); in tftp_recvfile()
313 sin6.sin6_port = from.sin6_port; /* added */ in tftp_recvfile()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c69 #define STRDUP_OR_FAIL(to, from) \ argument
70 if ((from) == NULL) \
73 if ((to = strdup(from)) == NULL) \
77 #define STRDUP_CHECK(to, from) \ argument
78 if ((from) != NULL) { \
79 to = strdup(from); \
1044 copy_string(char **to, char *from) in copy_string() argument
1046 if (EMPTY_STRING(from)) { in copy_string()
1049 *to = strdup(from); in copy_string()
1064 to->idtype = from->idtype; in copy_id()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/
H A DTHIRDPARTYLICENSE7 This code is derived from software contributed to Berkeley by
8 James A. Woods, derived from original work by Spencer Thomas
26 from this software without specific prior written permission.
51 from this software without specific prior written permission.
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_kdi.c213 caddr_t from; in kdi_prw() local
232 from = va; in kdi_prw()
236 from = buf; in kdi_prw()
257 bcopy(from, to, sz); in kdi_prw()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg858 @ MSG_SEC_INPUT "section=%s; input from file=%s"
864 @ MSG_SEC_DISCARDED "section=%s; input from file=%s; \
905 from previously loaded object: file=%s"
971 discarded section=%s from file=%s"
1034 @ MSG_ORD_TITLE_1 " %s=SHN_BEGIN: section=%s from %s"
1035 @ MSG_ORD_TITLE_2 " %s=SHN_AFTER: section=%s from %s"
1078 @ MSG_AUD_SKIP "file=%s; skipped: using auditor from %s"
1102 @ MSG_UTL_SORT "from sorted order"
1156 satisfied from backup reservation: remaining %#llx"
1489 @ MSG_DL_DLADDR "dladdr() called from file=%s: %#llx"
[all …]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c441 char *from, /* name to copy */ in rrip_namecopy() argument
455 (from == (char *)NULL) || in rrip_namecopy()
487 (void) strcpy(tmp_name, from); /* keep original */ in rrip_namecopy()
488 size = hs_uppercase_copy(tmp_name, from, (int)strlen(from)); in rrip_namecopy()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c154 get_param(char **to, const char *from) in get_param() argument
165 while (isspace(from[from_i])) in get_param()
168 for (to_i = 0; '\0' != from[from_i]; from_i++) { in get_param()
169 c = from[from_i]; in get_param()
189 buf[to_i++] = from[from_i]; in get_param()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.S56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2
195 ld [%i1 + %i0], %i4 ! read a word from s2
225 ld [%i1], %i5 ! read a word from s1
229 ld [%i1], %i5 ! read a word from s1
234 ld [%i1 + %i0], %i4 ! read a word from s2
298 ldub [%i1 + %i0], %i4 ! read a word from s1
299 ldub [%i1], %i5 ! read a word from s2
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1105 lgrp_latency(lgrp_id_t from, lgrp_id_t to) in lgrp_latency() argument
1111 latency = lgrp_latency_cookie(cookie, from, to, LGRP_LAT_CPU_TO_MEM); in lgrp_latency()
1128 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, in lgrp_latency_cookie() argument
1142 if (snap == NULL || snap->ss_magic != cookie || from < 0 || to < 0 || in lgrp_latency_cookie()
1152 if (from >= nlgrps_max || to >= nlgrps_max) { in lgrp_latency_cookie()
1160 ncpus = lgrp_cpus(cookie, from, NULL, 0, LGRP_CONTENT_HIERARCHY); in lgrp_latency_cookie()
1178 if (from == to) { in lgrp_latency_cookie()
1179 lgrp_info = &snap->ss_info[from]; in lgrp_latency_cookie()
1183 return (snap->ss_latencies[from][to]); in lgrp_latency_cookie()
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c330 plat_lgrp_latency(lgrp_handle_t from, lgrp_handle_t to) in plat_lgrp_latency() argument
337 if (lgrp_optimizations() && (from != to || in plat_lgrp_latency()
338 from == LGRP_DEFAULT_HANDLE || to == LGRP_DEFAULT_HANDLE)) in plat_lgrp_latency()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md38 link-editor, so we check for the value from `data.s`, but implicitly rely on the
39 _visibility_ from `hidden.s` to link. Proving to ourselves that the visibility
40 came from symbol resolution and not any other means.
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.S97 / init is called from the _init symbol in the CRT, however .init_array
98 / are called "naturally" from call_init. Because of that, we need the
102 jmp .get_ip / in case we were invoked from libc.so
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync16 The kernel component of bhyve has diverged from the FreeBSD sources and
17 will continue to evolve away from the initial compatibility interfaces towards
22 syncs from FreeBSD, but currently disabled. See the comments in 'Makefile'
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica77 # obtaining the data from the:
91 # from the International Date Line.
168 # in Argentina from 2008-10-19 until 2009-03-15.
1072 # east from west Amazonas.
1104 # Dates for America/Santiago from 1910 to 2004 are primarily from
1113 # The first set of corrections is from:
1147 # Data for Pacific/Easter from 1910 through 1967 come from Shanks &
1227 # Quote from the website communication:
1407 # Palmer used to be supplied from Argentina.
1538 # A letter from Justin McPhee, Chief Executive,
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1067 src = from; in lgrp_plat_latency()
1235 int from; in lgrp_plat_probe() local
1255 ASSERT(from >= 0 && from < lgrp_plat_node_cnt); in lgrp_plat_probe()
1263 if (lat_stats->latencies[from][from] != 0) in lgrp_plat_probe()
2448 int from; in lgrp_plat_probe_time() local
2460 ASSERT(from >= 0 && from < lgrp_plat_node_cnt); in lgrp_plat_probe_time()
2471 lat_stats->latencies[from][to] = 0; in lgrp_plat_probe_time()
2542 probe_stats->probe_min[from][to] == 0) in lgrp_plat_probe_time()
2543 probe_stats->probe_min[from][to] = min; in lgrp_plat_probe_time()
2545 if (max > probe_stats->probe_max[from][to]) in lgrp_plat_probe_time()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DTHIRDPARTYLICENSE17 * may be used to endorse or promote products derived from this software
35 * Export of this software from the United States of America may
36 * require a specific license from the United States Government.
54 * Export of this software from the United States of America may
55 * require a specific license from the United States Government.
82 * Export of this software from the United States of America may
83 * require a specific license from the United States Government.
117 * Export of this software from the United States of America may
118 * require a specific license from the United States Government.
158 * a specific license from the United States Government. It is the
[all …]
/illumos-gate/usr/src/test/crypto-tests/tests/digest/data/
H A DREADME3 The SHA* vectors are taken directly from:
6 The MD5 vectors are taken from:

12345678910>>...75