HP UX 11i v1 I/O Cards This parameter may be one of the following, Char, Unsigned char, Short int

Models: UX 11i v1 I/O Cards

1 298
Download 298 pages 31.75 Kb
Page 173
Image 173

ZCOM C I/F Library Routines

ZCOMLOG (3X)

PARAMETERS

error

Error code to be logged (unsigned int). The error code is displayed as a 5-digit unsigned

 

value (ranges from 00000 to 99999) in the error message log file.

msgno

ID number of the message to be logged (signed int).

narg

Number of arguments to be logged with the message (positive int).

desc

Argument descriptor used to describe the “type” of the argument which follows. The values

 

of this parameter may be one of the following:

 

ZCOM_AT_CHAR

- char

 

ZCOM_AT_UCHAR

- unsigned char

 

ZCOM_AT_SINT

- short int

 

ZCOM_AT_USINT

- unsigned short int

 

ZCOM_AT_INT

- int

 

ZCOM_AT_STR

- char *

 

ZCOM_AT_ERRNO

- int (UNIX error code, usually errno)

 

 

UNIX error string will be logged

 

ZCOM_AT_ZERROR

- int (ZCOM error code)

 

 

ZCOM error string will be logged

 

ZCOM_AT_ZSTAT

- int (ZCOM status code)

 

 

ZCOM status string will be logged

 

ZCOM_AT_XSTAT

- int (ZCOM X.25 status code)

 

 

ZCOM X.25 status string will be logged

arg

Argument value to insert into the message to be logged. Note that the argument’s type must

 

match the type specified in the desc parameter. Each argument will be substituted into the

 

message text string using printf.

RETURN VALUE Routine zcomlog has no return value.

Chapter 4

173

Page 173
Image 173
HP UX 11i v1 I/O Cards This parameter may be one of the following, Char, Unsigned char, Short int, Unsigned short int, Int