| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_dfrag.c | 60 xfs_inode_t *ip=NULL, *tip=NULL; in xfs_swapext() local 102 tip = xfs_vtoi(tvp); in xfs_swapext() 103 if (tip == NULL) { in xfs_swapext() 108 if (ip->i_mount != tip->i_mount) { in xfs_swapext() 113 if (ip->i_ino == tip->i_ino) { in xfs_swapext() 125 error = XFS_SWAP_EXTENTS(mp, &ip->i_iocore, &tip->i_iocore, sxp); in xfs_swapext() 144 xfs_inode_t *tip, in xfs_swap_extents() argument 171 tvp = XFS_ITOV(tip); in xfs_swap_extents() 174 if (ip->i_ino < tip->i_ino) { in xfs_swap_extents() 176 ips[1] = tip; in xfs_swap_extents() [all …]
|
| D | xfs_dfrag.h | 51 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
|
| /freebsd-9-stable/usr.bin/tip/ |
| D | README | 1 # $FreeBSD: stable/9/usr.bin/tip/README 88276 2001-12-20 14:25:46Z markm $ 30 Note that adding or deleting variables requires tip to be completedly 32 expensive lookups. These defines are set in tip.h. 47 A new, improved version of tip is now available. The most important 48 addition is the capacility to specify a phone number with tip. The 51 tip phone-number 53 tip -300 phone-number 57 A ~^Z command has been added to tip as well. 59 A new cu program is available that interfaces to the tip program. 61 the tip program so you have all the advantages of tip. This allows [all …]
|
| D | Makefile | 3 SUBDIR=tip
|
| D | TODO | 1 # $FreeBSD: stable/9/usr.bin/tip/TODO 88276 2001-12-20 14:25:46Z markm $
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_decl.c | 811 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) in dt_decl_type() argument 837 tip->dtt_object = dmp->dm_name; in dt_decl_type() 838 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type() 839 tip->dtt_type = ddp->dd_type; in dt_decl_type() 851 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 852 tip->dtt_ctfp = DT_FUNC_CTFP(dtp); in dt_decl_type() 853 tip->dtt_type = DT_FUNC_TYPE(dtp); in dt_decl_type() 864 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 865 tip->dtt_ctfp = DT_FPTR_CTFP(dtp); in dt_decl_type() 866 tip->dtt_type = DT_FPTR_TYPE(dtp); in dt_decl_type() [all …]
|
| D | dt_module.c | 818 const char *name, const dtrace_typeinfo_t *tip) in dt_module_extern() argument 854 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern() 855 idp->di_type = tip->dtt_type; in dt_module_extern() 1291 dtrace_typeinfo_t *tip) in dtrace_lookup_by_type() argument 1325 if (tip == NULL) in dtrace_lookup_by_type() 1326 tip = &ti; in dtrace_lookup_by_type() 1350 tip->dtt_object = dmp->dm_name; in dtrace_lookup_by_type() 1351 tip->dtt_ctfp = dmp->dm_ctfp; in dtrace_lookup_by_type() 1352 tip->dtt_type = id; in dtrace_lookup_by_type() 1370 const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip) in dtrace_symbol_type() argument [all …]
|
| D | dt_parser.c | 196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) in dt_type_lookup() argument 231 return (dtrace_lookup_by_type(dtp, object, type, tip)); in dt_type_lookup() 240 return (dtrace_lookup_by_type(dtp, obj, s, tip)); in dt_type_lookup() 253 dt_type_pointer(dtrace_typeinfo_t *tip) in dt_type_pointer() argument 256 ctf_file_t *ctfp = tip->dtt_ctfp; in dt_type_pointer() 257 ctf_id_t type = tip->dtt_type; in dt_type_pointer() 265 tip->dtt_type = ptr; in dt_type_pointer() 287 tip->dtt_object = dmp->dm_name; in dt_type_pointer() 288 tip->dtt_ctfp = dmp->dm_ctfp; in dt_type_pointer() 289 tip->dtt_type = ptr; in dt_type_pointer()
|
| /freebsd-9-stable/lib/libstand/ |
| D | udp.c | 106 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-9-stable/usr.bin/tip/tip/ |
| D | Makefile | 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-9-stable/contrib/ipfilter/ipsd/ |
| D | slinux.c | 48 struct tcpip tip; local 52 ip = (struct ip *)&tip; 55 bcopy(bp, (char *)&tip, sizeof(tip));
|
| D | sbpf.c | 73 struct tcpiphdr tip; local 77 ip = (ip_t *)&tip;
|
| D | snit.c | 60 struct tcpiphdr tip; local 64 ip = (struct ip *)&tip;
|
| D | sdlpi.c | 65 struct tcpiphdr tip; local 69 ip = (ip_t *)&tip;
|
| /freebsd-9-stable/contrib/openpam/lib/libpam/ |
| D | openpam_check_owner_perms.c | 106 int len, serrno, tip; in openpam_check_path_owner_perms() local 108 tip = 1; in openpam_check_path_owner_perms() 123 if (tip && !S_ISREG(sb.st_mode)) { in openpam_check_path_owner_perms() 138 tip = 0; in openpam_check_path_owner_perms()
|
| /freebsd-9-stable/sys/ufs/ufs/ |
| D | ufs_vnops.c | 1155 struct inode *fip, *tip, *tdp, *fdp; local 1282 tip = NULL; 1284 tip = VTOI(tvp); 1394 if (tip == NULL) { 1419 if (tip->i_dev != tdp->i_dev || tip->i_dev != fip->i_dev) 1424 if (tip->i_number == fip->i_number) 1443 if ((tip->i_mode & IFMT) == IFDIR) { 1444 if ((tip->i_effnlink > 2) || 1445 !ufs_dirempty(tip, tdp->i_number, tcnp->cn_cred)) { 1464 tip->i_effnlink--; [all …]
|
| /freebsd-9-stable/sys/dev/sym/ |
| D | sym_hipd.c | 2254 static void sym_update_trans(hcb_p np, struct sym_trans *tip, 7942 struct sym_trans *tip; local 7988 tip = &tp->tinfo.current; 7992 tip = &tp->tinfo.user; 7998 cts->protocol_version = tip->scsi_version; 7999 cts->transport_version = tip->spi_version; 8001 cts__spi->sync_period = tip->period; 8002 cts__spi->sync_offset = tip->offset; 8003 cts__spi->bus_width = tip->width; 8004 cts__spi->ppr_options = tip->options; [all …]
|
| /freebsd-9-stable/etc/ |
| D | phones | 5 # see tip(1), phones(5)
|
| D | remote | 6 # see tip(1), remote(5)
|
| /freebsd-9-stable/share/examples/etc/ |
| D | README.examples | 47 phones - phone number database for tip(1) 61 remote - configuration file for tip(1)
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | nto-procfs.c | 1241 struct tidinfo *tip; in procfs_pid_to_str() local 1249 tip = procfs_thread_info (pid, tid); in procfs_pid_to_str() 1250 if (tip != NULL) in procfs_pid_to_str() 1251 snprintf (&buf[n], 1023, " (state = 0x%02x)", tip->state); in procfs_pid_to_str()
|
| /freebsd-9-stable/release/picobsd/mfs_tree/etc/ |
| D | remote | 4 # see tip(1), remote(5)
|
| /freebsd-9-stable/sys/netinet/ |
| D | if_ether.c | 222 arprequest(struct ifnet *ifp, struct in_addr *sip, struct in_addr *tip, in arprequest() argument 242 if (0 == ((sip->s_addr ^ tip->s_addr) & in arprequest() 269 bcopy((caddr_t)tip, (caddr_t)ar_tpa(ah), ah->ar_pln); in arprequest()
|
| /freebsd-9-stable/usr.bin/ |
| D | Makefile | 154 tip \
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | rcs.c | 5347 char *branch, *tip, *newrev, *p; local 5370 tip = xstrdup (rcs->head); 5371 assert (tip != NULL); 5372 if (atoi (tip) != atoi (branch)) 5380 tip = xstrdup (rcs->head); 5382 tip = RCS_getbranch (rcs, branch, 1); 5388 if (tip == NULL) 5410 tip = xstrdup (branch); 5417 if (compare_revnums (tip, newrev) >= 0) 5422 newrev, tip); [all …]
|