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

/freebsd-current/usr.bin/tip/
H A DMakefile2 SUBDIR=tip
/freebsd-current/usr.bin/tip/tip/
H A DMakefile23 # 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-current/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c104 int len, serrno, tip; local
106 tip = 1;
121 if (tip && !S_ISREG(sb.st_mode)) {
136 tip = 0;
/freebsd-current/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;
1555 dtrace_typeinfo_t *tip)
1590 if (tip == NULL)
1591 tip = &ti;
1611 * 'tip' and keep going in the hope that we will locate the
1641 tip->dtt_object = dmp->dm_name;
1642 tip->dtt_ctfp = fp;
1643 tip
1044 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1554 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
1659 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-current/stand/libsa/
H A Dudp.c138 struct ip tip; local
144 tip = *ip;
156 *ip = tip;
/freebsd-current/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-current/sys/ufs/ufs/
H A Dufs_vnops.c1266 struct inode *fip, *tip, *tdp, *fdp; local
1401 tip = NULL;
1403 tip = VTOI(tvp);
1544 if (tip == NULL) {
1602 if (ITODEV(tip) != ITODEV(tdp) || ITODEV(tip) != ITODEV(fip))
1607 if (tip->i_number == fip->i_number)
1626 if ((tip->i_mode & IFMT) == IFDIR) {
1627 if ((tip->i_effnlink > 2) ||
1628 !ufs_dirempty(tip, td
[all...]
/freebsd-current/usr.sbin/vidcontrol/
H A Dvidcontrol.c1373 get_terminal_emulator(int i, struct term_info *tip) argument
1375 tip->ti_index = i;
1376 if (ioctl(0, CONS_GETTERM, tip) == 0)
1378 strlcpy((char *)tip->ti_name, "unknown", sizeof(tip->ti_name));
1379 strlcpy((char *)tip->ti_desc, "unknown", sizeof(tip->ti_desc));
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c2245 static void sym_update_trans(hcb_p np, struct sym_trans *tip,
7928 struct sym_trans *tip; local
7974 tip = &tp->tinfo.current;
7978 tip = &tp->tinfo.user;
7984 cts->protocol_version = tip->scsi_version;
7985 cts->transport_version = tip->spi_version;
7987 cts__spi->sync_period = tip->period;
7988 cts__spi->sync_offset = tip->offset;
7989 cts__spi->bus_width = tip->width;
7990 cts__spi->ppr_options = tip
8128 sym_update_trans(hcb_p np, struct sym_trans *tip, struct ccb_trans_settings *cts) argument
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1055 struct pt_packet_ip fup, tip; local
1063 tip.ipc = ipc;
1064 tip.ip = pt_dfix_sext_ip;
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config);
1068 pt_encode_tip_pgd(encoder, tip.ip, tip.ipc);
1176 struct pt_packet_ip fup, tip; local
1184 tip.ipc = ipc;
1185 tip.ip = pt_dfix_sext_ip;
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip,
1739 struct pt_packet_ip fup, tip; local
[all...]
/freebsd-current/sys/security/mac_veriexec/
H A Dveriexec_metadata.c108 struct mac_veriexec_file_info *ip, *tip; local
138 LIST_FOREACH_SAFE(ip, &(lp->file_head), entries, tip) {
/freebsd-current/usr.bin/
H A DMakefile152 tip \
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c945 struct denode *fdip, *fip, *tdip, *tip, *nip; local
1068 tip = tvp != NULL ? VTODE(tvp) : NULL;
1133 if (tip != NULL) {
1139 if ((tip->de_Attributes & ATTR_DIRECTORY) != 0) {
1140 if (!dosdirempty(tip)) {
1155 error = removede(tdip, tip);
1160 tip = NULL;
/freebsd-current/sys/netinet/
H A Dif_ether.c346 const struct in_addr *tip, u_char *enaddr)
379 if (0 == ((sip->s_addr ^ tip->s_addr) &
408 bcopy(tip, ar_tpa(ah), ah->ar_pln);
441 const struct in_addr *tip, u_char *enaddr)
444 (void) arprequest_internal(ifp, sip, tip, enaddr);
345 arprequest_internal(struct ifnet *ifp, const struct in_addr *sip, const struct in_addr *tip, u_char *enaddr) argument
440 arprequest(struct ifnet *ifp, const struct in_addr *sip, const struct in_addr *tip, u_char *enaddr) argument
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf50 progs tcopy tee telnet tftp time tip tn3270 touch tput tr true tset tsort
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend345 usr.bin/tip/tip \
/freebsd-current/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 456 milliseconds