Searched full:curent (Results 1 – 10 of 10) sorted by relevance
43 static int curent, bootonce; variable67 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 …]
242 (gpttable[curent].ent_lba_end - gpttable[curent].ent_lba_start), in gptinit()243 "disk%up%u:", gdsk.dsk.unit, curent + 1); in gptinit()
51 /// Return true if the curent position is that of a preferred register.
6666 struct isoent *curent, struct isoent **newent) in isoent_rr_move_dir() argument6692 * 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 …]
89 u_int phase; /* Curent phase */
272 * sobind() and soconnect()) will use the curent thread's in newnfs_connect()
2512 // 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()
571 /* get curent state */ in LoopMessageRing()
2832 | copy contents of line from curent position to eol into in undel_word()