Searched refs:atp (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/modules/usb/atp/
H A DMakefile7 KMOD= atp
9 atp.c
/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_attr.c34 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, Dwarf_Error *err) argument
43 if (die == NULL || atp == NULL || (a = die->die_a) == NULL) {
52 *atp = at;
63 dwarf_attr_add(Dwarf_Abbrev a, uint64_t attr, uint64_t form, Dwarf_Attribute *atp, Dwarf_Error *error) argument
88 if (atp != NULL)
89 *atp = at;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c931 atio_private_data_t *atp; local
939 atp = isp_get_atpd(isp, tptr, tagval);
940 if (atp && atp->tag == tagval) {
1034 atio_private_data_t *atp; local
1037 atp = tptr->atfree;
1038 if (atp) {
1039 tptr->atfree = atp->next;
1041 return (atp);
1043 for (atp
1052 isp_put_atpd(ispsoftc_t *isp, tstate_t *tptr, atio_private_data_t *atp) argument
1065 atio_private_data_t *atp; local
1575 atio_private_data_t *atp; local
2208 atio_private_data_t *atp; local
2331 atio_private_data_t *atp; local
2509 atio_private_data_t *atp = NULL; local
2732 isp_handle_srr_start(ispsoftc_t *isp, tstate_t *tptr, atio_private_data_t *atp) argument
2834 atio_private_data_t *atp; local
2871 atio_private_data_t *atp = NULL; local
3069 atio_private_data_t *atp; local
3507 atio_private_data_t *atp; local
3532 atio_private_data_t *atp; local
5010 atio_private_data_t *atp = isp_get_atpd(isp, tptr, ccb->atio.tag_id); local
[all...]
H A Disp_freebsd.h142 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c347 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.3-release/sys/modules/usb/
H A DMakefile36 SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
/freebsd-9.3-release/sys/powerpc/conf/
H A DGENERIC157 device atp # Apple USB touchpad
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c994 time_t * atp; local
1078 atp = sp->ats;
1092 *atp++ = endtime;
1094 *atp++ = starttime;
1097 *atp++ = starttime;
1099 *atp++ = endtime;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1162 char *name, *atp; local
1169 atp = strchr(name, '@');
1170 if (atp == NULL)
1173 (void) strlcpy(dsname, name, atp - name + 1);
1180 atp + 1, tx, B_FALSE, 0, NULL);
1329 char *name, *atp; local
1333 atp = strchr(name, '@');
1334 (void) strlcpy(dsname, name, atp - name + 1);
1337 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx);
1378 char *atp; local
[all...]
H A Ddmu_objset.c1779 char *atp = strchr(snapname, '@'); local
1780 if (atp == NULL)
1782 if (atp - snapname >= MAXNAMELEN)
1784 (void) strlcpy(buf, snapname, atp - snapname + 1);
H A Dzfs_ioctl.c1018 char *atp = strchr(name, '@'); local
1020 if (atp == NULL) {
1024 *atp = '\0';
1026 *atp = '@';
/freebsd-9.3-release/share/man/man4/
H A DMakefile58 atp.4 \
/freebsd-9.3-release/sys/dev/usb/input/
H A Datp.c47 * Author's note: 'atp' supports two distinct families of Apple trackpad
92 #define ATP_DRIVER_NAME "atp"
171 static SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW, 0, "USB ATP");
967 DPRINTFN(ATP_LLEVEL_INFO, "enabled atp\n");
975 DPRINTFN(ATP_LLEVEL_INFO, "disabled atp\n");
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.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3651 char *atp; local
3654 atp = strchr(argv[0], '@');
3655 if (atp == NULL)
3657 *atp = '\0';
3658 sd.sd_snapname = atp + 1;
6682 char *atp, *copy; local
6729 if (atp = strchr(copy, '@'))
6730 *atp = '\0';
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c396 xfs_attr_shortform_t *atp; local
507 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip);
508 size = be16_to_cpu(atp->hdr.totsize);

Completed in 267 milliseconds