Searched refs:tip (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/usr.bin/tip/
H A DMakefile1 # $FreeBSD: releng/10.2/usr.bin/tip/Makefile 88276 2001-12-20 14:25:46Z markm $
3 SUBDIR=tip
/freebsd-10.2-release/usr.bin/tip/tip/
H A DMakefile2 # $FreeBSD: releng/10.2/usr.bin/tip/tip/Makefile 173716 2007-11-18 00:29:36Z jb $
24 # ACULOG turn on tip logging of ACU use
34 PROG= tip
35 LINKS= ${BINDIR}/tip ${BINDIR}/cu
36 MAN= tip.1 cu.1
42 remote.c tip.c tipout.c uucplock.c value.c vars.c \
/freebsd-10.2-release/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c106 int len, serrno, tip; local
108 tip = 1;
123 if (tip && !S_ISREG(sb.st_mode)) {
138 tip = 0;
/freebsd-10.2-release/contrib/ipfilter/ipsd/
H A Dslinux.c48 struct tcpip tip; local
52 ip = (struct ip *)&tip;
55 bcopy(bp, (char *)&tip, sizeof(tip));
H A Dsbpf.c73 struct tcpiphdr tip; local
77 ip = (ip_t *)&tip;
H A Dsdlpi.c65 struct tcpiphdr tip; local
69 ip = (ip_t *)&tip;
H A Dsnit.c60 struct tcpiphdr tip; local
64 ip = (struct ip *)&tip;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c812 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
825 tip->dtt_flags = 0;
835 tip->dtt_flags = DTT_FL_USER;
843 tip->dtt_object = dmp->dm_name;
844 tip->dtt_ctfp = ddp->dd_ctfp;
845 tip->dtt_type = ddp->dd_type;
857 tip->dtt_object = dtp->dt_ddefs->dm_name;
858 tip->dtt_ctfp = DT_FUNC_CTFP(dtp);
859 tip->dtt_type = DT_FUNC_TYPE(dtp);
870 tip
[all...]
H A Ddt_module.c1031 const char *name, const dtrace_typeinfo_t *tip)
1067 idp->di_ctfp = tip->dtt_ctfp;
1068 idp->di_type = tip->dtt_type;
1532 dtrace_typeinfo_t *tip)
1567 if (tip == NULL)
1568 tip = &ti;
1588 * 'tip' and keep going in the hope that we will locate the
1618 tip->dtt_object = dmp->dm_name;
1619 tip->dtt_ctfp = fp;
1620 tip
1030 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1531 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1636 dtrace_symbol_type(dtrace_hdl_t *dtp, const GElf_Sym *symp, const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_parser.c196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) argument
246 return (dtrace_lookup_by_type(dtp, object, type, tip));
255 return (dtrace_lookup_by_type(dtp, obj, s, tip));
268 dt_type_pointer(dtrace_typeinfo_t *tip) argument
271 ctf_file_t *ctfp = tip->dtt_ctfp;
272 ctf_id_t type = tip->dtt_type;
274 uint_t bflags = tip->dtt_flags;
281 tip->dtt_type = ptr;
303 tip->dtt_object = dmp->dm_name;
304 tip
[all...]
/freebsd-10.2-release/lib/libstand/
H A Dudp.c106 struct ip tip; local
109 tip = *ip;
114 *ip = tip;
236 struct ip tip; local
245 tip = *ip;
254 *ip = tip;
257 *ip = tip;
/freebsd-10.2-release/sys/ufs/ufs/
H A Dufs_vnops.c1120 struct inode *fip, *tip, *tdp, *fdp; local
1242 tip = NULL;
1244 tip = VTOI(tvp);
1354 if (tip == NULL) {
1379 if (tip->i_dev != tdp->i_dev || tip->i_dev != fip->i_dev)
1384 if (tip->i_number == fip->i_number)
1403 if ((tip->i_mode & IFMT) == IFDIR) {
1404 if ((tip->i_effnlink > 2) ||
1405 !ufs_dirempty(tip, td
[all...]
/freebsd-10.2-release/sys/dev/sym/
H A Dsym_hipd.c2257 static void sym_update_trans(hcb_p np, struct sym_trans *tip,
7945 struct sym_trans *tip; local
7991 tip = &tp->tinfo.current;
7995 tip = &tp->tinfo.user;
8001 cts->protocol_version = tip->scsi_version;
8002 cts->transport_version = tip->spi_version;
8004 cts__spi->sync_period = tip->period;
8005 cts__spi->sync_offset = tip->offset;
8006 cts__spi->bus_width = tip->width;
8007 cts__spi->ppr_options = tip
8150 sym_update_trans(hcb_p np, struct sym_trans *tip, struct ccb_trans_settings *cts) argument
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dnto-procfs.c1241 struct tidinfo *tip; local
1249 tip = procfs_thread_info (pid, tid);
1250 if (tip != NULL)
1251 snprintf (&buf[n], 1023, " (state = 0x%02x)", tip->state);
/freebsd-10.2-release/usr.bin/
H A DMakefile160 tip \
/freebsd-10.2-release/sys/netinet/
H A Dif_ether.c240 const struct in_addr *tip, u_char *enaddr)
268 if (0 == ((sip->s_addr ^ tip->s_addr) &
298 bcopy(tip, ar_tpa(ah), ah->ar_pln);
239 arprequest(struct ifnet *ifp, const struct in_addr *sip, const struct in_addr *tip, u_char *enaddr) argument
/freebsd-10.2-release/usr.sbin/crunch/examples/
H A Dreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c11912 * from an externally chosen 'tip' location back to its origin. The
11913 * 'tip' location is the youngest location that we are considering on
11917 /* The tip location of the branch. That is, the youngest location that's
11921 svn_client__pathrev_t *tip;
11952 branch_history->tip->repos_root_url,
11953 branch_history->tip->repos_uuid,
11982 * ### The 'tip' of the result is currently unchanged.
12015 /* ### TODO: Set RESULT->tip to the tip of the intersection. */
12016 result->tip
11911 svn_client__pathrev_t *tip; member in struct:branch_history_t
[all...]

Completed in 170 milliseconds