Searched refs:todo (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-13-stable/usr.sbin/bhyve/
H A Dgdb.c966 size_t resid, todo, bytes; local
1006 todo = getpagesize() - gpa % getpagesize();
1007 if (todo > resid)
1008 todo = resid;
1010 cp = paddr_guest2host(ctx, gpa, todo);
1020 while (todo > 0) {
1026 todo--;
1034 while (todo > 0) {
1035 if (gpa & 1 || todo == 1)
1037 else if (gpa & 2 || todo
1078 size_t resid, todo, bytes; local
[all...]
H A Dsnapshot.c737 size_t part_done, todo, rem; local
771 todo = min(SNAPSHOT_CHUNK, rem);
773 todo = rem;
776 done = write(snapfd, src, todo);
778 done = read(snapfd, src, todo);
H A Dpci_ahci.c616 int i, j, skip, todo, left, extra; local
622 todo = 0;
637 todo += dbcsz;
645 extra = todo % blockif_sectsz(p->bctx);
646 todo -= extra;
647 assert(todo > 0);
659 breq->br_resid = todo;
660 aior->done += todo;
/freebsd-13-stable/contrib/pjdfstest/tests/ftruncate/
H A D08.t43 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
45 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
/freebsd-13-stable/contrib/pjdfstest/tests/truncate/
H A D08.t43 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
45 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
/freebsd-13-stable/tools/regression/posixsem/
H A Dtest.c109 todo(const char *reason) function
/freebsd-13-stable/usr.bin/vmstat/
H A Dvmstat.c218 int bufsize, c, reps, todo; local
224 interval = reps = todo = 0;
244 todo |= FORKSTAT;
253 todo |= INTRSTAT;
259 todo |= MEMSTAT;
272 todo |= OBJSTAT;
280 todo |= SUMSTAT;
288 todo |= ZMEMSTAT;
299 if (todo == 0)
300 todo
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c259 int todo; member in struct:archive_write_disk
614 a->todo = TODO_MODE_BASE;
616 a->todo |= TODO_MODE_FORCE; /* Be pushy about permissions. */
632 a->todo |= TODO_SGID | TODO_SGID_CHECK;
638 a->todo |= TODO_SUID | TODO_SUID_CHECK;
650 a->todo |= TODO_OWNER;
652 a->todo |= TODO_TIMES;
699 a->todo |= TODO_ACLS;
708 a->todo |= TODO_MAC_METADATA;
715 a->todo |
[all...]
/freebsd-13-stable/sys/dev/ata/
H A Data-lowlevel.c820 int todo, done, off, moff, resid, size, i; local
823 todo = min(request->transfersize, length);
825 while (done < todo) {
826 size = todo - done;
906 int todo, done, off, moff, resid, size, i; local
909 todo = min(request->transfersize, length);
911 while (done < todo) {
912 size = todo - done;
/freebsd-13-stable/sbin/restore/
H A Ddirs.c218 treescan(char *pname, ino_t ino, long (*todo)(char *, ino_t, int))
231 (void) (*todo)(pname, ino, LEAF);
237 if ((*todo)(pname, ino, NODE) == FAIL)
269 treescan(locname, dp->d_ino, todo);
/freebsd-13-stable/contrib/pjdfstest/tests/
H A Dmisc.sh107 todo() function
/freebsd-13-stable/contrib/pjdfstest/tests/chmod/
H A D00.t132 todo FreeBSD "S_ISGID should be removed and chmod(2) should success and FreeBSD returns EPERM."
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c229 size_t todo; local
241 todo = (size_t)ssldone;
244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
259 todo -= tcpdone;
261 } while (todo > 0);
/freebsd-13-stable/usr.bin/limits/
H A Dlimits.c282 enum { RCSUNKNOWN=0, RCSSET=1, RCSSEL=2 } todo = RCSUNKNOWN; local
344 todo = optarg == NULL ? RCSSEL : RCSSET;
445 if (num_limits && todo == RCSSET) {
/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang_y.y729 int len = 0, todo = 0, quote = 0, val = 0;
732 if (todo) {
734 todo--;
742 if (!ISDIGIT(c) || !todo) {
744 todo = 0;
746 if (todo)
751 todo = 2;
786 if (todo)
/freebsd-13-stable/tools/tools/nanobsd/
H A Ddefaults.sh790 # Show todo
791 todo=`echo "$_PKGS" | wc -l`
792 echo "=== TODO: $todo"
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon_y.y319 build_action(olist, todo)
321 ipmon_doing_t *todo;
423 a->ac_doing = todo;
/freebsd-13-stable/sys/dev/firewire/
H A Dfirewire.c1684 int node, err, s, i, todo, todo2, trys; local
1689 todo = 0;
1717 nodes[todo++] = node;
1721 for (trys = 0; todo > 0 && trys < 3; trys++) {
1723 for (i = 0; i < todo; i++) {
1733 todo = todo2;
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c1707 register zic_t todo; local
1724 todo = tadd(trans[i], -gmtoffs[j]);
1725 } else todo = trans[i];
1727 puttzcode((long) todo, fp);
1728 else puttzcode64(todo, fp);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dremote.c1987 char* todo; local
1997 todo = p;
2004 if(!authextstrtoaddr(todo, &addr, &addrlen, &auth_name)) {
2009 if(!parse_arg_name(ssl, todo, &n, &ln, &lb)) {
2012 "'%s'\n", todo);
2026 " IP address '%s'\n", todo);
2034 "ssl library, ignored name for %s", todo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2297 SmallPtrSet<const MachineBasicBlock*, 8> todo; local
2303 todo.insert(Pred);
2309 while (!todo.empty()) {
2310 const MachineBasicBlock *MBB = *todo.begin();
2311 todo.erase(MBB);
2318 todo.insert(Pred);
/freebsd-13-stable/contrib/tnftp/
H A DMakefile.in227 todo \

Completed in 233 milliseconds

12