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

/freebsd-current/sys/modules/usb/atp/
H A DMakefile6 KMOD= atp
8 atp.c
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c721 atio_private_data_t *atp; local
723 atp = LIST_FIRST(&fc->atfree);
724 if (atp) {
725 LIST_REMOVE(atp, next);
726 atp->tag = tag;
727 LIST_INSERT_HEAD(&fc->atused[ATPDPHASH(tag)], atp, next);
729 return (atp);
736 atio_private_data_t *atp; local
738 LIST_FOREACH(atp, &fc->atused[ATPDPHASH(tag)], next) {
739 if (atp
746 isp_put_atpd(ispsoftc_t *isp, int chan, atio_private_data_t *atp) argument
761 atio_private_data_t *atp; local
923 atio_private_data_t *atp; local
1290 atio_private_data_t *atp = NULL; local
1462 isp_handle_srr_start(ispsoftc_t *isp, atio_private_data_t *atp) argument
1563 atio_private_data_t *atp; local
1587 atio_private_data_t *atp = NULL; local
1790 atio_private_data_t *atp; local
1897 atio_private_data_t *atp; local
2289 atio_private_data_t *atp; local
[all...]
H A Disp_freebsd.h131 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c33 _dwarf_attr_alloc(Dwarf_Die die, Dwarf_Attribute *atp, Dwarf_Error *error) argument
38 assert(atp != NULL);
45 *atp = at;
51 _dwarf_attr_add(Dwarf_Die die, Dwarf_Attribute atref, Dwarf_Attribute *atp, argument
78 if (atp != NULL)
79 *atp = at;
375 Dwarf_P_Attribute *atp, Dwarf_Error *error)
397 if (atp)
398 *atp = at;
404 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Hal argument
373 _dwarf_add_AT_dataref(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, Dwarf_Unsigned pc_value, Dwarf_Unsigned sym_index, const char *secname, Dwarf_P_Attribute *atp, Dwarf_Error *error) argument
[all...]
H A Ddwarf_attr.c33 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, argument
41 if (die == NULL || atp == NULL) {
51 *atp = at;
/freebsd-current/sys/modules/usb/
H A DMakefile49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \
/freebsd-current/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c447 char *atp; local
451 atp = strchr(fs, '@');
452 if (atp == NULL)
454 *atp = '\0';
1004 char *atp; local
1013 atp = strchr(fsname, '@');
1014 if (atp == NULL)
1016 *atp = '\0';
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c1656 const char *name, *atp = NULL; local
1663 atp = strchr(name, '@');
1664 if (atp == NULL)
1667 (void) strlcpy(dsname, name, atp - name + 1);
1674 atp + 1, tx, B_FALSE, 0, NULL, NULL);
1881 const char *name, *atp; local
1885 atp = strchr(name, '@');
1886 (void) strlcpy(dsname, name, atp - name + 1);
1889 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx);
1930 const char *atp; local
[all...]
H A Ddmu_objset.c3094 char *atp = strchr(snapname, '@'); local
3095 if (atp == NULL)
3097 if (atp - snapname >= ZFS_MAX_DATASET_NAME_LEN)
3099 (void) strlcpy(buf, snapname, atp - snapname + 1);
H A Dzfs_ioctl.c939 char *atp = strchr(name, '@'); local
941 if (atp == NULL) {
945 *atp = '\0';
947 *atp = '@';
/freebsd-current/sys/dev/usb/input/
H A Datp.c49 * Author's note: 'atp' supports two distinct families of Apple trackpad
94 #define ATP_DRIVER_NAME "atp"
173 static SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
970 DPRINTFN(ATP_LLEVEL_INFO, "enabled atp\n");
978 DPRINTFN(ATP_LLEVEL_INFO, "disabled atp\n");
2628 DRIVER_MODULE(atp, uhub, atp_driver, NULL, NULL);
2629 MODULE_DEPEND(atp, usb, 1, 1, 1);
2630 MODULE_DEPEND(atp, hid, 1, 1, 1);
2631 MODULE_VERSION(atp, 1);
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4410 char *atp; local
4413 atp = strchr(argv[0], '@');
4414 if (atp == NULL)
4416 *atp = '\0';
4417 sd.sd_snapname = atp + 1;
7859 char *atp, *copy; local
7910 if ((atp = strchr(copy, '@')) != NULL)
7911 *atp = '\0';
/freebsd-current/share/man/man4/
H A DMakefile60 atp.4 \

Completed in 379 milliseconds