Home
last modified time | relevance | path

Searched full:curent (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/libsa/
H A Dgpt.c43 static int curent, bootonce; variable
67 slba = curent / entries_per_sec; in gptupdate()
107 curent = part - 1; in gptfind()
111 firsttry = (curent == -1); in gptfind()
112 curent++; in gptfind()
113 if (curent >= gpthdr->hdr_entries) { in gptfind()
114 curent = gpthdr->hdr_entries; in gptfind()
122 for (; curent < gpthdr->hdr_entries; curent++) { in gptfind()
123 ent = &gpttable[curent]; in gptfind()
134 curent = 0; in gptfind()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,ltc2992.yaml
/freebsd/stand/i386/gptboot/
H A Dgptboot.c242 (gpttable[curent].ent_lba_end - gpttable[curent].ent_lba_start), in gptinit()
243 "disk%up%u:", gdsk.dsk.unit, curent + 1); in gptinit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h51 /// Return true if the curent position is that of a preferred register.
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c6666 struct isoent *curent, struct isoent **newent) in isoent_rr_move_dir() argument
6692 * Make a clone of curent which is going to be relocated in isoent_rr_move_dir()
6695 mvent = isoent_clone(curent); in isoent_rr_move_dir()
6702 mvent->rr_parent = curent->parent; in isoent_rr_move_dir()
6703 curent->rr_child = mvent; in isoent_rr_move_dir()
6705 * Move subdirectories from the curent to mvent in isoent_rr_move_dir()
6707 if (curent->children.first != NULL) { in isoent_rr_move_dir()
6708 *mvent->children.last = curent->children.first; in isoent_rr_move_dir()
6709 mvent->children.last = curent->children.last; in isoent_rr_move_dir()
6713 mvent->children.cnt = curent->children.cnt; in isoent_rr_move_dir()
[all …]
/freebsd/usr.sbin/ppp/
H A Dbundle.h89 u_int phase; /* Curent phase */
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c272 * sobind() and soconnect()) will use the curent thread's in newnfs_connect()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2512 // Ret() above only sets the APValue if the curent frame doesn't in CallVar()
2563 // Ret() above only sets the APValue if the curent frame doesn't in Call()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c571 /* get curent state */ in LoopMessageRing()
/freebsd/contrib/ee/
H A Dee.c2832 | copy contents of line from curent position to eol into in undel_word()