Lines Matching +full:lock +full:- +full:step
63 { 35, "copyout failed for resolving function name -> addr" },
64 { 36, "copyout failed for resolving function addr -> name" },
67 { 39, "group map hash-table in/out do not match rule" },
139 { 111, "error copying in new lock state for ipfilter" },
150 { 122, "need write permissions to set ipf lock status" },
168 { 140, "dup-to interface name index incorrect" },
169 { 141, "reply-to interface name index incorrect" },
185 /* -------------------------------------------------------------------------- */
188 { 10003, "need write permissions to set auth lock" },
205 /* -------------------------------------------------------------------------- */
209 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
245 /* -------------------------------------------------------------------------- */
288 /* -------------------------------------------------------------------------- */
304 { 60015, "need write permissions to set NAT lock" },
344 { 60055, "iterator suppled with unknown type for get-next" },
372 /* -------------------------------------------------------------------------- */
410 /* -------------------------------------------------------------------------- */
420 /* -------------------------------------------------------------------------- */
426 /* -------------------------------------------------------------------------- */
441 { 100014, "need write permissions to set state lock" },
464 /* -------------------------------------------------------------------------- */
478 { 110014, "could not malloc memory for sync-state list item" },
482 { 110018, "could not malloc memory for sync-NAT list item" },
486 /* missing entries 110022-110024 */
491 /* -------------------------------------------------------------------------- */
507 { 120016, "destination list cannot be removed - it is busy" },
520 /* -------------------------------------------------------------------------- */
548 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
549 step = (r - l) / 2; in find_error()
551 while (step != 0) { in find_error()
552 ie = ipf_errors + l + step; in find_error()
553 if (ie->iee_number == errnum) in find_error()
555 step = l + step; in find_error()
556 if (ie->iee_number > errnum) in find_error()
557 r = step; in find_error()
559 l = step; in find_error()
560 step = (r - l) / 2; in find_error()
577 return (ie->iee_text); in ipf_geterror()
595 return (ie->iee_text); in ipf_strerror()