| /freebsd-9-stable/sys/dev/isp/ |
| D | isp_freebsd.c | 931 atio_private_data_t *atp; in get_lun_statep_from_tag() local 939 atp = isp_get_atpd(isp, tptr, tagval); in get_lun_statep_from_tag() 940 if (atp && atp->tag == tagval) { in get_lun_statep_from_tag() 1034 atio_private_data_t *atp; in isp_get_atpd() local 1037 atp = tptr->atfree; in isp_get_atpd() 1038 if (atp) { in isp_get_atpd() 1039 tptr->atfree = atp->next; in isp_get_atpd() 1041 return (atp); in isp_get_atpd() 1043 for (atp = tptr->atpool; atp < &tptr->atpool[ATPDPSIZE]; atp++) { in isp_get_atpd() 1044 if (atp->tag == tag) { in isp_get_atpd() [all …]
|
| D | isp_freebsd.h | 142 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdr… argument
|
| /freebsd-9-stable/lib/libdwarf/ |
| D | dwarf_attr.c | 34 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, Dwarf_Error *err) in dwarf_attr() argument 43 if (die == NULL || atp == NULL || (a = die->die_a) == NULL) { in dwarf_attr() 52 *atp = at; in dwarf_attr() 63 dwarf_attr_add(Dwarf_Abbrev a, uint64_t attr, uint64_t form, Dwarf_Attribute *atp, Dwarf_Error *err… in dwarf_attr_add() argument 88 if (atp != NULL) in dwarf_attr_add() 89 *atp = at; in dwarf_attr_add()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| D | libzfs_core.c | 347 char *atp; local 351 atp = strchr(fs, '@'); 352 if (atp == NULL) 354 *atp = '\0'; 580 char *atp; local 590 atp = strchr(zc.zc_name, '@'); 591 if (atp == NULL) 593 *atp = '\0';
|
| /freebsd-9-stable/sys/modules/usb/atp/ |
| D | Makefile | 7 KMOD= atp 9 atp.c
|
| /freebsd-9-stable/sys/modules/usb/ |
| D | Makefile | 36 SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dsl_dataset.c | 1165 char *name, *atp; in dsl_dataset_snapshot_check() local 1172 atp = strchr(name, '@'); in dsl_dataset_snapshot_check() 1173 if (atp == NULL) in dsl_dataset_snapshot_check() 1176 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_check() 1183 atp + 1, tx, B_FALSE, 0, NULL); in dsl_dataset_snapshot_check() 1332 char *name, *atp; in dsl_dataset_snapshot_sync() local 1336 atp = strchr(name, '@'); in dsl_dataset_snapshot_sync() 1337 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_sync() 1340 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx); in dsl_dataset_snapshot_sync() 1381 char *atp; in dsl_dataset_snapshot() local [all …]
|
| D | dmu_objset.c | 1770 char *atp = strchr(snapname, '@'); in dmu_fsname() local 1771 if (atp == NULL) in dmu_fsname() 1773 if (atp - snapname >= MAXNAMELEN) in dmu_fsname() 1775 (void) strlcpy(buf, snapname, atp - snapname + 1); in dmu_fsname()
|
| D | zfs_ioctl.c | 1018 char *atp = strchr(name, '@'); in zfs_secpolicy_snapshot() local 1020 if (atp == NULL) { in zfs_secpolicy_snapshot() 1024 *atp = '\0'; in zfs_secpolicy_snapshot() 1026 *atp = '@'; in zfs_secpolicy_snapshot()
|
| /freebsd-9-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 994 time_t * atp; local 1078 atp = sp->ats; 1092 *atp++ = endtime; 1094 *atp++ = starttime; 1097 *atp++ = starttime; 1099 *atp++ = endtime;
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | src.desc | 72 atp.termcap.c: Termcap routines for vmsposix
|
| /freebsd-9-stable/sys/dev/usb/input/ |
| D | atp.c | 171 static SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW, 0, "USB ATP"); 2630 DRIVER_MODULE(atp, uhub, atp_driver, atp_devclass, NULL, 0); 2631 MODULE_DEPEND(atp, usb, 1, 1, 1); 2632 MODULE_VERSION(atp, 1);
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 3670 char *atp; in zfs_do_snapshot() local 3673 atp = strchr(argv[0], '@'); in zfs_do_snapshot() 3674 if (atp == NULL) in zfs_do_snapshot() 3676 *atp = '\0'; in zfs_do_snapshot() 3677 sd.sd_snapname = atp + 1; in zfs_do_snapshot() 6701 char *atp, *copy; in zfs_do_diff() local 6748 if (atp = strchr(copy, '@')) in zfs_do_diff() 6749 *atp = '\0'; in zfs_do_diff()
|
| /freebsd-9-stable/sys/powerpc/conf/ |
| D | GENERIC | 157 device atp # Apple USB touchpad
|
| /freebsd-9-stable/share/man/man4/ |
| D | Makefile | 60 atp.4 \
|
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_inode.c | 396 xfs_attr_shortform_t *atp; in xfs_iformat() local 507 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat() 508 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat()
|
| /freebsd-9-stable/sys/conf/ |
| D | files | 2112 dev/usb/input/atp.c optional atp
|
| D | NOTES | 2673 device atp
|