Searched defs:log (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Ddebug_logging.c38 log(int priority, const char *routine, char *msg, ...) function
/osnet-11/usr/src/lib/sun_sas/common/
H A Dlog.c38 log( function
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c34 static char log[LOGSZ][LINESZ]; variable
82 (void) snprintf(log[log_pos], LINESZ,
96 (void) strlcat(log[log_pos], buf, LINESZ);
115 if (log[l][0] != '\0') {
116 (void) printf("%s\n", log[l]);
217 bzero(log, sizeof (log));
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c28 #include "log.h"
277 * Sync the log to disk so we can guarantee recoverability.
401 DB_LOG *log; local
418 * and we'll start from * wherever the log cursor is. Since XA apps
443 log = env->lg_info;
444 if ((err = __log_findckp(log, &log->xa_first)) == DB_NOTFOUND) {
446 * If there were no log files, then we have no
451 if ((err = __db_txnlist_init(&log->xa_info)) != 0)
458 * If we are not starting a scan, the log curso
[all...]
/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c222 int num_of_tries, ecp_ulp_cb_t ecp_ulp_cb, void *arg, int log,
260 __ecp_logging = log;
220 ecp_init(struct ether_addr *dst_addr, struct ether_addr *src_addr, uint16_t subtype, int sockfd, int num_of_tries, ecp_ulp_cb_t ecp_ulp_cb, void *arg, int log, int *errorp) argument
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c263 * Loads the given log file into log_info_t structure format.
265 * Returns pointer to the allocated log structure on success.
270 logr_syslog_load(FILE *fp, logr_info_t *log) argument
283 entry = &log->li_entry[i];
297 log->li_idx = i;
305 * Return a snapshot of the given log in the buffer
307 * the log.
344 * Determines if a given log is supported or not.
369 * Allocate memory and make a copy, as a snapshot, from system log.
411 * Checks to see if a event log utilit
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.h187 * log state
199 typedef struct log log_t;
202 * log item.
206 * configuration log file. If the user commits the changes, then the
207 * log entries are processed in sequence. If rollback is called, the
208 * log is dismissed without being processed. If the commit operation
209 * fails, then the log is "rolled back" to undo the previously
216 struct log_item *li_next; /* List of log items */
217 struct log_item *li_prev; /* List of log items */
222 * log
229 struct log struct
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh131 [[ -n $fmt ]] && log "$fmt\n" "$@"
132 [[ -n $m_brnd_usage ]] && log "$m_brnd_usage"
134 log "$m_usage\n"
165 function log { function
351 log "$e_cannot_wrap" "$filename"
531 log "$f_zfs_create" "${zone.ROOT_ds}"
561 log "$f_zfs_create" "${zone.ROOT_ds}"
579 log "$f_zfs_create" "${zone.rpool_ds}/export"
584 log "$f_zfs_create" "${zone.rpool_ds}/export/home"
1027 log "
[all...]
/osnet-11/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c117 return ("module failed to initialize (consult fmd(1M) log)");
119 return ("module failed to load (consult fmd(1M) log)");
129 return ("invalid log file name");
131 return ("failed to rotate log file (consult fmd(1M) log)");
133 return ("log file is too busy to rotate (try again later)");
1068 fmd_adm_log_rotate(fmd_adm_t *ap, const char *log) argument
1074 if (log == NULL)
1078 cs = fmd_adm_logrotate_1((char *)log, &err, ap->adm_clnt);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c162 assert(pmt.log != NULL);
163 *hba_logpp = pmt.log;
168 if (pmt.log != NULL) {
169 S_FREE(pmt.log);
206 char *drv, *mn, *log; local
217 log = calloc(1, loglen);
219 if (mn != NULL && drv != NULL && inst != -1 && log != NULL) {
221 if (snprintf(log, loglen, "%s%d:%s", drv, inst, mn) < loglen) {
223 ptp->log = log;
[all...]
H A Dcfga_scsi.h169 char *log; member in struct:__anon925
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h85 char *log; member in struct:__anon944
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm61 sqrt log ln
84 'log' => \&log,
282 sub uplog10 () { 1 / CORE::log(10) }
485 # Computes z1**z2 = exp(z2 * log z1)).
496 my $w = $inverted ? &exp($z1 * &log($z2))
497 : &exp($z2 * &log($z1));
648 -CORE::exp(CORE::log(-$z)/3) :
649 ($z > 0 ? CORE::exp(CORE::log($z)/3): 0)
653 return (ref $z)->emake(CORE::exp(CORE::log(
789 sub log { subroutine
[all...]
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c66 vdp_init(int log) argument
73 __vdp_logging = log;
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h144 void (*log)(sasl_conn_t *conn, int level, const char *fmt, ...); member in struct:sasl_utils
477 * the log callback. This is primarily used to eliminate logging which
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h356 sasl_log_t *log; member in struct:sasl_log_utils_s
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c189 register Sfio_t *log= shp->funlog; local
196 log = shp->gd->hist_ptr->histfp;
197 sfwrite(log, (void*)buff, size);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java138 // Create a temporary, default log to report any errors during
140 log = new StderrLog();
223 // to use com.sun.slp.SLPConfig as the log class
228 log = (Writer) logger;
238 log = null;
245 // If no alternate log, revert to minimal default
246 if (log == null) {
247 log = new StderrLog();
249 // If the alternate log failed, log i
1679 protected Writer log; field in class:SLPConfig
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c207 sun4v_display(Sys_tree *tree, Prom_node *root, int log, argument
259 sun4v_display_diaginfo((log || (logging)), root, plafh);
277 syserrlog = log;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c1323 * Creates a log object and inserts it into a list of logs.
1329 smb_log_t *log = NULL; local
1340 log = &log_node->lli_log;
1342 bzero(log, sizeof (smb_log_t));
1344 handle = log->l_handle = smb_get_txid();
1345 log->l_max_cnt = max_cnt;
1346 (void) snprintf(log->l_file, sizeof (log->l_file),
1349 list_create(&log->l_list, sizeof (smb_log_item_t),
1366 * Keep the most recent log entrie
1378 smb_log_t *log; local
1467 smb_log_t *log; local
1490 smb_log_dump(smb_log_t *log) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c208 int log = 0; local
222 log++;
226 dt_shift_128(subtrahend, 128 - log);
227 dt_shift_128(mask, 128 - log);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c474 * log files, saving state and temporary data.
502 * Gets the log file handle used for debugging
511 * Sets the log file used for debugging
514 asr_set_logfile(asr_handle_t *ah, FILE *log) argument
516 ah->asr_log = log;
1493 * configured ASR log file.
1542 * Sets the ASR errno and log the error.
1566 * Logs a warning to the ASR log.
1578 * Logs an informational message to the ASR log.
1590 * Logs a debug message to the ASR log
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h181 char *log; member in struct:__anon882
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c827 strcmp(pool, "log") == 0)) {
1571 is_log ? " [log]" : "");
1885 boolean_t *l2cache, boolean_t *log, uint64_t *ashift)
2043 * log device from the root of the vdev tree (where
2044 * 'log' is non-NULL).
2046 if (log != NULL &&
2050 *log = B_TRUE;
2097 boolean_t *l2cache, boolean_t *log, uint64_t *ashift)
2171 if (log != NULL)
2172 *log
1884 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument
2096 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument
[all...]

Completed in 89 milliseconds