Searched refs:ltp (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/nvi/common/
H A Dput.c43 TEXT *ltp, *tp; local
186 ltp = cbp->textq.cqh_last;
188 ADD_SPACE_RET(sp, bp, blen, ltp->len + clen);
192 memcpy(t, ltp->lb, ltp->len);
194 memcpy(t + ltp->len, p, clen);
195 clen += ltp->len;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_leaf.c79 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ local
143 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
144 ltp->bestcount = cpu_to_be32(1);
145 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
185 xfs_dir2_leaf_tail_t *ltp; /* leaf tail pointer */ local
215 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
216 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
230 ASSERT(i < be32_to_cpu(ltp->bestcount));
241 for (i = 0; i < be32_to_cpu(ltp->bestcount); i++) {
361 if (use_block >= be32_to_cpu(ltp
561 xfs_dir2_leaf_tail_t *ltp; /* leaf tail pointer */ local
1152 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1208 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1268 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1451 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1694 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1757 xfs_dir2_leaf_tail_t *ltp; /* tail of leaf structure */ local
[all...]
H A Dxfs_dir2_leaf.h107 #define XFS_DIR2_LEAF_BESTS_P(ltp) xfs_dir2_leaf_bests_p(ltp)
109 xfs_dir2_leaf_bests_p(xfs_dir2_leaf_tail_t *ltp) argument
111 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount);
H A Dxfs_dir2_block.c893 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
909 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
917 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
918 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
922 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1))))
H A Dxfs_dir2_node.c120 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
148 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
154 ASSERT(be32_to_cpu(ltp->bestcount) <= (uint)dp->i_d.di_size / mp->m_dirblksize);
155 free->hdr.nvalid = ltp->bestcount;
160 for (i = n = 0, from = XFS_DIR2_LEAF_BESTS_P(ltp), to = free->bests;
161 i < be32_to_cpu(ltp->bestcount); i++, from++, to++) {
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.sched.c70 struct tm *ltp; local
155 ltp = localtime(&cur_time);
161 if ((dif_hour = hours - ltp->tm_hour) < 0)
163 if ((dif_min = minutes - ltp->tm_min) < 0) {
171 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60;
173 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_time.c126 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) argument
129 LIN_SDT_PROBE2(time, native_to_linux_timespec, entry, ltp, ntp);
131 ltp->tv_sec = ntp->tv_sec;
132 ltp->tv_nsec = ntp->tv_nsec;
138 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) argument
141 LIN_SDT_PROBE2(time, linux_to_native_timespec, entry, ntp, ltp);
143 if (ltp->tv_sec < 0 || ltp->tv_nsec > (l_long)999999999L) {
147 ntp->tv_sec = ltp->tv_sec;
148 ntp->tv_nsec = ltp
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c755 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL; local
760 if ((lt = (ltp = ln->tn_type)->t_tspec) == PTR)
761 lst = (lstp = ltp->t_subt)->t_tspec;
806 if (lt == FUNC || lt == VOID || ltp->t_isfield ||
839 } else if (ltp->t_const) {
858 if (ltp->t_isfield) {
1020 if (lt == STRUCT && rt == STRUCT && ltp->t_str == rtp->t_str)
1022 if (lt == UNION && rt == UNION && ltp->t_str == rtp->t_str)
1060 illptrc(mp, ltp, rtp);
1109 } else if (ltp
1164 type_t *ltp, *rtp; local
1203 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local
2117 illptrc(mod_t *mp, type_t *ltp, type_t *rtp) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c575 const ctf_type_t *ltp, *rtp; local
590 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL ||
592 strcmp(ctf_strptr(lfp, ltp->ctt_name),

Completed in 92 milliseconds