Lines Matching refs:error
145 * If any of these get an error, do a full rediscovery.
295 * fc_disc_error() - Handle error on dNS request
297 * @fp: The error code encoded as a frame pointer
386 int error = 0;
444 error = -ENOMEM;
462 if (error == 0 && len > 0 && len < sizeof(*np)) {
470 return error;
505 int error = 0;
530 error = fc_disc_gpn_ft_parse(disc, cp + 1, len);
545 error = fc_disc_gpn_ft_parse(disc, fh + 1, len);
552 if (error)
553 fc_disc_error(disc, ERR_PTR(error));
644 * On failure, an error code is returned.