HomeSort by: relevance | last modified time | path
    Searched defs:clear_gap (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libkvm/
kvm.c 81 static int clear_gap(kvm_t *, bool (*)(void *, const void *, size_t),
623 clear_gap(kvm_t *kd, bool (*write_buf)(void *, const void *, size_t), function in typeref:typename:int
634 _kvm_syserr(kd, kd->program, "clear_gap");
669 if (clear_gap(kd, write_buf, cookie, gap) == -1)
683 if (clear_gap(kd, write_buf, cookie, gap) == -1)
692 if (clear_gap(kd, write_buf, cookie, gap) == -1)
706 if (clear_gap(kd, write_buf, cookie, gap) == -1)
kvm.c 81 static int clear_gap(kvm_t *, bool (*)(void *, const void *, size_t),
623 clear_gap(kvm_t *kd, bool (*write_buf)(void *, const void *, size_t), function in typeref:typename:int
634 _kvm_syserr(kd, kd->program, "clear_gap");
669 if (clear_gap(kd, write_buf, cookie, gap) == -1)
683 if (clear_gap(kd, write_buf, cookie, gap) == -1)
692 if (clear_gap(kd, write_buf, cookie, gap) == -1)
706 if (clear_gap(kd, write_buf, cookie, gap) == -1)

Completed in 30 milliseconds