Lines Matching +full:sync +full:- +full:write
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" },
73 { 45, "ipfilter not enabled for sync ioctl" },
122 { 94, "need write permissions to disable/enable ipfilter" },
124 { 96, "need write permissions to set ipf tunable" },
125 { 97, "need write permissions to set ipf flags" },
128 { 100, "need write permissions to add another rule" },
129 { 101, "need write permissions to insert another rule" },
130 { 102, "need write permissions to swap active rule set" },
132 { 104, "need write permissions to zero ipf stats" },
133 { 105, "need write permissions to flush ipf v4 rules" },
136 { 108, "need write permissions to flush ipf v6 rules" },
140 { 112, "need write permissions to flush ipf logs" },
142 { 114, "need write permissions to resync ipf" },
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 /* -------------------------------------------------------------------------- */
182 { 10002, "write permissions require to add/remove auth rule" },
183 { 10003, "need write permissions to set auth lock" },
200 /* -------------------------------------------------------------------------- */
204 /* -------------------------------------------------------------------------- */
231 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
281 /* -------------------------------------------------------------------------- */
282 { 60001, "insufficient privilege for NAT write operation" },
283 { 60002, "need write permissions to flush NAT logs" },
284 { 60003, "need write permissions to turn NAT logging on/off" },
288 { 60006, "need write permissions to add NAT rule" },
291 { 60009, "need write permissions to remove NAT rule" },
294 { 60012, "need write permissions to flush NAT table" },
296 { 60014, "need write permissions to do matching NAT flush" },
297 { 60015, "need write permissions to set NAT lock" },
298 { 60016, "need write permissions to add entry to NAT table" },
337 { 60055, "iterator suppled with unknown type for get-next" },
359 /* -------------------------------------------------------------------------- */
397 /* -------------------------------------------------------------------------- */
407 /* -------------------------------------------------------------------------- */
413 /* -------------------------------------------------------------------------- */
421 { 100008, "need write permissions to flush state log" },
423 { 100010, "need write permissions to turn state logging on/off" },
428 { 100014, "need write permissions to set state lock" },
429 { 100015, "need write permissions to add entry to state table" },
451 /* -------------------------------------------------------------------------- */
452 { 110001, "sync write header magic number is incorrect" },
453 { 110002, "sync write header protocol is incorrect" },
454 { 110003, "sync write header command is incorrect" },
455 { 110004, "sync write header table number is incorrect" },
456 { 110005, "data structure too small for sync write operation" },
457 { 110006, "zero length data with sync write header" },
458 { 110007, "insufficient data for sync write" },
459 { 110008, "bad sync read size" },
460 { 110009, "interrupted sync read (solaris)" },
461 { 110010, "interrupted sync read (hpux)" },
462 { 110011, "interrupted sync read (osf)" },
463 { 110012, "interrupted sync read" },
464 { 110013, "could not malloc memory for sync'd state" },
465 { 110014, "could not malloc memory for sync-state list item" },
466 { 110015, "sync update could not find state" },
467 { 110016, "unrecognised sync state command" },
468 { 110017, "could not malloc memory for new sync'd NAT entry" },
469 { 110018, "could not malloc memory for sync-NAT list item" },
470 { 110019, "sync update could not find NAT entry" },
471 { 110020, "unrecognised sync NAT command" },
472 { 110021, "ioctls are not handled with sync" },
473 /* -------------------------------------------------------------------------- */
489 { 120016, "destination list cannot be removed - it is busy" },
502 /* -------------------------------------------------------------------------- */
510 { 130008, "cannot write while ipfilter is disabled" },
511 { 130009, "write on minor device not supported" },
529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error()
530 step = (r - l) / 2; in find_error()
534 if (ie->iee_number == errnum) in find_error()
537 if (ie->iee_number > errnum) 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()