Searched refs:FCRP_NOERROR (Results 1 – 3 of 3) sorted by relevance
56 no_err = nin & FCRP_NOERROR; in fc_run_priv()57 nin &= ~FCRP_NOERROR; in fc_run_priv()
50 nin = ((errp == NULL) ? 1 : (1 | FCRP_NOERROR)); in fc_reg_read()76 nin = ((errp == NULL) ? 2 : (2 | FCRP_NOERROR)); in fc_reg_write()
294 #define FCRP_NOERROR 0x80000000 /* fc_run_priv: no err msg. */ macro