Searched refs:VXGE_PRINT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/tools/tools/vxge/
H A Dvxge_log.c409 VXGE_PRINT(fdAll, " VPath # %d ", i);
454 VXGE_PRINT(fdAll, "%s", stats);
468 VXGE_PRINT(fdAll, "%s", info);
492 VXGE_PRINT(fdAll, "Description \t\t: %s",
495 VXGE_PRINT(fdAll, "Serial Number \t\t: %s", hw_info->serial_number);
496 VXGE_PRINT(fdAll, "Part Number \t\t: %s", hw_info->part_number);
498 VXGE_PRINT(fdAll, "Firmware Version \t: %s",
501 VXGE_PRINT(fdAll, "Firmware Date \t\t: %s", hw_info->fw_date.date);
503 VXGE_PRINT(fdAll, "Function Mode \t\t: %s",
512 VXGE_PRINT(fdAl
[all...]
H A Dvxge_cmn.h147 #define VXGE_PRINT(fd, fmt...) { \ macro
H A Dvxge_log.h54 #define VXGE_PRINT_LINE(fd) VXGE_PRINT(fd, vxge_line);
57 VXGE_PRINT(fd, parameter); \
64 VXGE_PRINT(fd, VXGE_FORMAT_HEADER, vxge_nspaces, " "); \
66 VXGE_PRINT(fd, "Name%*s\tValue", vxge_nspaces, " "); \
82 VXGE_PRINT(fd, VXGE_FORMAT_REGS, (offset), (parameter), \
88 VXGE_PRINT(fd, VXGE_FORMAT_STATS, (parameter), \

Completed in 52 milliseconds