Searched refs:tic (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.c64 int nentries, xfs_log_ticket_t tic,
79 xlog_ticket_t *tic);
132 xlog_trace_loggrant(xlog_t *log, xlog_ticket_t *tic, xfs_caddr_t string) argument
142 cnts = ((unsigned long)tic->t_ocnt) | ((unsigned long)tic->t_cnt) << 8;
145 (void *)tic,
157 (void *)((unsigned long)tic->t_trans_type),
159 (void *)((unsigned long)tic->t_curr_res),
160 (void *)((unsigned long)tic->t_unit_res));
177 #define xlog_trace_loggrant(log,tic,strin
183 xlog_ins_ticketq(struct xlog_ticket **qp, struct xlog_ticket *tic) argument
199 xlog_del_ticketq(struct xlog_ticket **qp, struct xlog_ticket *tic) argument
587 xfs_log_ticket_t tic = NULL; local
716 xfs_log_write(xfs_mount_t * mp, xfs_log_iovec_t reg[], int nentries, xfs_log_ticket_t tic, xfs_lsn_t *start_lsn) argument
739 xlog_ticket_t *tic; local
1521 xlog_ticket_t *tic, *next_tic; local
1746 xlog_write(xfs_mount_t * mp, xfs_log_iovec_t reg[], int nentries, xfs_log_ticket_t tic, xfs_lsn_t *start_lsn, xlog_in_core_t **commit_iclog, uint flags) argument
2450 xlog_grant_log_space(xlog_t *log, xlog_ticket_t *tic) argument
2566 xlog_regrant_write_log_space(xlog_t *log, xlog_ticket_t *tic) argument
2788 xlog_state_put_ticket(xlog_t *log, xlog_ticket_t *tic) argument
3268 xlog_ticket_t *tic; local
3581 xlog_ticket_t *tic; local
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c38 #include <tic.h>
H A Dfree_ttype.c43 #include <tic.h>
H A Dname_match.c35 #include <tic.h>
H A DMKfallback.sh55 tic -x $terminfo_src >&2
73 #include <tic.h>
H A Dentries.c37 #include <tic.h>
H A Dinit_keytry.c35 #include <tic.h> /* struct tinfo_fkeys */
H A Dlib_ti.c37 #include <tic.h>
H A Dcomp_error.c42 #include <tic.h>
H A Daccess.c38 #include <tic.h>
H A Ddb_iterator.c39 #include <tic.h>
68 * Special fix to prevent the terminfo directory from being moved after tic
H A Dcomp_expand.c36 #include <tic.h>
H A Dhashed_db.c34 #include <tic.h>
H A Dlib_termcap.c45 #include <tic.h>
H A Dlib_tputs.c47 #include <tic.h>
/freebsd-9.3-release/contrib/ncurses/misc/
H A Drun_tic.in33 # This script is used to install terminfo.src using tic. We use a script
61 # Allow tic to run either from the install-path, or from the build-directory.
63 # on the host's copy of tic to compile the terminfo database.
103 Running tic to install $TERMINFO ...
108 tic -x
113 if ( $SHLIB tic$suffix -x -s -o $TERMINFO $source )
117 echo '? tic could not build '$TERMINFO
122 Running tic to install $TERMINFO ...
127 tic -x
132 if ( $SHLIB tic
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dcapconvert106 # First step -- go find tic
111 if test $OPT $x/tic
113 TIC=$x/tic
121 echo "I see tic at $TIC."
123 ./tic)
130 echo "You do not have tic installed anywhere I can see, please fix that."
135 # We have tic. Either there's no system terminfo tree or there is one but
151 # Ensure that that's where tic's compilation results.
152 # This isn't strictly necessary with a 1.9.7 or later tic.
205 # with < 16MB RAM choke on tic'
[all...]
H A Dprogs.priv.h112 #include <tic.h>
/freebsd-9.3-release/sys/pc98/cbus/
H A Dolpt.c495 int spin, err, tic; local
515 tic = 0;
521 tic = tic + tic + 1;
525 if (tic > MAX_SLEEP)
526 tic = MAX_SLEEP;
528 "lptpoll", tic);
/freebsd-9.3-release/lib/ncurses/
H A Dconfig.mk53 -e 's%@TIC@%tic%g' \
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c35 #include <tic.h>
H A Dlib_newterm.c49 #include <tic.h>
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c207 struct timespec tic, toc; member in struct:targ
1001 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1003 targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
1004 targ->tic.tv_nsec = 0;
1005 wait_time(targ->tic);
1006 nexttime = targ->tic;
1173 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic);
1391 struct timeval tic, toc; local
1425 timerclear(&tic);
[all...]
/freebsd-9.3-release/sys/dev/ppbus/
H A Dlpt.c664 int spin, err, tic; local
684 tic = 0;
690 tic = tic + tic + 1;
694 if (tic > MAX_SLEEP)
695 tic = MAX_SLEEP;
697 LPT_NAME "poll", tic);
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames159 tic.1m tic.1

Completed in 185 milliseconds

123