Lines Matching +full:sync +full:- +full:read
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" },
168 { 140, "dup-to interface name index incorrect" },
169 { 141, "reply-to interface name index incorrect" },
185 /* -------------------------------------------------------------------------- */
205 /* -------------------------------------------------------------------------- */
209 /* -------------------------------------------------------------------------- */
238 /* -------------------------------------------------------------------------- */
239 { 40001, "invalid minor device number for log read" },
240 { 40002, "read size too small" },
241 { 40003, "interrupted waiting for log data to read" },
242 { 40004, "interrupted waiting for log data to read" },
243 { 40005, "read size too large" },
244 { 40006, "uiomove for read operation failed" },
245 /* -------------------------------------------------------------------------- */
288 /* -------------------------------------------------------------------------- */
293 { 60005, "error copying out bytes waiting to be read in NAT \
344 { 60055, "iterator suppled with unknown type for get-next" },
372 /* -------------------------------------------------------------------------- */
410 /* -------------------------------------------------------------------------- */
420 /* -------------------------------------------------------------------------- */
426 /* -------------------------------------------------------------------------- */
439 { 100013, "error copying out bytes waiting to be read in state \
464 /* -------------------------------------------------------------------------- */
465 { 110001, "sync write header magic number is incorrect" },
466 { 110002, "sync write header protocol is incorrect" },
467 { 110003, "sync write header command is incorrect" },
468 { 110004, "sync write header table number is incorrect" },
469 { 110005, "data structure too small for sync write operation" },
470 { 110006, "zero length data with sync write header" },
471 { 110007, "insufficient data for sync write" },
472 { 110008, "bad sync read size" },
473 { 110009, "interrupted sync read (solaris)" },
474 { 110010, "interrupted sync read (hpux)" },
475 { 110011, "interrupted sync read (osf)" },
476 { 110012, "interrupted sync read" },
477 { 110013, "could not malloc memory for sync'd state" },
478 { 110014, "could not malloc memory for sync-state list item" },
479 { 110015, "sync update could not find state" },
480 { 110016, "unrecognised sync state command" },
481 { 110017, "could not malloc memory for new sync'd NAT entry" },
482 { 110018, "could not malloc memory for sync-NAT list item" },
483 { 110019, "sync update could not find NAT entry" },
484 { 110020, "unrecognised sync NAT command" },
485 { 110021, "ioctls are not handled with sync" },
486 /* missing entries 110022-110024 */
487 { 110025, "invalid payload length (sync create state)" },
488 { 110026, "invalid payload length (sync update state)" },
489 { 110027, "invalid payload length (sync create NAT)" },
490 { 110028, "invalid payload length (sync update NAT)" },
491 /* -------------------------------------------------------------------------- */
507 { 120016, "destination list cannot be removed - it is busy" },
520 /* -------------------------------------------------------------------------- */
526 { 130006, "cannot read while ipfilter is disabled" },
527 { 130007, "read on minor device not supported" },
548 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error()
549 step = (r - l) / 2; in find_error()
553 if (ie->iee_number == errnum) in find_error()
556 if (ie->iee_number > errnum) 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()