Searched refs:in (Results 151 - 175 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkstandalone.in13 # GRUB is distributed in the hope that it will be useful,
50 -o, --output=FILE save output in FILE [required]
52 -O, --format=FORMAT generate an image in format
59 $self generates a standalone image (containing all modules) in the selected format
82 case "$option" in
140 case "$platform" in
144 case "$cpu-$platform" in
162 for file in "${source_directory}/"*.mod "${source_directory}/"efiemu32.o "${source_directory}/"efiemu64.o; do
168 for file in ${pkglib_DATA}; do
175 for file in "
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris5 # configure, is in config.log if it exists.
35 # Work around bugs in pre-3.0 UWIN ksh.
42 for as_var in \
108 # Find who we are. Look in the path if we contain no path at all
110 case $0 in
113 for as_dir in $PATH
123 # in which case we are not to be found in the path.
132 case $CONFIG_SHELL in
135 for as_dir in /bi
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c36 #include "../../lib/libast/path/pathnative.c" /* drop in 2002 */
237 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
244 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
264 debug((-7, "PUSH in
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_methods.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
38 get_fmtstr(topo_mod_t *mod, nvlist_t *in) argument
46 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
127 nvlist_t *in, nvlist_t **out)
135 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
146 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
175 nvlist_t *in, nvlist_t **out)
182 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
126 ipmi_fru_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
174 ipmi_fru_fmri(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_netbsd.in12 # GRUB is distributed in the hope that it will be useful,
41 case $(zcat -f "${kernel}" | file -bL - | cut -d , -f 2 | tr -d ' ') in
53 case $(${grub_probe} --target=fs -d ${GRUB_DEVICE}) in
80 case "${loader}" in
107 case "${loader}" in
125 # We look for NetBSD kernels in / but not in subdirectories. We simply
126 # pick all statically linked ELF executable files (or links) in / with a
129 for k in $(ls -t /netbsd*) ; do
H A D10_linux.in12 # GRUB is distributed in the hope that it will be useful,
41 case ${GRUB_DEVICE} in
80 # FIXME: We need an interface to select vesafb in case efifb can't be used.
134 case x`uname -m` in
136 list=`for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
140 list=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* /boot/kernel-* ; do
159 for i in "initrd.img-${version}" "initrd-${version}.img" "initrd-${version}.gz" \
172 for i in "${dirname}/config-${version}" "${dirname}/config-${alt_version}" "/etc/kernels/kernel-config-${version}" ; do
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh14 # This program is distributed in the hope that it will be useful,
28 # This file is maintained in Automake, please report
32 case $1 in
53 # Prevent date giving response in another language.
93 case $1 in
116 case $1 in
135 case $3 in
137 case $2 in
152 # be used for files modified in the last year.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm37 a file in NDBM_File format;. You can manipulate the data in the file
38 just as if it were in a Perl hash, but when your program exits, the
39 data will remain in the file, to be used the next time your program
42 Use C<NDBM_File> with the Perl built-in C<tie> function to establish
69 Read-only access to the data in the file.
73 Write-only access to the data in the file.
82 any of these, as in the example. If you omit C<O_CREAT> and the file
101 is too long. It means that the change was not recorded in the
107 store in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm37 a file in ODBM_File format;. You can manipulate the data in the file
38 just as if it were in a Perl hash, but when your program exits, the
39 data will remain in the file, to be used the next time your program
42 Use C<ODBM_File> with the Perl built-in C<tie> function to establish
69 Read-only access to the data in the file.
73 Write-only access to the data in the file.
82 any of these, as in the example. If you omit C<O_CREAT> and the file
101 is too long. It means that the change was not recorded in the
107 store in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm40 a file in SDBM_File format;. You can manipulate the data in the file
41 just as if it were in a Perl hash, but when your program exits, the
42 data will remain in the file, to be used the next time your program
45 Use C<SDBM_File> with the Perl built-in C<tie> function to establish
72 Read-only access to the data in the file.
76 Write-only access to the data in the file.
85 any of these, as in the example. If you omit C<O_CREAT> and the file
104 is too long. It means that the change was not recorded in the
110 store in th
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dregex.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
84 intptr_t cur, in; local
88 for (in = 0; in < NBRA; in++) {
89 __braslist[in] = 0;
90 __bravar[in] = -1;
95 for (in = 0; in < NBR
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c15 * apply to all code found in this distribution, be it the RC4, RSA,
20 * Copyright remains Eric Young's, and as such any Copyright notices in
22 * If this package is used in a product, Eric Young should be given attribution
24 * This can be in the form of a textual message at program startup or
25 * in documentation (online or textual) provided with the package.
27 * Redistribution and use in source and binary forms, with or without
32 * 2. Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in the
139 unsigned char *in, int inl)
148 (void) memcpy(&(ctx->enc_data[ctx->num]), in, in
138 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
319 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
467 get_line(unsigned char *in, int inlen, char *buf, int buflen) argument
480 Pem2Der(unsigned char *in, int inlen, unsigned char **out, int *outlen) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvid_funcs.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
31 * These functions are documented in the SVID as being part of libnsl.
32 * They are also defined as macros in various RPC header files. To
83 clnt_control(CLIENT *cl, uint_t rq, char *in) argument
85 return ((*(cl)->cl_ops->cl_control)(cl, rq, in));
107 svc_control(SVCXPRT *xprt, const uint_t rq, void *in) argument
111 *((int *)in) = __svc_versquiet_get(xprt);
114 if (*((int *)in) == 0)
120 return ((*(xprt)->xp_ops->xp_control)(xprt, rq, in));
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
328 nvlist_t *in, nvlist_t **out)
336 if (is_cacheline_fmri(in))
337 return (cacheline_retire(mod, node, in, out));
369 nvlist_t *in, nvlist_t **out)
377 if (is_cacheline_fmri(in))
378 return (cacheline_unretire(mod, node, in, out));
413 nvlist_t *in, nvlist_t **out)
421 if (is_cacheline_fmri(in))
327 cpu_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
368 cpu_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
412 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
464 chip_core_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
508 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
601 dimm_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
626 dimm_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
651 dimm_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan30 them in this order: [ahvr]. Once the script finds one, it ignores
57 them in alphabetical order.
63 Runs a `make clean` in the specified module's directories.
163 print "Creating autobundle in ", $CPAN::Config->{cpan_home},
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_getrhent.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
32 #include <netinet/in.h>
49 escape_colon(char *in, char *out) { argument
51 for (i = 0, j = 0; in[i] != '\0'; i++) {
52 if (in[i] == ':') {
54 out[j++] = in[i];
56 out[j++] = in[i];
93 * Escape ':' in IPV6.
94 * The value is stored in LDA
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c16 * notice appear in all copies and that both that copyright notice and
17 * this permission notice appear in supporting documentation, and that
18 * the name of M.I.T. not be used in advertising or publicity pertaining
21 * your software as modified software and not distribute it in such a
167 fmt += len - 1; /* then fmt++ in loop header */
186 /* Like syslog's %m except the errno value is passed in
370 * return the response (if any) in 'reply'.
558 * connections already in progress
589 krb5int_cm_call_select (const struct select_state *in, argument
595 *out = *in;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h74 gsserrmap__copy_key (OM_uint32 *out, OM_uint32 in) argument
78 *out = in;
81 return (*copykey)(out, in);
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Duninstall.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
68 case $OPT in
88 case $OPT in
96 case $OPT in
116 # in '-n' mode we should never return success (since we haven't
148 # be in the "unavailable" state.
/osnet-11/usr/src/cmd/perl/skel/
H A DMakefile6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
68 for ext in $(PERL_EXT); do \
92 for ext in $(PERL_EXT); do \
106 for ext in $(PERL_EXT); do \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm83 C<addfile> and C<add_bits> in terms of C<add>, and of the methods
84 C<hexdigest> and C<b64digest> in terms of C<digest>.
95 The arguments and expected behaviour of these methods are described in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm7 # the Perl code (or whatever non-pod stuff is in the source file).
23 my( $self, $in, $outfh ) = @_;
25 open(IN, "<", $in) or die "Can't read-open $in: $!\nAborting";
43 close IN or die "Can't close $in: $!";
64 This is a "plug-in" class that allows Perldoc to display Pod source as
81 This program is distributed in the hope that it will be useful, but
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_data.c7 * copyright notice and this permission notice appear in all copies.
29 #include <netinet/in.h>
H A Dinet_makeaddr.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
41 #include <netinet/in.h>
47 * Formulate an Internet address from network + host. Used in
48 * building addresses stored in the ifnet structure.
/osnet-11/usr/src/lib/libresolv2/include/
H A Dresolv_mt.h5 #include <netinet/in.h>

Completed in 77 milliseconds

1234567891011>>