Home
last modified time | relevance | path

Searched refs:atp (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/dev/mca/
H A Dif_ate_mca.c92 const struct ate_mca_product *atp; in ate_mca_lookup() local
94 for (atp = ate_mca_products; atp->at_name != NULL; atp++) in ate_mca_lookup()
95 if (id == atp->at_prodid) in ate_mca_lookup()
96 return atp; in ate_mca_lookup()
131 const struct ate_mca_product *atp; in ate_mca_attach() local
163 atp = ate_mca_lookup(ma->ma_id); in ate_mca_attach()
165 if (atp == NULL) { in ate_mca_attach()
176 ma->ma_slot + 1, irq, atp->at_name); in ate_mca_attach()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h139 _Dir_base(const _At_path& atp, in _GLIBCXX_VISIBILITY()
142 : dirp(_Dir_base::openat(atp, nofollow)) in _GLIBCXX_VISIBILITY()
210 openat(const _At_path& atp, bool nofollow) in _GLIBCXX_VISIBILITY()
237 fd = ::openat(atp.dir(), atp.path_at_dir(), flags); in _GLIBCXX_VISIBILITY()
242 return posix::opendir(atp.path()); in _GLIBCXX_VISIBILITY()
244 fd = ::open(atp.path(), flags); in _GLIBCXX_VISIBILITY()
257 return posix::opendir(atp.path()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c194 AttributeType **atp = NULL; in aa_operational() local
263 aa_add_oc( oc, &ocp, &atp ); in aa_operational()
269 aa_add_oc( oc->soc_sups[ i ], &ocp, &atp ); in aa_operational()
276 if ( atp != NULL ) { in aa_operational()
281 for ( i = 0; atp[ i ] != NULL; i++ ) in aa_operational()
291 for ( i = 0, ja = 0, je = 0; atp[ i ] != NULL; i++ ) { in aa_operational()
293 ber_dupbv( &bv_allowed[ ja ], &atp[ i ]->sat_cname ); in aa_operational()
301 if ( slap_bv2ad( &atp[ i ]->sat_cname, &ad, &text ) ) { in aa_operational()
309 ber_dupbv( &bv_effective[ je ], &atp[ i ]->sat_cname ); in aa_operational()
315 ch_free( atp ); in aa_operational()
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_attr.c36 _dwarf_attr_alloc(Dwarf_Die die, Dwarf_Attribute *atp, Dwarf_Error *error) in _dwarf_attr_alloc() argument
41 assert(atp != NULL); in _dwarf_attr_alloc()
48 *atp = at; in _dwarf_attr_alloc()
54 _dwarf_attr_add(Dwarf_Die die, Dwarf_Attribute atref, Dwarf_Attribute *atp, in _dwarf_attr_add() argument
81 if (atp != NULL) in _dwarf_attr_add()
82 *atp = at; in _dwarf_attr_add()
442 Dwarf_P_Attribute *atp, Dwarf_Error *error) in _dwarf_add_AT_dataref() argument
464 if (atp) in _dwarf_add_AT_dataref()
465 *atp = at; in _dwarf_add_AT_dataref()
471 _dwarf_add_string_attr(Dwarf_P_Die die, Dwarf_P_Attribute *atp, Dwarf_Half attr, in _dwarf_add_string_attr() argument
[all …]
H A Ddwarf_attr.c36 dwarf_attr(Dwarf_Die die, Dwarf_Half attr, Dwarf_Attribute *atp, in dwarf_attr() argument
44 if (die == NULL || atp == NULL) { in dwarf_attr()
54 *atp = at; in dwarf_attr()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs_core/common/
H A Dlibzfs_core.c348 char *atp; local
352 atp = strchr(fs, '@');
353 if (atp == NULL)
355 *atp = '\0';
608 char *atp; local
617 atp = strchr(zc.zc_name, '@');
618 if (atp == NULL)
620 *atp = '\0';
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-microblaze.c704 char *atp; in parse_imm() local
710 for (atp = s; *atp != '@'; atp++) in parse_imm()
711 if (is_end_of_line[(unsigned char) *atp]) in parse_imm()
714 if (*atp == '@') in parse_imm()
716 itype = match_imm (atp + 1, &ilen); in parse_imm()
719 *atp = 0; in parse_imm()
724 atp = NULL; in parse_imm()
728 *atp = 0; in parse_imm()
732 atp = NULL; in parse_imm()
736 if (atp && !GOT_symbol) in parse_imm()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-microblaze.c676 char *atp; in parse_imm() local
682 for (atp = s; *atp != '@'; atp++) in parse_imm()
683 if (is_end_of_line[(unsigned char) *atp]) in parse_imm()
686 if (*atp == '@') in parse_imm()
688 itype = match_imm (atp + 1, &ilen); in parse_imm()
691 *atp = 0; in parse_imm()
696 atp = NULL; in parse_imm()
700 *atp = 0; in parse_imm()
704 atp = NULL; in parse_imm()
708 if (atp && !GOT_symbol) in parse_imm()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c1032 Attribute **atp = NULL; in monitor_back_register_entry_attrs() local
1076 for ( atp = &e->e_attrs; *atp; atp = &(*atp)->a_next ) in monitor_back_register_entry_attrs()
1088 *atp = attr_dup( a ); in monitor_back_register_entry_attrs()
1089 if ( *atp == NULL ) { in monitor_back_register_entry_attrs()
1097 atp = &(*atp)->a_next; in monitor_back_register_entry_attrs()
1113 if ( atp && *atp ) { in monitor_back_register_entry_attrs()
1114 attrs_free( *atp ); in monitor_back_register_entry_attrs()
1115 *atp = NULL; in monitor_back_register_entry_attrs()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc150 const auto atp = current(); in do_unlink() local
151 if (::unlinkat(atp.dir(), atp.path_at_dir(), in do_unlink()
/netbsd-src/external/bsd/nsd/dist/
H A Dudb.c758 regen_its_ptrs(void* base, udb_base* udb, udb_chunk_d* atp, argument
765 (*udb->walkfunc)(base, udb->walkarg, atp->type, data, dsz,
793 udb_chunk_d* atp = UDB_CHUNK(at); local
794 int exp = (int)atp->exp;
795 udb_chunk_type tp = (udb_chunk_type)atp->type;
800 regen_its_ptrs(base, udb, atp,
801 ((char*)atp)+sizeof(udb_xl_chunk_d),
809 regen_its_ptrs(base, udb, atp,
810 ((char*)atp)+sizeof(udb_chunk_d),
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dataset.c1346 char *name, *atp; in dsl_dataset_snapshot_check() local
1353 atp = strchr(name, '@'); in dsl_dataset_snapshot_check()
1354 if (atp == NULL) in dsl_dataset_snapshot_check()
1357 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_check()
1364 atp + 1, tx, B_FALSE, 0, NULL); in dsl_dataset_snapshot_check()
1528 char *name, *atp; in dsl_dataset_snapshot_sync() local
1532 atp = strchr(name, '@'); in dsl_dataset_snapshot_sync()
1533 (void) strlcpy(dsname, name, atp - name + 1); in dsl_dataset_snapshot_sync()
1536 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx); in dsl_dataset_snapshot_sync()
1577 char *atp; in dsl_dataset_snapshot() local
[all …]
H A Ddmu_objset.c2065 char *atp = strchr(snapname, '@'); in dmu_fsname() local
2066 if (atp == NULL) in dmu_fsname()
2068 if (atp - snapname >= ZFS_MAX_DATASET_NAME_LEN) in dmu_fsname()
2070 (void) strlcpy(buf, snapname, atp - snapname + 1); in dmu_fsname()
H A Dzfs_ioctl.c1054 char *atp = strchr(name, '@'); in zfs_secpolicy_snapshot() local
1056 if (atp == NULL) { in zfs_secpolicy_snapshot()
1060 *atp = '\0'; in zfs_secpolicy_snapshot()
1062 *atp = '@'; in zfs_secpolicy_snapshot()
/netbsd-src/sys/dev/pci/
H A Dtwe.c537 struct twe_param *dtp, *atp; in twe_add_unit() local
583 TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL, &atp); in twe_add_unit()
591 ad = (struct twe_array_descriptor *)atp->tp_data; in twe_add_unit()
594 free(atp, M_DEVBUF); in twe_add_unit()
/netbsd-src/usr.sbin/trpt/
H A Dtrpt.c382 tcp_trace(short act, short ostate, struct tcpcb *atp, struct tcpcb *tp, in tcp_trace() argument
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c3737 char *atp; in zfs_do_snapshot() local
3740 atp = strchr(argv[0], '@'); in zfs_do_snapshot()
3741 if (atp == NULL) in zfs_do_snapshot()
3743 *atp = '\0'; in zfs_do_snapshot()
3744 sd.sd_snapname = atp + 1; in zfs_do_snapshot()
6932 char *atp, *copy; in zfs_do_diff() local
6979 if ((atp = strchr(copy, '@')) != NULL) in zfs_do_diff()
6980 *atp = '\0'; in zfs_do_diff()
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c2158 const type_t *atp = a->s_type; in typeok_point()
2161 if (!types_compatible(atp, btp, false, false, &w) && !w) in typeok_point()
2166 if (atp->t_bit_field_width != btp->t_bit_field_width) in typeok_point()
2168 if (atp->t_bit_field_offset != btp->t_bit_field_offset) in typeok_point()
1928 const type_t *atp = a->s_type; are_members_compatible() local