Searched refs:generation (Results 1 - 25 of 149) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h64 u_int32_t generation; /* Current generation number. */ member in struct:__db_txnhead
67 u_int32_t generation; member in struct:__db_txnhead::__anon6277
82 u_int32_t generation; member in struct:__db_txnlist::__anon6278::__anon6279
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_auto.h19 u_int32_t generation; member in struct:___repmgr_ack_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhosts.c37 u8 generation = host->csr.generation + 1; local
39 /* The generation field rolls over to 2 rather than 0 per IEEE
41 if (generation > 0xf || generation < 2)
42 generation = 2;
44 csr_set_bus_info_generation(host->csr.rom, generation);
47 * Reset generation field and do not issue a bus reset. */
49 host->csr.generation);
53 host->csr.generation
[all...]
H A Dieee1394_transactions.h29 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
31 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation,
33 int hpsb_lock(struct hpsb_host *host, nodeid_t node, unsigned int generation,
H A Dnodemgr.h47 u8 generation; /* Incremented when configrom changes */ member in struct:bus_options
100 unsigned int generation; /* Synced with hpsb generation */ member in struct:node_entry
154 return ne->generation == get_hpsb_generation(ne->host);
162 unsigned int g = ne->generation;
170 unsigned int g = ne->generation;
H A Dnodemgr.c41 unsigned int generation; member in struct:nodemgr_csr_info
72 error = hpsb_read(ci->host, ci->nodeid, ci->generation, addr,
98 error = hpsb_read(ci->host, ci->nodeid, ci->generation, addr,
312 ne->busopt.pmc, ne->busopt.generation, ne->busopt.lnkspd,
791 ne->busopt.generation = (busoptions >> 4) & 0xf;
800 ne->busopt.generation, ne->busopt.lnkspd);
806 nodeid_t nodeid, unsigned int generation)
816 ne->generation = generation;
1243 nodeid_t nodeid, unsigned int generation)
804 nodemgr_create_node(octlet_t guid, struct csr1212_csr *csr, struct hpsb_host *host, nodeid_t nodeid, unsigned int generation) argument
1242 nodemgr_update_node(struct node_entry *ne, struct csr1212_csr *csr, nodeid_t nodeid, unsigned int generation) argument
1289 nodemgr_node_scan_one(struct hpsb_host *host, nodeid_t nodeid, int generation) argument
1354 nodemgr_node_scan(struct hpsb_host *host, int generation) argument
1423 nodemgr_irm_write_bc(struct node_entry *ne, int generation) argument
1444 nodemgr_probe_ne(struct hpsb_host *host, struct node_entry *ne, int generation) argument
1475 int generation; member in struct:node_probe_parameter
1493 nodemgr_node_probe(struct hpsb_host *host, int generation) argument
1664 unsigned int g, generation = 0; local
1816 unsigned int generation = ne->generation; local
[all...]
H A Draw1394.h83 __u32 generation; member in struct:raw1394_request
106 __u32 generation; member in struct:arm_request
H A Dieee1394_transactions.c488 * You must explicitly specifiy the @generation for which the node ID is valid,
491 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
506 packet->generation = generation;
535 * You must explicitly specifiy the @generation for which the node ID is valid,
538 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
552 packet->generation = generation;
566 int hpsb_lock(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
576 packet->generation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c35 unsigned long generation; local
41 if (fgetversion(name, &generation) != 0)
43 printf("%5lu ", generation);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c47 unsigned long generation; local
52 if (fgetversion(name, &generation) == -1)
54 printf("%5lu ", generation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c67 u_int32_t generation; local
72 * Save initial generation number, in case it changes in a close race
75 generation = db_rep->generation;
117 if ((ret = ack_message(env, generation, &permlsn)) != 0)
189 ack_message(env, generation, lsn)
191 u_int32_t generation;
222 ack.generation = generation;
350 db_rep->generation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-iso.c198 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, argument
216 irm_id, generation, SCODE_100,
220 /* A generation change frees all bandwidth. */
235 static int manage_channel(struct fw_card *card, int irm_id, int generation, argument
256 irm_id, generation, SCODE_100,
259 /* A generation change frees all channels. */
287 int generation, int channel, __be32 buffer[2])
296 manage_channel(card, irm_id, generation, mask, offset, false, buffer);
302 * In parameters: card, generation, channels_mask, bandwidth, allocate
315 * If generation i
286 deallocate_channel(struct fw_card *card, int irm_id, int generation, int channel, __be32 buffer[2]) argument
323 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate, __be32 buffer[2]) argument
[all...]
H A Dsbp2.c148 * The generation is updated once we've logged in or reconnected
153 int generation; member in struct:sbp2_logical_unit
378 /* iPod 4th generation */ {
409 int generation, unsigned long long offset,
496 int node_id, int generation, u64 offset)
512 node_id, generation, device->max_speed, offset,
553 int generation, int function,
609 sbp2_send_orb(&orb->base, lu, node_id, generation,
656 lu->tgt->node_id, lu->generation, device->max_speed,
678 lu->tgt->node_id, lu->generation, devic
407 sbp2_status_write(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
495 sbp2_send_orb(struct sbp2_orb *orb, struct sbp2_logical_unit *lu, int node_id, int generation, u64 offset) argument
552 sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, int generation, int function, int lun_or_login_id, void *response) argument
799 int generation, node_id; local
884 int generation, node_id, local_node_id; local
1212 int generation, node_id, local_node_id; local
1458 int generation, retval = SCSI_MLQUEUE_HOST_BUSY; local
[all...]
H A Dcore-card.c242 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation,
248 static void allocate_broadcast_channel(struct fw_card *card, int generation) argument
253 fw_iso_resource_manage(card, generation, 1ULL << 31,
263 device_for_each_child(card->device, (void *)(long)generation,
284 int gap_count, generation, grace, rcode; local
298 generation = card->generation;
321 if ((is_next_generation(generation, card->bm_generation) &&
323 (card->bm_generation != generation && grace)) {
333 * next generation
595 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
H A Dcore-device.c221 int generation = device->generation; local
223 /* device->node_id, accessed below, must not be older than generation */
228 generation);
456 int generation, int index, u32 *data)
460 /* device->node_id, accessed below, must not be older than generation */
464 device->node_id, generation, device->max_speed,
476 * the config ROM. We do all this with a cached bus generation. If the bus
477 * generation changes under us, read_config_rom will fail and get retried.
481 static int read_config_rom(struct fw_device *device, int generation) argument
455 read_rom(struct fw_device *device, int generation, int index, u32 *data) argument
880 set_broadcast_channel(struct fw_device *device, int generation) argument
1068 reread_config_rom(struct fw_device *device, int generation) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dexport.c63 u64 root_objectid, u32 generation,
106 if (check_generation && generation != inode->i_generation) {
125 u32 generation; local
139 generation = fid->parent_gen;
141 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1);
149 u32 generation; local
161 generation = fid->gen;
163 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1);
62 btrfs_get_dentry(struct super_block *sb, u64 objectid, u64 root_objectid, u32 generation, int check_generation) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dexport.c22 __u32 generation)
31 if (generation && inode->i_generation != generation) {
156 u32 generation; member in struct:isofs_fid
170 ifid->generation);
19 isofs_export_iget(struct super_block *sb, unsigned long block, unsigned long offset, __u32 generation) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c436 headp->generation = 0;
445 headp->gen_array[0].generation = 0;
463 for (__i = 0; __i <= (hp)->generation; __i++) \
472 DB_ASSERT(env, __i <= (hp)->generation); \
473 gen = (hp)->gen_array[__i].generation; \
498 /* Find the most recent generation containing this ID */
499 FIND_GENERATION(hp, txnid, elp->u.t.generation);
600 * Checks to see if a txnid with the current generation is in the
688 u_int32_t generation, hash; local
699 FIND_GENERATION(hp, txnid, generation);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dexport.c70 * generation number
117 mlog(0, "stale inode ino: %llu generation: %u\n",
133 mlog(0, "stale inode ino: %llu generation: %u\n",
197 u32 generation; local
211 generation = inode->i_generation;
213 mlog(0, "Encoding fh: blkno: %llu, generation: %u\n",
214 (unsigned long long)blkno, generation);
219 fh[2] = cpu_to_le32(generation);
228 generation = parent->i_generation;
232 fh[5] = cpu_to_le32(generation);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dnamei.c76 u32 generation)
86 if (generation && inode->i_generation != generation) {
75 efs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-private.h119 int generation; /**< _dbus_current_generation when message was created */ member in struct:DBusMessage
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire-cdev.h72 * @generation: New bus generation
90 __u32 generation; member in struct:fw_cdev_event_bus_reset
161 * @generation: Bus generation in which the request is valid
181 * @generation pertain to that card. Destination node ID and bus generation may
199 * card index, node ID, and generation for outbound requests.
209 __u32 generation; member in struct:fw_cdev_event_request2
495 * @generation
509 __u32 generation; member in struct:fw_cdev_send_request
975 __u32 generation; member in struct:fw_cdev_send_stream_packet
998 __u32 generation; member in struct:fw_cdev_send_phy_packet
[all...]
H A Dfirewire.h88 int generation; member in struct:fw_card
152 * Note, fw_device.generation always has to be read before fw_device.node_id.
154 * to an outdated node_id if the generation was updated in the meantime due
157 * Likewise, fw-core will take care to update .node_id before .generation so
158 * that whenever fw_device.generation is current WRT the actual bus generation,
161 * The same applies to fw_device.card->node_id vs. fw_device.generation.
172 int generation; member in struct:fw_device
272 int generation,
279 int generation; member in struct:fw_packet
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread_win32.c184 int generation; member in struct:evthread_win32_cond
202 cond->n_waiting = cond->n_to_wake = cond->generation = 0;
224 cond->generation++;
244 generation_at_start = cond->generation;
255 cond->generation != generation_at_start) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-fw.c34 int rcode, generation = device->generation; local
36 smp_rmb(); /* node_id vs. generation */
39 generation, device->max_speed, addr, data, len);
196 int tcode, int destination, int source, int generation,
213 if (device->generation != generation)
216 smp_rmb(); /* node_id vs. generation */
195 handle_fcp(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *payload, size_t length, void *callback_data) argument

Completed in 298 milliseconds

123456