Searched refs:tcur (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.c76 struct timeval tdone, tcur, ttrans, twait, tout; local
139 (void)gettimeofday(&tcur, 0);
146 oicp->icmp_otime = htonl((tcur.tv_sec % SECDAY) * 1000
147 + tcur.tv_usec / 1000);
162 ttrans = tcur;
169 timevalsub(&tout, &ttrans, &tcur);
176 (void)gettimeofday(&tcur, (struct timezone *)0);
199 recvtime = ((tcur.tv_sec % SECDAY) * 1000 +
200 tcur.tv_usec / 1000);
247 if (tcur
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc_btree.c98 xfs_btree_cur_t *tcur; /* temporary btree cursor */ local
291 if ((error = xfs_btree_dup_cursor(cur, &tcur)))
302 i = xfs_btree_lastrec(tcur, level);
304 if ((error = xfs_alloc_increment(tcur, level, &i)))
307 i = xfs_btree_lastrec(tcur, level);
312 rbp = tcur->bc_bufs[level];
329 if ((error = xfs_alloc_lshift(tcur, level, &i)))
334 xfs_btree_del_cursor(tcur,
351 i = xfs_btree_firstrec(tcur, level);
353 if ((error = xfs_alloc_decrement(tcur, leve
1464 xfs_btree_cur_t *tcur; /* temporary cursor */ local
[all...]
H A Dxfs_ialloc_btree.c95 xfs_btree_cur_t *tcur; /* temporary btree cursor */ local
245 if ((error = xfs_btree_dup_cursor(cur, &tcur)))
256 i = xfs_btree_lastrec(tcur, level);
258 if ((error = xfs_inobt_increment(tcur, level, &i)))
261 i = xfs_btree_lastrec(tcur, level);
266 rbp = tcur->bc_bufs[level];
283 if ((error = xfs_inobt_lshift(tcur, level, &i)))
288 xfs_btree_del_cursor(tcur,
305 xfs_btree_firstrec(tcur, level);
306 if ((error = xfs_inobt_decrement(tcur, leve
1351 xfs_btree_cur_t *tcur; /* temporary cursor */ local
[all...]
H A Dxfs_bmap_btree.c355 xfs_btree_cur_t *tcur; /* temporary btree cursor */ local
362 tcur = (xfs_btree_cur_t *)0;
472 if ((error = xfs_btree_dup_cursor(cur, &tcur))) {
478 i = xfs_btree_lastrec(tcur, level);
480 if ((error = xfs_bmbt_increment(tcur, level, &i))) {
485 i = xfs_btree_lastrec(tcur, level);
487 rbp = tcur->bc_bufs[level];
498 if ((error = xfs_bmbt_lshift(tcur, level, &i))) {
504 XFS_BMAP_BLOCK_IMINRECS(level, tcur));
505 xfs_btree_del_cursor(tcur, XFS_BTREE_NOERRO
1401 struct xfs_btree_cur *tcur; /* temporary btree cursor */ local
[all...]
H A Dxfs_ialloc.c536 xfs_btree_cur_t *tcur; /* temp cursor */ local
716 if ((error = xfs_btree_dup_cursor(cur, &tcur)))
719 * Search left with tcur, back up 1 record.
721 if ((error = xfs_inobt_decrement(tcur, 0, &i)))
725 if ((error = xfs_inobt_get_rec(tcur,
777 cur = tcur;
788 xfs_btree_del_cursor(tcur,
797 if ((error = xfs_inobt_decrement(tcur, 0,
803 tcur,
918 xfs_btree_del_cursor(tcur, XFS_BTREE_ERRO
[all...]
/freebsd-9.3-release/usr.bin/indent/
H A Dio.c467 int tcur; local
476 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) {
478 curr = tcur;

Completed in 201 milliseconds