Searched refs:out (Results 151 - 175 of 1666) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh27 echo "exit") | zonecfg -z $name.$$ > out.$$ 2>&1
35 cat out.$$
36 rm out.$$
39 rm out.$$
54 echo "exit") | zonecfg -z $name.$$ > out.$$ 2>&1
64 rm out.$$
67 grep -q "$expect" out.$$
73 sed -e 's/^/ /' out.$$
74 rm out.$$
77 rm out
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_systemfile.c89 goto out;
101 goto out;
107 goto out;
111 goto out;
120 goto out;
158 goto out;
166 goto out;
176 goto out;
184 goto out;
192 out
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument
90 if(sfwrite(out,cp,cpold-cp) < 0)
95 sfputc(out,'\n');
96 else if(sfmove(in,out,nleft,-1) != nleft)
108 if(sfmove(in,out,nleft,-1) != nleft)
H A Dcomm.c66 static int comm(Sfio_t *in1, Sfio_t *in2, register Sfio_t *out,register int mode) argument
83 sfputc(out,'\t');
85 sfputc(out,'\t');
87 if(sfwrite(out,cp1,n) < 0)
100 sfputc(out,'\t');
101 if(sfwrite(out,cp2,n2) < 0)
109 if((mode&C_FILE1) && sfwrite(out,cp1,n1) < 0)
137 sfputc(out,'\t');
138 if(sfwrite(out,cp1,n1) < 0)
H A Dpaste.c82 * to <out>
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
104 sfnputc(out, *delim, n);
108 sfwrite(out,delim,dsiz);
116 sfwrite(out,delim,z);
121 if(sfwrite(out,cp,sfvalue(fp)-((n+1)<nstream)) < 0)
133 sfwrite(out,mp[d].chr,mp[d].len);
135 sfputc(out,c);
139 sfputc(out,'\n');
146 * Handles paste -s, for file <in> to file <out> usin
148 spaste(Sfio_t *in,register Sfio_t* out,register const char *delim,int dsiz,int dlen,Delim_t* mp) argument
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c24 grepcall(char *in, char *out, char *arg) argument
37 fprintf(stderr, "in grepcall, gfile %s in %o out %o\n",
38 gfile, in, out);
94 strcat(out, line);
96 fprintf(stderr, "out now /%s/\n", out);
108 fprintf(stderr, "back from reading %, out %s\n", out);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dtconn.c108 goto out;
146 goto out;
151 goto out;
162 goto out;
167 out:
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c108 goto out;
118 goto out;
121 goto out;
130 out:
154 goto out;
161 goto out;
174 goto out;
179 goto out;
184 goto out;
189 out
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Def_crypto.c16 k5_ef_crypto(const char *in, char *out, argument
26 ASSERT(out != NULL);
42 d2.cd_raw.iov_base = (char *)out;
65 (in != out ? &d2 : NULL),
71 (in != out ? &d2 : NULL),
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c93 goto out;
130 goto out;
137 goto out;
144 goto out;
150 goto out;
155 goto out;
159 out:
294 goto out;
299 out:
318 goto out;
[all...]
/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c43 crypto_data_t *out, size_t block_size,
70 if (out != NULL)
71 crypto_init_ptrs(out, &iov_or_mp, &offset);
89 if (out == NULL) {
113 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1,
128 out->cd_offset += block_size;
146 goto out;
152 out:
170 crypto_data_t *out, size_t block_size,
197 if (out !
42 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*encrypt)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
169 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*decrypt)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c39 #include "out.h"
88 out(O_ERR, "%s: not a valid EFT (bad extension)", fname);
93 out(O_ERR|O_SYS, "%s", fname);
99 out(O_ERR, "%s: not a valid EFT (too short)", fname);
112 out(O_VERB, "%s: magic %x EFT version %d.%d esc version %d.%d",
118 out(O_ERR, "%s: not a valid EFT (bad magic)", fname);
124 out(O_ERR, "%s is version %d.%d, "
136 out(O_DIE|O_SYS, "%s: fread", fname);
138 out(O_DIE|O_SYS, "%s: fseek", fname);
143 out(O_ER
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java56 static PrintStream out = System.out; field in class:JDTrace
161 out.printf(" %3d", (Integer)value);
163 out.printf(" %5d", (Integer)value);
165 out.printf(" %8d", (Integer)value);
168 out.printf(" %16d", (Long)value);
170 out.printf(stringFormat, value.toString());
183 out.printf("%3s %-41s\n", "CPU", "FUNCTION");
186 out.printf("%3s %6s %32s\n",
230 out
[all...]
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c93 <type= \"s\" direction= \"out\"/>\n \
99 <type=\"i\" direction=\"out\"/>\n \
102 <type=\"s\" direction=\"out\"/>\n \
182 goto out;
195 goto out;
205 goto out;
225 goto out;
232 goto out;
250 goto out;
272 goto out;
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c43 #include "out.h"
112 out(O_DIE, "uninitialized configuration");
118 out(O_DIE, "config_lookup: zero length component");
122 out(O_DIE, "config_lookup: "
128 out(O_DIE, "config_lookup: "
142 /* now we have s & num, figure out if it exists already */
225 /* now we have s & num, figure out if it exists already */
273 out(O_ALTFP|O_VERB, "Platform provided no config data.");
288 out(O_ALTFP|O_VERB3, "Raw config data follows:");
289 out(O_ALTF
[all...]
H A Devnv.c37 #include "out.h"
47 out(O_ALTFP|O_VERB3|O_NONL, " ");
78 out(O_ALTFP|O_VERB3, "equal nvls\n");
88 out(O_ALTFP|O_VERB3, "cmpnvl: pair %s vs %s", s1, s2);
129 out(O_ALTFP|O_VERB3,
132 out(O_ALTFP|O_VERB3,
142 out(O_ALTFP|O_VERB3, "cmpnvl: %llu vs %llu", lv1, lv2);
153 out(O_ALTFP|O_VERB3, "cmpnvl: %lld vs %lld", lv1, lv2);
164 out(O_ALTFP|O_VERB3, "cmpnvl: %u vs %u",
176 out(O_ALTF
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c105 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) argument
119 *out = nvl;
166 /* dump out status info if debug is turned on. */
229 nvlist_t *in, nvlist_t **out)
242 return (set_retnvl(mod, out, TOPO_METH_RETIRE_RET, rc));
248 nvlist_t *in, nvlist_t **out)
261 return (set_retnvl(mod, out, TOPO_METH_UNRETIRE_RET, rc));
267 nvlist_t *in, nvlist_t **out)
286 return (set_retnvl(mod, out, TOPO_METH_SERVICE_STATE_RET, rc));
292 nvlist_t *in, nvlist_t **out)
228 cpu_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
247 cpu_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
266 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
291 cpu_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
334 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
427 dimm_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
452 dimm_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
475 dimm_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
500 dimm_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c177 goto out;
183 goto out;
190 goto out;
203 goto out;
213 goto out;
218 goto out;
225 out:
262 goto out;
264 goto out;
267 goto out;
[all...]
/illumos-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c94 * out Buffer to contain output text
95 * len Length, in bytes, of the in and out buffers
98 * out Buffer containing output text
100 * Note: in and out can point to the same location
103 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) argument
107 arcfour_crypt_asm(key, in, out, len);
139 len--, in++, out++) {
146 *out = *in ^ key->arr[tmp];
155 /* See if we're fortunate and 'out' got aligned as well */
157 if ((((uint64_t)(uintptr_t)out)
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c159 * figure out what kind of safe storage we need
210 goto out;
219 goto out;
251 goto out;
276 goto out;
285 goto out;
290 goto out;
306 goto out;
317 goto out;
323 /* figure out whic
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c105 goto out;
114 goto out;
120 goto out;
130 goto out;
138 goto out;
170 goto out;
179 goto out;
188 goto out;
201 goto out;
210 goto out;
[all...]
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c100 * Pick out the script name and convert it for use as an SMF property
106 char *out, *cp; local
113 out = strdup(path + sizeof ("/etc/") - 1);
115 if (out == NULL) {
121 for (cp = out; *cp != '\0'; ++cp) {
127 return (out);
134 char *out; local
151 out = strdup(cp);
152 if (out == NULL)
155 return (out);
164 char *out, *cp; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/
H A Diob_platform.c46 nvlist_t **out)
54 *out = NULL;
56 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) == 0 &&
57 nvlist_add_string(*out, TOPO_METH_LABEL_RET_STR, buf) == 0)
59 nvlist_free(*out);
60 *out = NULL;
45 platform_iob_label(topo_mod_t *mod, tnode_t *node, nvlist_t *ignored, nvlist_t **out) argument
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/
H A Diob_platform.c46 nvlist_t **out)
54 *out = NULL;
56 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) == 0 &&
57 nvlist_add_string(*out, TOPO_METH_LABEL_RET_STR, buf) == 0)
59 nvlist_free(*out);
60 *out = NULL;
45 platform_iob_label(topo_mod_t *mod, tnode_t *node, nvlist_t *ignored, nvlist_t **out) argument
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c42 * The word 'cryptographic' can be left out if the rouines from the library
141 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
160 j = PEM_EncodeBlock(out, ctx->enc_data, ctx->length);
162 out += j;
163 *(out++) = '\n';
164 *out = '\0';
169 j = PEM_EncodeBlock(out, in, ctx->length);
172 out += j;
173 *(out++) = '\n';
174 *out
185 PEM_EncodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
199 Der2Pem(KMF_OBJECT_TYPE type, unsigned char *data, int len, unsigned char **out, int *outlen) argument
322 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
453 PEM_DecodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
483 Pem2Der(unsigned char *in, int inlen, unsigned char **out, int *outlen) argument
[all...]

Completed in 223 milliseconds

1234567891011>>