Home
last modified time | relevance | path

Searched refs:from (Results 126 – 150 of 1869) sorted by relevance

12345678910>>...75

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1680 ID_SID, from); in sid_convert()
1692 ID_SID, from); in sid_convert()
1697 ID_SID, from); in sid_convert()
1705 if (i < strlen(from)) { in sid_convert()
1708 ID_SID, from, from[i]); in sid_convert()
1742 ID_SID, from); in sid_convert()
1752 ID_SID, from); in sid_convert()
1766 from, cp - from, from); in sid_convert()
1774 from, ecp - cp, cp); in sid_convert()
1787 ID_SID, from); in sid_convert()
[all …]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c237 kcopy(const void *from, void *to, size_t count) in kcopy() argument
242 kcopy_nta(const void *from, void *to, size_t count, int dummy) in kcopy_nta() argument
247 bcopy(const void *from, void *to, size_t count) in bcopy() argument
252 ovbcopy(const void *from, void *to, size_t count) in ovbcopy() argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c387 char *from; local
434 from = (char *)pg + pg->upper;
435 memmove(from + nksize, from, (char *)bi - from);
484 char *from; local
503 from = (char *)h + h->upper;
504 memmove(from + nbytes, from, (char *)to - from);
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME1 The following tests come from Brian Kernighan's tests collection:
5 - p.* files are examples from The Awk Programming Environment (TAPE)
11 The tests in gnu/ and syn/ were gathered tests from gawk's "basic" and
/illumos-gate/usr/src/lib/libmail/common/
H A Dstrmove.c47 strmove(char *to, char *from) in strmove() argument
49 while ((*to++ = *from++) != 0) in strmove()
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.files7 functions are managed from command line simple language
22 * stp_cli.c - consists from command line functions
25 uses structures and definitions from the header uid_stp.h
51 stp_in.c - API for calls from outside.
52 sttrans.c - API for calls from outside (dedicated for creation
/illumos-gate/usr/src/head/iso/
H A Dstdarg_c99.h65 #define va_copy(to, from) __va_copy(to, from) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties28 #Messages from slpd before logging is established.
53 request_in = Incoming datagram request received from ``{0}'''' on interface ``{1}''''.
59 rh_datagram_ioe = IOException processing datagram packet from host:port ``{0}:{1}'''' on interface …
63 rh_rqst_in = Request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4}
65 rh_rply_null = No reply for message ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}''''.
73 rh_no_multi = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because …
74 rh_no_uni = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' because it was unicast from a for…
76 rh_no_srv_uni = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' becaus…
78 rh_drop_srv = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because …
124 sl_incoming = Incoming stream connection from ``{0}'''' on interface ``{1}''.
[all …]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c83 struct sockaddr_in from; local
118 fromlen = sizeof (from);
120 (struct sockaddr *)&from, &fromlen);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c407 topo_edge_new(topo_mod_t *mod, topo_vertex_t *from, topo_vertex_t *to) in topo_edge_new() argument
413 "%s=%" PRIx64"", topo_node_name(from->tvt_node), in topo_edge_new()
414 topo_node_instance(from->tvt_node), in topo_edge_new()
421 if (from->tvt_noutgoing == UINT32_MAX || in topo_edge_new()
434 e_from->tve_vertex = from; in topo_edge_new()
437 topo_list_append(&from->tvt_outgoing, e_to); in topo_edge_new()
438 from->tvt_noutgoing++; in topo_edge_new()
648 topo_node_name(from->tvt_node), in topo_digraph_paths()
649 topo_node_instance(from->tvt_node)) < 1) { in topo_digraph_paths()
658 pathcomp->tspc_vertex = from; in topo_digraph_paths()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dlink.c39 link(const char* from, const char* to)
41 NoP(from);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl381 my ($to, $sym, $from, $binary, $line);
434 ($binary, $from, $to, $sym) = split(/\|/, $_, 4);
439 next if ($from eq "*REVERSE*");
446 push(@unbound_list, "$from|$sym");
453 if ($from eq "*DIRECT*") {
460 $from_is_sys_lib = is_system_library($from, $abi);
476 push(@symbol_list, "$from|$to|$abi|$sym");
529 ($from, $lib_abi_sym) = split(/\|/, $lib_abi_sym, 2);
544 "$from|$lib_abi_sym" . "\n";
550 $line = "$path_to_object|$a|$from|$l|$class|$s" . "\n";
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c375 struct sockaddr_in from; in query_loop() local
429 msg.msg_name = &from; in query_loop()
439 msg.msg_namelen = sizeof (from); in query_loop()
459 if (sp->addr.s_addr == from.sin_addr.s_addr) in query_loop()
465 sp->addr = from.sin_addr; in query_loop()
475 rip_input(&from, cc, ifindex); in query_loop()
550 rip_input(struct sockaddr_in *from, int size, uint_t ifindex) in rip_input() argument
570 if (!nflag && (hp = gethostbyaddr((char *)&from->sin_addr, in rip_input()
573 hp->h_name, inet_ntoa(from->sin_addr)); in rip_input()
576 (void) strcpy(srcaddr, inet_ntoa(from->sin_addr)); in rip_input()
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt51 print_audit() formats binary audit data from stdin and prints in
52 ASCII on stdout. print_audit_buf() formats binary audit data from
92 are required to from complete, valid XML. The various
94 must be used separately from print_audit and print_audit_buf
143 audit record from the input):
149 in_buf_len will be set to the remaining size from this address to
161 The following code fragment takes audit input from stdin, and
167 * Format audit data from stdin and print to stdout.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drcmd.c107 struct sockaddr_in sin, from; in rcmd() local
235 int len = sizeof (from); in rcmd()
252 s3 = accept(s2, (struct sockaddr *)&from, &len); in rcmd()
266 from.sin_port = ntohs((u_short)from.sin_port); in rcmd()
267 if (from.sin_family != AF_INET || in rcmd()
268 from.sin_port >= IPPORT_RESERVED) { in rcmd()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c474 uint_t i, from; in bpf_validate() local
548 from = i + 1; in bpf_validate()
551 if (from + p->k < from || from + p->k >= len) in bpf_validate()
558 if (from + p->jt >= len || from + p->jf >= len) in bpf_validate()
/illumos-gate/usr/src/cmd/sa/
H A DREADME56 on the hour from 8:00 to 23:00 on weekdays.
58 minutes interval from 8:00 to 17:00 and once at other times.
61 the daily report from the data file. Its usage is
67 If they are not specified, all data from the data file are to
79 buffer usage and disk and tape activities from 8:00 to 18:01.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c39 static char* trstrcpy(char* to, const char* from, int endc) in trstrcpy() argument
41 static char* trstrcpy(to, from, endc) in trstrcpy()
43 const char* from;
48 n = strlen(from);
49 memcpy(to,from,n);
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.12 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
4 block in on le0 proto tcp from 10.1.1.1/32 to any
H A Dexample.22 # block all outgoing TCP packets on le0 from any host to port 23 of
5 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
/illumos-gate/usr/src/cmd/csh/
H A Dsh.local.h52 #define copy(to, from, size) bcopy(from, to, size) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dvarargs.h65 #define va_copy(to, from) __va_copy(to, from) argument
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c524 struct sockaddr_storage from; local
563 fromlen = (socklen_t)sizeof (from);
579 if (from.ss_family == AF_INET) {
582 (const void *)&ss2sin(&from)->sin_addr,
585 } else if (from.ss_family == AF_INET6 &&
591 (const void *)&ss2sin6(&from)->sin6_addr, ntop,
597 if (from.ss_family == AF_INET || from.ss_family == AF_INET6) {
599 if (from.ss_family == AF_INET6 &&
600 IN6_IS_ADDR_V4MAPPED(&ss2sin6(&from)->sin6_addr)) {
621 from.ss_family);
[all …]
/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h69 extern string *s_append(string *to, char *from);
75 extern string *s_parse(string *from, string *to);
79 extern void s_skipwhite(string *from);
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
23 When booting from a SCSI disk on a system with one or more IDE disks,
26 correctly locate the SCSI disk you are booting from.

12345678910>>...75