Searched refs:RDC_ERR_SIZE (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/librdc/common/ |
H A D | rdcerr.h | 58 #ifndef RDC_ERR_SIZE 59 #define RDC_ERR_SIZE 256 macro
|
H A D | rdcerr.c | 48 char err[RDC_ERR_SIZE]; 57 bzero(err, RDC_ERR_SIZE); in rdc_set_error()
|
H A D | librdc.h | 64 #define RDC_ERR_SIZE 256 macro 68 char msg[RDC_ERR_SIZE];
|
H A D | rdcconfig.c | 187 strncpy(rc.msg, rdc_error(NULL), RDC_ERR_SIZE); in rdc_config() 225 strncpy(rc[0]->msg, rdc_error(NULL), RDC_ERR_SIZE); in rdc_mtconfig() 374 strncpy(rcp->msg, rdc_error(NULL), RDC_ERR_SIZE); in populate_rc() 1070 strncpy(rc->msg, rdc_error(NULL), RDC_ERR_SIZE); in rdc_reconfig_pbmp()
|
H A D | rdcrules.c | 540 strncpy(rc->msg, rdc_error(NULL), RDC_ERR_SIZE); in cant_rsync()
|