Home
last modified time | relevance | path

Searched refs:S_INVAL (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/stonith/
H A Dmeatclient.c48 exit(S_INVAL); in usage()
135 exit(S_INVAL); in main()
H A Dstonith.c364 return S_INVAL; in stonith_set_config()
447 return S_INVAL; in stonith_get_status()
476 return S_INVAL; in stonith_req_reset()
H A Dexpect.c447 rc = S_INVAL; in CopyAllValues()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/
H A Dsuicide.c160 return S_INVAL; in suicide_reset_req()
164 return S_INVAL; in suicide_reset_req()
H A Dssh.c182 return S_INVAL; in ssh_reset_req()
184 return S_INVAL; in ssh_reset_req()
H A Ddrac3.c333 rc = S_INVAL; in drac3_reset_req()
H A Dipmilan_command.c224 gstatus = S_INVAL; in send_ipmi_cmd()
H A Dvacm.c307 return S_INVAL; in vacm_reset_req()
H A Dnw_rpc100s.c637 rc = S_INVAL; in nw_rpc100s_reset_req()
H A Dcyclades.c519 rc = S_INVAL; in cyclades_reset_req()
H A Dwti_nps.c643 rc = S_INVAL; in wti_nps_reset_req()
H A Dwti_mpc.c667 ERRIFWRONGDEV(s,S_INVAL); in wti_mpc_set_config()
H A Dapcmastersnmp.c728 ERRIFWRONGDEV(s,S_INVAL); in apcmastersnmp_set_config()
H A Dbaytech.c737 rc = S_INVAL; in baytech_reset_req()
H A Dapcmaster.c669 rc = S_INVAL; in apcmaster_reset_req()
H A Drps10.c901 rc = S_INVAL; in rps10_reset_req()
H A Dapcsmart.c878 return (S_INVAL); in apcsmart_reset_req()
H A Dbladehpi.c468 rc = S_INVAL; in bladehpi_reset_req()
H A Dibmhmc.c591 return S_INVAL; in ibmhmc_reset_req()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/include/stonith/
H A Dstonith.h59 #define S_INVAL 3 /* Bad/illegal argument */ macro