Home
last modified time | relevance | path

Searched refs:CS_OK (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl2/lvm2/dist/daemons/clvmd/
Dclvmd-corosync.c119 case CS_OK: in cs_to_errno()
306 if (err != CS_OK) { in _init_cluster()
315 if (err != CS_OK) { in _init_cluster()
342 if (err != CS_OK) { in _init_cluster()
353 if (err != CS_OK) { in _init_cluster()
535 if (quorum_getquorate(quorum_handle, &quorate) == CS_OK) in _is_quorate()
604 if (result != CS_OK) in _get_cluster_name()
608 if (result != CS_OK) in _get_cluster_name()
612 if (result != CS_OK) in _get_cluster_name()
616 if (result != CS_OK) in _get_cluster_name()
Dclvmd.c2095 if (result != CS_OK) in get_cluster_type()
2099 if (result != CS_OK) in get_cluster_type()
2103 if (result != CS_OK) in get_cluster_type()
2107 if (result != CS_OK) in get_cluster_type()
2111 if (result != CS_OK) in get_cluster_type()
2115 if (result != CS_OK) in get_cluster_type()
/netbsd/src/sys/dev/ic/
Dcs89x0.c666 return CS_OK; in cs_scan_eeprom()
721 return CS_OK; in cs_read_pktpg_from_eeprom()
802 return CS_OK; in cs_get_params()
846 return CS_OK; in cs_get_enaddr()
917 return CS_OK; in cs_reset_chip()
931 return CS_OK; in cs_verify_eeprom()
966 return CS_OK; in cs_read_eeprom()
1167 int error = CS_OK; in cs_init()
1188 if ((error = cs_reset_chip(sc)) == CS_OK) { in cs_init()
1203 if (error == CS_OK) in cs_init()
Dcs89x0var.h263 #define CS_OK 1 macro