| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_import.c | 459 uint64_t *hole_array, max_id; in get_configs() local 515 max_id = 0; in get_configs() 519 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) { in get_configs() 522 max_id) == 0); in get_configs() 624 if (max_id < children) { in get_configs() 625 for (c = max_id; c < children; c++) in get_configs() 627 children = max_id; in get_configs() 628 } else if (max_id > children) { in get_configs() 631 newchild = zfs_alloc(hdl, (max_id) * in get_configs() 641 children = max_id; in get_configs()
|
| /netbsd-src/external/bsd/pdisk/dist/ |
| H A D | SCSI_media.c | 58 long max_id; member 218 entry->max_id = 7; in fill_bus_entry() 251 entry->max_id = pb.scsiMaxLUN; in fill_bus_entry() 805 if (a->id > scsi_mgr.bus_list[a->bus_index].max_id) { in step_scsi_iterator()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-features.h | 133 static unsigned max_id; variable
|
| H A D | i386-features.c | 274 unsigned scalar_chain::max_id = 0; 285 chain_id = ++max_id; in scalar_chain()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-features.h | 133 static unsigned max_id; variable
|
| H A D | i386-features.cc | 274 unsigned scalar_chain::max_id = 0; member in scalar_chain 285 chain_id = ++max_id; in scalar_chain()
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | dmsetup.c | 912 int max_id, id, sid; in _udevcomplete_all() local 930 if ((max_id = semctl(0, 0, SEM_INFO, &sinfo)) < 0) { in _udevcomplete_all() 935 for (id = 0; id <= max_id; id++) { in _udevcomplete_all() 961 int max_id, id, sid; in _udevcookies() local 967 if ((max_id = semctl(0, 0, SEM_INFO, &sinfo)) < 0) { in _udevcookies() 974 for (id = 0; id <= max_id; id++) { in _udevcookies()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | lambda.c | 489 static GTY(()) tree max_id; 503 max_id = get_identifier ("max"); in vla_capture_type() 508 field = build_decl (input_location, FIELD_DECL, max_id, sizetype); in vla_capture_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | lambda.cc | 488 static GTY(()) tree max_id; 502 max_id = get_identifier ("max"); in vla_capture_type() 507 field = build_decl (input_location, FIELD_DECL, max_id, sizetype); in vla_capture_type()
|
| H A D | ChangeLog-2017 | 3744 * lambda.c (ptr_id, max_id): Likewise.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-nds32.c | 219 int max_id; member 13339 int max_id = relax_group_ptr->max_id; in elf32_nds32_check_relax_group() local 13366 else if (id > max_id) in elf32_nds32_check_relax_group() 13367 max_id = id; in elf32_nds32_check_relax_group() 13376 || (max_id != relax_group_ptr->max_id)) in elf32_nds32_check_relax_group() 13378 relax_group_ptr->count = max_id - min_id + 1; in elf32_nds32_check_relax_group() 13381 BFD_ASSERT(max_id >= relax_group_ptr->max_id); in elf32_nds32_check_relax_group() 13382 relax_group_ptr->max_id = max_id; in elf32_nds32_check_relax_group()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-nds32.c | 219 int max_id; member 13336 int max_id = relax_group_ptr->max_id; in elf32_nds32_check_relax_group() local 13363 else if (id > max_id) in elf32_nds32_check_relax_group() 13364 max_id = id; in elf32_nds32_check_relax_group() 13373 || (max_id != relax_group_ptr->max_id)) in elf32_nds32_check_relax_group() 13375 relax_group_ptr->count = max_id - min_id + 1; in elf32_nds32_check_relax_group() 13378 BFD_ASSERT(max_id >= relax_group_ptr->max_id); in elf32_nds32_check_relax_group() 13379 relax_group_ptr->max_id = max_id; in elf32_nds32_check_relax_group()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 6802 u_int max_id; in ahc_find_tmode_devs() local 6804 max_id = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_find_tmode_devs() 6805 if (ccb->ccb_h.target_id > max_id) in ahc_find_tmode_devs()
|
| H A D | aic79xx.c | 9196 u_int max_id; in ahd_find_tmode_devs() local 9198 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs() 9199 if (ccb->ccb_h.target_id > max_id) in ahd_find_tmode_devs()
|