/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | debug_logging.c | 38 log(int priority, const char *routine, char *msg, ...) function
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | log.c | 38 log( function
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/ |
H A D | randtest.c | 34 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 D | xa.c | 28 #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 D | ecp_impl.c | 222 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 D | eventlog_log.c | 263 * 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 D | pool_internal.h | 187 * 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 D | common.ksh | 131 [[ -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 D | fmd_adm.c | 117 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 D | cfga_cvt.c | 162 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 D | cfga_scsi.h | 169 char *log; member in struct:__anon925
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.h | 85 char *log; member in struct:__anon944
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 61 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 D | vdp_impl.c | 66 vdp_init(int log) argument 73 __vdp_logging = log;
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 144 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 D | saslint.h | 356 sasl_log_t *log; member in struct:sasl_log_utils_s
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 189 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 D | SLPConfig.java | 138 // 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 D | display_sun4v.c | 207 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 D | smb_util.c | 1323 * 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 D | dt_consume.c | 208 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 D | asr.c | 474 * 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 D | cfga_fp.h | 181 char *log; member in struct:__anon882
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 827 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...] |