HomeSort by: relevance | last modified time | path
    Searched defs:_npf_extract_error (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libnpf/
npf.c 223 * _npf_extract_error: check the error number field and extract the
227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int
329 error = _npf_extract_error(resp, NULL);
365 error = _npf_extract_error(resp, errinfo);
386 if (error || _npf_extract_error(resp, NULL) != 0) {
1307 error = _npf_extract_error(resp, errinfo);
npf.c 223 * _npf_extract_error: check the error number field and extract the
227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int
329 error = _npf_extract_error(resp, NULL);
365 error = _npf_extract_error(resp, errinfo);
386 if (error || _npf_extract_error(resp, NULL) != 0) {
1307 error = _npf_extract_error(resp, errinfo);
npf.c 223 * _npf_extract_error: check the error number field and extract the
227 _npf_extract_error(nvlist_t *resp, npf_error_t *errinfo) function in typeref:typename:int
329 error = _npf_extract_error(resp, NULL);
365 error = _npf_extract_error(resp, errinfo);
386 if (error || _npf_extract_error(resp, NULL) != 0) {
1307 error = _npf_extract_error(resp, errinfo);

Completed in 145 milliseconds