/src/sbin/clri/ |
clri.c | 80 int32_t generation; local in function:main 187 /* clear the inode, and bump the generation count. */ 188 generation = ip2->di_gen + 1; 190 ip2->di_gen = generation; 194 /* clear the inode, and bump the generation count. */ 195 generation = ip1->di_gen + 1; 197 ip1->di_gen = generation;
|
/src/sys/dev/ata/ |
ata_raid_intel.c | 98 printf("generation 0x%08x\n", info->generation); 226 aai->aai_generation = info->generation; 313 uint32_t generation; member in struct:__anonc6d298ef0108 331 info->generation == array_note[i].generation) { 344 array_note[n_array].generation = info->generation;
|
ata_raidreg.h | 75 uint16_t generation; member in struct:promise_raid_conf::__anon736e3db70108 124 uint32_t generation; member in struct:adaptec_raid_conf 137 uint16_t generation; member in struct:adaptec_raid_conf::__anon736e3db70308 312 uint32_t generation; member in struct:intel_raid_conf
|
ata_raid_promise.c | 139 if (info->raid.generation == 0 || 140 info->raid.generation > aai->aai_generation) { 141 aai->aai_generation = info->raid.generation;
|
ata_raid_adaptec.c | 126 gen = be32toh(info->generation);
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_fdr_controller.h | 48 return B.Data != nullptr && B.Generation == BQ->generation() && 155 if (B.Generation != BQ->generation()) 172 if (B.Generation != BQ->generation()) 192 if (B.Generation != BQ->generation()) 211 if (B.Generation != BQ->generation()) [all...] |
xray_buffer_queue.cc | 110 // At this point we increment the generation number to associate the buffers 111 // to the new generation. 112 atomic_fetch_add(&Generation, 1, memory_order_acq_rel); 129 Buf.Generation = generation(); 158 Generation{0} { 180 Buf.Generation = generation(); 191 if (Buf.Generation != generation() || LiveBuffers == 0) [all...] |
xray_buffer_queue.h | 57 uint64_t Generation{0}; 163 // We use a generation number to identify buffers and which generation they're 165 atomic_uint64_t Generation; 224 /// Initializes the buffer queue, starting a new generation. We can re-set the 237 uint64_t generation() const { function in class:__xray::BufferQueue 238 return atomic_load(&Generation, memory_order_acquire);
|
/src/sys/dev/ieee1394/ |
iec13213.h | 182 generation:4, 188 generation:4,
|
firewire.h | 409 uint32_t generation; member in struct:fw_topology_map 418 uint32_t generation; member in struct:fw_speed_map
|
firewire.c | 551 * bump the businfo.generation indicator to 554 * generation starts at 2 and rolls over at 0xF 557 * A generation of 0 indicates a device 559 * A generation of 1 indicates a device that 568 if (src->businfo.generation++ > FW_MAX_GENERATION) 569 src->businfo.generation = FW_GENERATION_CHANGEABLE; 968 fc->topology_map->generation++; 971 fc->speed_map->generation++; 1017 fw_crc16((uint32_t *)&fc->topology_map->generation, 1019 fc->speed_map->crc = fw_crc16((uint32_t *)&fc->speed_map->generation, [all...] |
/src/sys/dev/ic/ |
mvsatavar.h | 36 int generation; member in struct:mvsata_product 119 } sc_gen; /* Generation for LSI */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ste-hrefprev60.dtsi | 55 * On the first generation boards, this SSP/SPI port was connected
|
armada-xp-axpwifiap.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
omap4-kc1.dts | 10 model = "Amazon Kindle Fire (first generation)";
|
armada-xp-linksys-mamba.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
/src/sys/compat/linux/common/ |
linux_fdio.h | 97 int generation; member in struct:linux_floppy_drive_struct
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 10 Generation of the ASL compiler from source code requires these items: 29 1a) Notes for Linux/Unix generation 50 1b) Notes for Windows generation
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_kms.c | 87 slot->generation = qdev->rom->slot_generation; 90 high_bits |= slot->generation;
|
qxl_drv.h | 135 uint8_t generation; member in struct:qxl_memslot
|
/src/usr.sbin/sysinst/ |
msg.pm.en | 120 message cgd_keygen_fmt {Key generation}
|
/src/usr.sbin/dumpfs/ |
dumpfs.c | 706 " generation uid gid\n"); 728 " generation uid gid\n"); 767 uint32_t generation; local in function:print_journal 772 generation = 0; 809 if (awh.wc_generation > generation) { 813 generation = awh.wc_generation; 864 printf(" checksum %08x generation %9u\n",
|
/src/lib/libperfuse/ |
fuse.h | 193 uint64_t generation; member in struct:fuse_entry_out
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
buffer_queue_test.cc | 64 Buf.Generation = Buffers.generation(); 140 ASSERT_NE(B0.Generation, B1.Generation); 142 // We stash the current generation, for use later. 143 auto PrevGen = B1.Generation; 146 // first "generation" would still be accepted in the new generation... 159 // Here we ensure that the generation is different from the previous 160 // generation [all...] |
/src/usr.sbin/fwctl/ |
fwcontrol.c | 367 "generation:%d link_spd:%d\n" 372 bi->generation, bi->link_spd, 518 printf("crc_len: %d generation:%d node_count:%d sid_count:%d\n", 519 tmap->crc_len, tmap->generation,
|