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

/freebsd-11-stable/sys/modules/usb/atp/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/usb/atp/Makefile 319182 2017-05-30 04:11:12Z ngie $
7 KMOD= atp
9 atp.c
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c861 atio_private_data_t *atp; local
864 atp = LIST_FIRST(atfree);
865 if (atp) {
866 LIST_REMOVE(atp, next);
867 atp->tag = tag;
869 LIST_INSERT_HEAD(&atused[ATPDPHASH(tag)], atp, next);
871 return (atp);
878 atio_private_data_t *atp; local
881 LIST_FOREACH(atp, &atused[ATPDPHASH(tag)], next) {
882 if (atp
889 isp_put_atpd(ispsoftc_t *isp, int chan, atio_private_data_t *atp) argument
905 atio_private_data_t *atp, *atpool; local
1092 atio_private_data_t *atp; local
1647 atio_private_data_t *atp; local
1786 atio_private_data_t *atp = NULL; local
1952 isp_handle_srr_start(ispsoftc_t *isp, atio_private_data_t *atp) argument
2053 atio_private_data_t *atp; local
2077 atio_private_data_t *atp = NULL; local
2340 atio_private_data_t *atp; local
2446 atio_private_data_t *atp, *atpool; local
2884 atio_private_data_t *atp; local
[all...]
H A Disp_freebsd.h138 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c428 char *atp; local
432 atp = strchr(fs, '@');
433 if (atp == NULL)
435 *atp = '\0';
700 char *atp; local
710 atp = strchr(zc.zc_name, '@');
711 if (atp == NULL)
713 *atp = '\0';
/freebsd-11-stable/sys/modules/usb/
H A DMakefile50 SUBDIR += atp cfumass uhid ukbd ums udbp ufm uep wmt wsp ugold uled
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c992 time_t * atp; local
1076 atp = sp->ats;
1090 *atp++ = endtime;
1092 *atp++ = starttime;
1095 *atp++ = starttime;
1097 *atp++ = endtime;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1359 char *name, *atp; local
1366 atp = strchr(name, '@');
1367 if (atp == NULL)
1370 (void) strlcpy(dsname, name, atp - name + 1);
1377 atp + 1, tx, B_FALSE, 0, NULL);
1558 char *name, *atp; local
1562 atp = strchr(name, '@');
1563 (void) strlcpy(dsname, name, atp - name + 1);
1566 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx);
1607 char *atp; local
[all...]
H A Ddmu_objset.c2373 char *atp = strchr(snapname, '@'); local
2374 if (atp == NULL)
2376 if (atp - snapname >= ZFS_MAX_DATASET_NAME_LEN)
2378 (void) strlcpy(buf, snapname, atp - snapname + 1);
H A Dzfs_ioctl.c1050 char *atp = strchr(name, '@'); local
1052 if (atp == NULL) {
1056 *atp = '\0';
1058 *atp = '@';
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3773 char *atp; local
3776 atp = strchr(argv[0], '@');
3777 if (atp == NULL)
3779 *atp = '\0';
3780 sd.sd_snapname = atp + 1;
7031 char *atp, *copy; local
7078 if ((atp = strchr(copy, '@')) != NULL)
7079 *atp = '\0';
/freebsd-11-stable/share/man/man4/
H A DMakefile67 atp.4 \

Completed in 197 milliseconds