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" },
180 /* -------------------------------------------------------------------------- */
183 { 10003, "need write permissions to set auth lock" },
200 /* -------------------------------------------------------------------------- */
204 /* -------------------------------------------------------------------------- */
231 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
281 /* -------------------------------------------------------------------------- */
297 { 60015, "need write permissions to set NAT lock" },
337 { 60055, "iterator suppled with unknown type for get-next" },
359 /* -------------------------------------------------------------------------- */
397 /* -------------------------------------------------------------------------- */
407 /* -------------------------------------------------------------------------- */
413 /* -------------------------------------------------------------------------- */
428 { 100014, "need write permissions to set state lock" },
451 /* -------------------------------------------------------------------------- */
465 { 110014, "could not malloc memory for sync-state list item" },
469 { 110018, "could not malloc memory for sync-NAT list item" },
473 /* -------------------------------------------------------------------------- */
489 { 120016, "destination list cannot be removed - it is busy" },
502 /* -------------------------------------------------------------------------- */
529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
530 step = (r - l) / 2; in find_error()
532 while (step != 0) { in find_error()
533 ie = ipf_errors + l + step; in find_error()
534 if (ie->iee_number == errnum) in find_error()
536 step = l + step; in find_error()
537 if (ie->iee_number > errnum) in find_error()
538 r = step; in find_error()
540 l = step; in find_error()
541 step = (r - l) / 2; in find_error()
558 return (ie->iee_text); in ipf_geterror()
576 return (ie->iee_text); in ipf_strerror()