/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pperror.c | 31 pperror(int level, ...) argument 35 va_start(ap, level); 36 errorv(pp.pass, level, ap);
|
H A D | ppincref.c | 35 int level; local 41 level = 0; 44 level++; 45 if (level > 0) 46 level--; 47 error(0, "%-*s%s", level * 4, "", file);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | acpi_stubs.c | 46 acpi_ddi_setwake(dev_info_t *dip, int level) argument 51 return ((*acpi_fp_setwake)(dip, level));
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) argument 37 va_start(ap, level); 38 errorv(dictionary, level, ap);
|
H A D | errorf.c | 33 errorf(void* handle, void* discipline, int level, ...) argument 37 va_start(ap, level); 38 errorv((discipline && handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR_LIBRARY), ap);
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | Dout.c | 32 void Dout(char *subname, int level, char *msg, ...) 36 on (-x specified) and the level of this message is 51 Dout(char *subname, int level, char *fmt, ...) argument 66 int level; local 74 level = Xlevel; 84 level = va_arg(args, int); 88 if (debug > level) {
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | getsockopt.c | 34 getsockopt(int s, int level, int optname, char *optval, int *optlen) argument 37 if ((a = _getsockopt(s, level, optname, optval, optlen)) == -1)
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regfatal.c | 33 regfatalpat(regex_t* p, int level, int code, const char* pat) argument 40 error(level, "regular expression: %s: %s", pat, buf); 42 error(level, "regular expression: %s", buf); 46 regfatal(regex_t* p, int level, int code) argument 48 regfatalpat(p, level, code, NiL);
|
/illumos-gate/usr/src/uts/sun/io/dada/impl/ |
H A D | dcd_control.c | 46 dcd_reset(struct dcd_address *ap, int level) argument 48 return (*A_TO_TRAN(ap)->tran_reset)(ap, level);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | canonize.c | 41 int level; local 48 level = 0; 51 level++; 57 while (level--) {
|
/illumos-gate/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-lcd-set-brightness-sunos.c | 34 int level; local 56 level = atoi(arg); 58 if (ioctl(fd, ACPI_DRV_IOC_SET_BRIGHTNESS, &level) < 0) {
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | log.c | 42 int level, 55 if (dbg_level >= level) { 66 syslog(LOG_DAEMON | level, message); 41 isnslog( int level, const char *routine, char *msg, ... ) argument
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | log.c | 39 int level, 63 syslog(level, message); 38 log( int level, const char *routine, char *msg, ... ) argument
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_log.c | 36 igb_log(void *arg, igb_debug_t level, const char *fmt, ...) argument 49 if (level > igb_debug) 52 switch (level) {
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 59 int level, optname; local 82 level = IPPROTO_TCP; 85 level = IPPROTO_UDP; 93 if (setsockopt(sd, level, optname, &optval, sizeof (optval)) < 0) { 107 (void) setsockopt(sd, level, optname, &optval, sizeof (optval));
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones_paths.c | 96 int level; local 103 level = 0; 106 level++; 113 while (level--) {
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | trace.c | 9 * forth in the LICENSE file which can be found at the top level of 103 /* find the level to set it to */ 148 int level; local 157 level = 0; 160 level = level * 10 + (*s - '0'); 163 if (level < 0) 164 level = 0; 168 level = 1; 171 sm_debug_addsetting_x(sm_strndup_x(pat, endpat - pat), level); [all...] |
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioDebug.cc | 36 // Global debugging level variable 40 // Get debug level 47 // Set debug level 50 int val) // new level 118 int level, 124 if (Audio_debug >= level) { 117 AudioDebugMsg( int level, char *fmt, ...) argument
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | smediad_err.c | 108 debug(uint_t level, const char *fmt, ...) argument 114 if (level > debug_level) { 118 (void) snprintf(dbgmsg, sizeof (dbgmsg), DEBUGMSG, level, fmt);
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_debug.c | 47 dca_dprintf(dca_t *dca, int level, const char *fmt, ...) argument 52 if (dca_debug & level) {
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zmod.c | 70 int level) 82 if ((err = deflateInit(&zs, level)) != Z_OK) 69 z_compress_level(void *dst, size_t *dstlen, const void *src, size_t srclen, int level) argument
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_control.c | 42 scsi_reset(struct scsi_address *ap, int level) argument 44 ASSERT((level == RESET_LUN) || (level == RESET_TARGET) || 45 (level == RESET_ALL)); 46 if ((level == RESET_LUN) && 53 return (*A_TO_TRAN(ap)->tran_reset)(ap, level);
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_search.c | 164 int level; local 186 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 201 while (level--) { 202 /* Push the next level down onto the stack. */ 210 /* Get the next level down. */ 244 int level; local 267 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 282 while (level [all...] |
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftw.h | 54 int level; member in struct:FTW
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | ftw.h | 45 int level; member in struct:FTW
|