Searched refs:MSG_SIZE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xge.c | 274 char msg[MSG_SIZE]; 276 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_configured", index); 289 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_max", index); 295 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_initial", index); 308 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_buffer_mode", index); 314 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_dram_size_mb", index); 320 (void) xge_os_snprintf(msg, MSG_SIZE, 327 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_max_frm_len", index); 334 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_priority", index); 340 (void) xge_os_snprintf(msg, MSG_SIZE, "rin [all...] |
H A D | xgell.h | 82 #define MSG_SIZE 64 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 1583 #define MSG_SIZE 2048/8 macro 1584 int64_t msg[MSG_SIZE]; 1591 int64_t ifscan_msg[10][MSG_SIZE];
|
Completed in 66 milliseconds