Lines Matching defs:nin
47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...)
56 no_err = nin & FCRP_NOERROR;
57 nin &= ~FCRP_NOERROR;
60 if (nin + nout > FCC_MAX_CELLS) {
62 service, nin, nout);
63 nin = min(nin, FCC_MAX_CELLS);
64 nout = FCC_MAX_CELLS - nin;
68 cip->nargs = fc_int2cell(nin);
70 for (i = 0; i < nin; i++)
94 for (i = 0; i < nin; i++)