/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_attr.c | 33 _dwarf_attr_alloc(Dwarf_Die die, Dwarf_Attribute *atp, Dwarf_Error *error) in _dwarf_attr_alloc() argument 38 assert(atp != NULL); in _dwarf_attr_alloc() 45 *atp = at; in _dwarf_attr_alloc() 51 _dwarf_attr_add(Dwarf_Die die, Dwarf_Attribute atref, Dwarf_Attribute *atp, in _dwarf_attr_add() argument 78 if (atp != NULL) in _dwarf_attr_add() 79 *atp = at; in _dwarf_attr_add() 375 Dwarf_P_Attribute *atp, Dwarf_Error *error) in _dwarf_add_AT_dataref() argument 397 if (atp) in _dwarf_add_AT_dataref() 398 *atp = at; in _dwarf_add_AT_dataref() 404 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Half attr, in _dwarf_add_string_attr() argument [all …]
|
H A D | dwarf_attr.c | 33 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, in dwarf_attr() argument 41 if (die == NULL || atp == NULL) { in dwarf_attr() 51 *atp = at; in dwarf_attr()
|
/freebsd/sys/modules/usb/atp/ |
H A D | Makefile | 5 KMOD= atp 7 atp.c
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 447 char *atp; in lzc_snaprange_space() local 451 atp = strchr(fs, '@'); in lzc_snaprange_space() 452 if (atp == NULL) in lzc_snaprange_space() 454 *atp = '\0'; in lzc_snaprange_space() 1010 char *atp; in recv_impl() local 1019 atp = strchr(fsname, '@'); in recv_impl() 1020 if (atp == NULL) in recv_impl() 1022 *atp = '\0'; in recv_impl()
|
/freebsd/sys/modules/usb/ |
H A D | Makefile | 49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_dataset.c | 1686 const char *name, *atp = NULL; in dsl_dataset_snapshot_check() local 1693 atp = strchr(name, '@'); in dsl_dataset_snapshot_check() 1694 if (atp == NULL) in dsl_dataset_snapshot_check() 1697 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_check() 1704 atp + 1, tx, B_FALSE, 0, NULL, NULL); in dsl_dataset_snapshot_check() 1911 const char *name, *atp; in dsl_dataset_snapshot_sync() local 1915 atp = strchr(name, '@'); in dsl_dataset_snapshot_sync() 1916 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_sync() 1919 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx); in dsl_dataset_snapshot_sync() 1960 const char *atp; in dsl_dataset_snapshot() local [all …]
|
H A D | dmu_objset.c | 3108 char *atp = strchr(snapname, '@'); in dmu_fsname() local 3109 if (atp == NULL) in dmu_fsname() 3111 if (atp - snapname >= ZFS_MAX_DATASET_NAME_LEN) in dmu_fsname() 3113 (void) strlcpy(buf, snapname, atp - snapname + 1); in dmu_fsname()
|
H A D | zfs_ioctl.c | 938 char *atp = strchr(name, '@'); in zfs_secpolicy_snapshot() local 940 if (atp == NULL) { in zfs_secpolicy_snapshot() 944 *atp = '\0'; in zfs_secpolicy_snapshot() 946 *atp = '@'; in zfs_secpolicy_snapshot()
|
/freebsd/contrib/tcsh/ |
H A D | src.desc | 72 atp.termcap.c: Termcap routines for vmsposix
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 172 static SYSCTL_NODE(_hw_usb, OID_AUTO, atp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 2627 DRIVER_MODULE(atp, uhub, atp_driver, NULL, NULL); 2628 MODULE_DEPEND(atp, usb, 1, 1, 1); 2629 MODULE_DEPEND(atp, hid, 1, 1, 1); 2630 MODULE_VERSION(atp, 1);
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 186 device atp # Apple USB touchpad
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 4655 char *atp; in zfs_do_snapshot() local 4658 atp = strchr(argv[0], '@'); in zfs_do_snapshot() 4659 if (atp == NULL) in zfs_do_snapshot() 4661 *atp = '\0'; in zfs_do_snapshot() 4662 sd.sd_snapname = atp + 1; in zfs_do_snapshot() 8141 char *atp, *copy; in zfs_do_diff() local 8192 if ((atp = strchr(copy, '@')) != NULL) in zfs_do_diff() 8193 *atp = '\0'; in zfs_do_diff()
|
/freebsd/share/man/man4/ |
H A D | Makefile | 60 atp.4 \
|
/freebsd/sys/conf/ |
H A D | NOTES | 2488 device atp
|
H A D | files | 3383 dev/usb/input/atp.c optional atp
|
/freebsd/ |
H A D | UPDATING | 677 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
|