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" },
180 /* -------------------------------------------------------------------------- */
200 /* -------------------------------------------------------------------------- */
204 /* -------------------------------------------------------------------------- */
231 /* -------------------------------------------------------------------------- */
232 { 40001, "invalid minor device number for log read" },
233 { 40002, "read size too small" },
234 { 40003, "interrupted waiting for log data to read" },
235 { 40004, "interrupted waiting for log data to read" },
236 { 40005, "read size too large" },
237 { 40006, "uiomove for read operation failed" },
238 /* -------------------------------------------------------------------------- */
281 /* -------------------------------------------------------------------------- */
286 { 60005, "error copying out bytes waiting to be read in NAT \
337 { 60055, "iterator suppled with unknown type for get-next" },
359 /* -------------------------------------------------------------------------- */
397 /* -------------------------------------------------------------------------- */
407 /* -------------------------------------------------------------------------- */
413 /* -------------------------------------------------------------------------- */
426 { 100013, "error copying out bytes waiting to be read in state \
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 /* -------------------------------------------------------------------------- */
508 { 130006, "cannot read while ipfilter is disabled" },
509 { 130007, "read 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()