Searched refs:out (Results 626 - 650 of 1666) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/logadm/
H A Derr.h40 void out(const char *fmt, ...);
73 int Debug; /* replace with #define to zero to compile out Debug code */
H A Dmain.c223 usage("bailing out due to command line errors");
312 (void) out("# loading %s\n", conffile);
362 err(EF_FILE, "bailing out on logname \"%s\" "
374 /* write out any conffile changes */
460 (void) out("# processing logname: %s\n", logname);
480 (void) out("\n");
510 (void) out(
519 (void) out("# using default expire rule: -C10\n");
526 (void) out("# using default template: $file.$n\n");
770 (void) out("# recordin
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_checksum.h106 extern int zio_checksum_error(zio_t *zio, zio_bad_cksum_t *out);
/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c585 goto out;
592 goto out;
606 goto out;
610 goto out;
631 goto out;
639 goto out;
659 out:
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c343 goto out;
350 goto out;
358 goto out;
364 goto out;
369 out:
542 goto out;
566 out:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c224 * out == 64-byte string where each byte is either 1 or 0
227 static void Expand(in, out)
229 char *out;
237 *out++ = (c >> j) & 01;
244 static void Collapse(in, out)
246 u_char *out;
252 for (i = 0; i < 64; i += 8, out++) {
256 *out = c & 0xff;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c576 goto out;
581 goto out;
594 out:
623 goto out;
629 goto out;
635 goto out;
645 out:
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h299 uchar_t *out, size_t bitlen);
301 #define PRF_64(key, klen, nonce, adata, alen, bdata, blen, out) \
302 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 64)
304 #define PRF_128(key, klen, nonce, adata, alen, bdata, blen, out) \
305 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 128)
307 #define PRF_256(key, klen, nonce, adata, alen, bdata, blen, out) \
308 PRF(key, klen, nonce, adata, alen, bdata, blen, out, 256)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c168 goto out;
182 goto out;
187 goto out;
196 out:
272 * any I/O threads with a hold to get out.
387 goto out;
392 goto out;
396 out:
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c822 goto out;
829 goto out;
842 goto out;
849 goto out;
857 goto out;
884 goto out;
886 goto out;
888 goto out;
906 out:
1248 goto out;
1410 ssl_write_key(KMF_HANDLE *kmfh, KMF_ENCODE_FORMAT format, BIO *out, KMF_CREDENTIAL *cred, EVP_PKEY *pkey, boolean_t private) argument
1486 BIO *out = NULL; local
4867 BIO *out = NULL; local
4999 BIO *in = NULL, *out = NULL; local
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c187 syslog(LOG_ERR, "pam_authtok_check: out of memory");
251 * we find out where the user information came from (which repository),
381 syslog(LOG_ERR, "pam_authtok_check: out of memory.");
412 goto out;
421 out:
533 goto out;
545 goto out;
557 goto out;
565 goto out;
571 goto out;
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c334 nvlist_t *in, nvlist_t **out)
351 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) < 0) {
356 if (nvlist_add_string(*out, "fmri-string", name) != 0) {
368 nvlist_t *in, nvlist_t **out)
477 *out = fmri;
511 nvlist_t *in, nvlist_t **out)
528 *out = fmri_create(mod, cpu_id, cpumask, serial);
536 nvlist_t *in, nvlist_t **out)
563 *out = fmri_create(mod, cpu_id, cpumask, serial);
564 if (*out
333 cpu_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
367 cpu_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
510 cpu_fmri_asru(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
535 cpu_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h595 int __sasl_add_string(const _sasl_global_context_t *gctx, char **out,
599 #define _sasl_add_string(out, alloclen, outlen, add) \
600 __sasl_add_string(gctx, out, alloclen, outlen, add)
603 #define _sasl_strdup(in, out, outlen) \
604 __sasl_strdup(gctx, in, out, outlen)
606 char **out, size_t *outlen);
614 int _sasl_add_string(char **out, size_t *alloclen,
618 extern int _sasl_strdup(const char *in, char **out, size_t *outlen);
635 char *out, unsigned outlen);
636 int _sasl_ipfromstring(const char *addr, struct sockaddr *out,
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist72 33 Argument out of domain
76 37 Channel number out of range
80 41 Link number out of range
122 85 .lib section in a.out corrupted
159 145 Connection timed out
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c248 goto out;
263 goto out;
272 goto out;
297 goto out;
311 goto out;
335 goto out;
351 goto out;
394 goto out;
412 goto out;
419 out
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c347 /* Write out the header */
389 /* Write out the record */
565 goto out;
614 goto out;
622 goto out;
628 goto out;
638 goto out;
645 goto out;
654 goto out;
661 goto out;
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_set.c535 out:
606 goto out;
619 goto out;
630 goto out;
644 goto out;
652 goto out;
662 out:
725 out:
794 goto out;
810 out
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c280 "I cannot figure out which publickey database you want to update.\n");
338 /* No service specified, try to figure out from switch */
593 goto out;
607 goto out;
622 goto out;
630 goto out;
636 goto out;
644 goto out;
653 goto out;
663 goto out;
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c261 * this all out into userland, sigh.)
336 /* get a snapshot of all the pids we're going to check out */
489 * freectty() freeing the vnode out from under us.
831 /* figure out how man f_user_t's we can safetly copy out */
863 goto out;
872 goto out;
881 goto out;
890 goto out;
897 goto out;
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c306 goto out;
310 out:
568 /* Read the first word from the EEPROM. If this times out or fails, do
583 goto out;
593 goto out;
608 out:
629 /* Read the first word from the EEPROM. If this times out or fails, do
644 goto out;
653 goto out;
657 out
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c153 goto out;
170 goto out;
176 out:
207 goto out;
246 goto out;
257 goto out;
268 goto out;
321 goto out;
329 goto out;
336 out
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c281 goto out;
311 out:
351 goto out;
377 out:
522 goto out;
526 goto out;
603 out:
790 goto out;
807 goto out;
819 goto out;
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c269 goto out;
284 goto out;
299 goto out;
302 * For all debugger actions, first zero out the
319 goto out;
344 out:
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c206 /** Print out program usage.
216 " --verbose=yes|no Print out debug (overrides HALD_VERBOSE)\n"
217 " --use-syslog Print out debug messages to syslog instead of stderr.\n"
234 /** If #TRUE, we will spew out debug */
271 goto out;
278 out:
336 goto out;
342 goto out;
349 out:
378 /* our helpers are installed into libexec, so adjust out
[all...]
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c206 * we're not out of sync, update the entire system firewall configuration,
292 goto out;
301 goto out;
306 out:
328 goto out;
347 out:
501 * Figure out it's a firewall capable instance and call ipfilter_update

Completed in 218 milliseconds

<<21222324252627282930>>