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

/freebsd-11-stable/usr.bin/tip/
H A DMakefile3 SUBDIR=tip
/freebsd-11-stable/usr.bin/tip/tip/
H A DMakefile24 # 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-11-stable/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-11-stable/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.c1045 const char *name, const dtrace_typeinfo_t *tip)
1081 idp->di_ctfp = tip->dtt_ctfp;
1082 idp->di_type = tip->dtt_type;
1579 dtrace_typeinfo_t *tip)
1614 if (tip == NULL)
1615 tip = &ti;
1635 * 'tip' and keep going in the hope that we will locate the
1665 tip->dtt_object = dmp->dm_name;
1666 tip->dtt_ctfp = fp;
1667 tip
1044 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1578 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1683 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-11-stable/stand/libsa/
H A Dudp.c143 struct ip tip; local
149 tip = *ip;
161 *ip = tip;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js32 ;// Munge the primitives - Paul Irish tip
1042 // Remove overflow setting to prevent tip bugs
1930 TIPNS = '.qtip-tip',
1987 this._ns = 'tip';
1998 var context, tip;
2000 // Create tip element and prepend to the tooltip
2001 tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qtip.tooltip);
2003 // Create tip drawin
[all...]
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_vnops.c1105 struct inode *fip, *tip, *tdp, *fdp; local
1227 tip = NULL;
1229 tip = VTOI(tvp);
1339 if (tip == NULL) {
1364 if (ITODEV(tip) != ITODEV(tdp) || ITODEV(tip) != ITODEV(fip))
1369 if (tip->i_number == fip->i_number)
1388 if ((tip->i_mode & IFMT) == IFDIR) {
1389 if ((tip->i_effnlink > 2) ||
1390 !ufs_dirempty(tip, td
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c2255 static void sym_update_trans(hcb_p np, struct sym_trans *tip,
7943 struct sym_trans *tip; local
7989 tip = &tp->tinfo.current;
7993 tip = &tp->tinfo.user;
7999 cts->protocol_version = tip->scsi_version;
8000 cts->transport_version = tip->spi_version;
8002 cts__spi->sync_period = tip->period;
8003 cts__spi->sync_offset = tip->offset;
8004 cts__spi->bus_width = tip->width;
8005 cts__spi->ppr_options = tip
8143 sym_update_trans(hcb_p np, struct sym_trans *tip, struct ccb_trans_settings *cts) argument
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/
H A DMakefile164 tip \
/freebsd-11-stable/sys/netinet/
H A Dif_ether.c344 const struct in_addr *tip, u_char *enaddr)
376 if (0 == ((sip->s_addr ^ tip->s_addr) &
406 bcopy(tip, ar_tpa(ah), ah->ar_pln);
343 arprequest(struct ifnet *ifp, const struct in_addr *sip, const struct in_addr *tip, u_char *enaddr) argument
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf51 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c12087 * from an externally chosen 'tip' location back to its origin. The
12088 * 'tip' location is the youngest location that we are considering on
12092 /* The tip location of the branch. That is, the youngest location that's
12096 svn_client__pathrev_t *tip;
12127 branch_history->tip->repos_root_url,
12128 branch_history->tip->repos_uuid,
12157 * ### The 'tip' of the result is currently unchanged.
12190 /* ### TODO: Set RESULT->tip to the tip of the intersection. */
12191 result->tip
12086 svn_client__pathrev_t *tip; member in struct:branch_history_t
[all...]
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend383 usr.bin/tip/tip \
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c164 * spanning tree branch tip.
171 * master spanning tree branch tip.
9030 void grow_master_stree_branch(struct t_switch *root, struct t_switch *tip, argument
9033 root->ptgrp[to_tip_pg].to_stree_tip = &tip->ptgrp[to_root_pg];
9034 tip->ptgrp[to_root_pg].to_stree_root = &root->ptgrp[to_tip_pg];
9065 n_sw = branch_root; /* tip of negative cdir branch */
9067 p_sw = branch_root; /* tip of positive cdir branch */

Completed in 350 milliseconds