| /src/sys/dev/mca/ |
| if_ate_mca.c | 92 const struct ate_mca_product *atp; local 94 for (atp = ate_mca_products; atp->at_name != NULL; atp++) 95 if (id == atp->at_prodid) 96 return atp; 131 const struct ate_mca_product *atp; local 163 atp = ate_mca_lookup(ma->ma_id); 165 if (atp == NULL) { 176 ma->ma_slot + 1, irq, atp->at_name) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| allowed.c | 194 AttributeType **atp = NULL; local 263 aa_add_oc( oc, &ocp, &atp ); 269 aa_add_oc( oc->soc_sups[ i ], &ocp, &atp ); 276 if ( atp != NULL ) { 281 for ( i = 0; atp[ i ] != NULL; i++ ) 291 for ( i = 0, ja = 0, je = 0; atp[ i ] != NULL; i++ ) { 293 ber_dupbv( &bv_allowed[ ja ], &atp[ i ]->sat_cname ); 301 if ( slap_bv2ad( &atp[ i ]->sat_cname, &ad, &text ) ) { 309 ber_dupbv( &bv_effective[ je ], &atp[ i ]->sat_cname ); 315 ch_free( atp ); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 150 const auto atp = current(); variable 151 if (::unlinkat(atp.dir(), atp.path_at_dir(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 150 const auto atp = current(); variable 151 if (::unlinkat(atp.dir(), atp.path_at_dir(),
|
| /src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
| libzfs_core.c | 348 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';
|
| /src/sys/dev/pci/ |
| twe.c | 537 struct twe_param *dtp, *atp; local 583 TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL, &atp); 591 ad = (struct twe_array_descriptor *)atp->tp_data; 594 free(atp, M_DEVBUF);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| init.c | 1014 Attribute **atp = NULL; local 1058 for ( atp = &e->e_attrs; *atp; atp = &(*atp)->a_next ) 1070 *atp = attr_dup( a ); 1071 if ( *atp == NULL ) { 1079 atp = &(*atp)->a_next; 1095 if ( atp && *atp ) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-microblaze.c | 678 char *atp; local 684 for (atp = s; *atp != '@'; atp++) 685 if (is_end_of_stmt (*atp)) 688 if (*atp == '@') 690 itype = match_imm (atp + 1, &ilen); 693 *atp = 0; 698 atp = NULL; 702 *atp = 0 752 char *atp; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-microblaze.c | 675 char *atp; local 681 for (atp = s; *atp != '@'; atp++) 682 if (is_end_of_stmt (*atp)) 685 if (*atp == '@') 687 itype = match_imm (atp + 1, &ilen); 690 *atp = 0; 695 atp = NULL; 699 *atp = 0 749 char *atp; local [all...] |
| /src/external/bsd/nsd/dist/ |
| udb.c | 758 regen_its_ptrs(void* base, udb_base* udb, udb_chunk_d* atp, 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),
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_objset.c | 2065 char *atp = strchr(snapname, '@'); local 2066 if (atp == NULL) 2068 if (atp - snapname >= ZFS_MAX_DATASET_NAME_LEN) 2070 (void) strlcpy(buf, snapname, atp - snapname + 1);
|
| dsl_dataset.c | 1346 char *name, *atp; local 1353 atp = strchr(name, '@'); 1354 if (atp == NULL) 1357 (void) strlcpy(dsname, name, atp - name + 1); 1364 atp + 1, tx, B_FALSE, 0, NULL); 1528 char *name, *atp; local 1532 atp = strchr(name, '@'); 1533 (void) strlcpy(dsname, name, atp - name + 1); 1536 dsl_dataset_snapshot_sync_impl(ds, atp + 1, tx); 1577 char *atp; local [all...] |
| zfs_ioctl.c | 1054 char *atp = strchr(name, '@'); local 1056 if (atp == NULL) { 1060 *atp = '\0'; 1062 *atp = '@';
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 2257 const type_t *atp = a->s_type; local 2260 if (!types_compatible(atp, btp, false, false, &w) && !w) 2265 if (atp->t_bit_field_width != btp->t_bit_field_width) 2267 if (atp->t_bit_field_offset != btp->t_bit_field_offset)
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_main.c | 3737 char *atp; local 3740 atp = strchr(argv[0], '@'); 3741 if (atp == NULL) 3743 *atp = '\0'; 3744 sd.sd_snapname = atp + 1; 6932 char *atp, *copy; local 6979 if ((atp = strchr(copy, '@')) != NULL) 6980 *atp = '\0';
|