Searched refs:generation (Results 1 - 25 of 79) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure15579 *** disable generation of debug info, optimization options or warnings.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2293 - moved codepage generation to %%install and codepage dir to /var/lib/samba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4032 % Index generation facilities
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h175 __u64 generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out
H A Dfuse_lowlevel.h71 * The ino/generation pair should be unique for the filesystem's
75 unsigned long generation; member in struct:fuse_entry_param
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c71 unsigned int generation; member in struct:fuse
93 unsigned int generation; member in struct:node
250 f->generation ++;
285 node->generation = f->generation;
951 e->generation = node->generation;
2657 f->generation = 0;
2696 root->generation = 0;
H A Dfuse_lowlevel.c288 arg->generation = e->generation;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c220 int root_id, new_root_id, irm_id, gap_count, generation, grace; local
225 generation = card->generation;
230 if (card->bm_generation + 1 == generation ||
231 (card->bm_generation != generation && grace)) {
241 * next generation.
259 irm_id, generation,
290 } else if (card->bm_generation != generation) {
292 * OK, we weren't BM in the last generation, and it's
302 * We're bus manager for this generation, s
473 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
H A Dfw-cdev.c212 event->generation = card->generation;
399 request->generation,
444 int generation, int speed,
442 handle_request(struct fw_card *card, struct fw_request *r, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
H A Dfw-device.c194 device->generation);
405 device->generation, SCODE_100,
755 device->generation = card->generation;
761 * and generation for the device.
781 device->generation = card->generation;
H A Dfw-device.h42 int generation; member in struct:fw_device
H A Dfw-ohci.c141 int generation; member in struct:fw_ohci
331 p.generation = ohci->request_generation;
335 * the new generation number when a bus reset happens (see
338 * generation. We only need this for requests; for responses
599 * generation handling and locking around packet queue manipulation.
677 if (ohci->generation != packet->generation) {
729 * when we try to use a stale generation count.
736 * Using a valid (current) generation count, but the
887 ctx->ohci->generation
905 int generation, new_generation; local
1254 ohci_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
[all...]
H A Dfw-sbp2.c73 int generation; member in struct:sbp2_device
251 /* iPod 4th generation. */ {
271 int generation, int speed,
335 int node_id, int generation, u64 offset)
350 node_id, generation,
394 sbp2_send_management_orb(struct fw_unit *unit, int node_id, int generation, argument
447 node_id, generation, sd->management_agent_address);
509 sd->node_id, sd->generation, SCODE_400,
526 sbp2_send_management_orb(sd->unit, sd->node_id, sd->generation,
545 int generation, node_i local
269 sbp2_status_write(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
334 sbp2_send_orb(struct sbp2_orb *orb, struct fw_unit *unit, int node_id, int generation, u64 offset) argument
718 int generation, node_id, local_node_id; local
[all...]
H A Dfw-topology.c496 int node_id, int generation,
515 card->generation = generation;
495 fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, int self_id_count, u32 * self_ids) argument
H A Dfw-transaction.c150 int node_id, int source_id, int generation, int speed,
203 packet->generation = generation;
209 int tcode, int node_id, int generation, int speed,
253 node_id, source, generation,
268 static void send_phy_packet(struct fw_card *card, u32 data, int generation) argument
281 packet->generation = generation;
288 int node_id, int generation, int gap_count)
296 send_phy_packet(card, q, generation);
149 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int node_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
208 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int node_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
287 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
695 handle_topology_map(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
733 handle_registers(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, int speed, unsigned long long offset, void *payload, size_t length, void *callback_data) argument
[all...]
H A Dfw-transaction.h130 int generation, int speed,
136 int node_id, int generation,
143 int generation; member in struct:fw_packet
165 int node_id; /* The generation is implied; it is always the current. */
222 int generation; member in struct:fw_card
223 /* This is the generation used for timestamping incoming requests. */
387 * doesn't support this, -ESTALE if the generation doesn't
391 int node_id, int generation);
416 int tcode, int node_id, int generation, int speed,
427 int node_id, int generation, in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr.c220 host->csr.generation = 2;
231 (host->csr.generation << CSR_GENERATION_SHIFT) |
286 if (rom_version != host->csr.generation)
298 /* Increment the generation number to keep some sort of sync
300 host->csr.generation++;
301 if (host->csr.generation > 0xf || host->csr.generation < 2)
302 host->csr.generation = 2;
H A Dcsr.h78 u8 generation; /* Only use values between 0x2 and 0xf */ member in struct:csr_control
H A Deth1394.c1407 p->generation = get_hpsb_generation(host);
H A Dhosts.c37 int 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 Dhosts.h25 atomic_t generation; member in struct:hpsb_host
H A Dieee1394_core.c18 * allow highlevel drivers to disable automatic response generation
130 * The packet's generation value will be set to the current generation number
131 * for ease of use. Remember to overwrite it with your own recorded generation
148 packet->generation = -1;
485 atomic_inc(&host->generation);
570 packet->generation = get_hpsb_generation(host);
586 * reset, the packet's generation number doesn't match the current generation
598 (packet->generation !
[all...]
H A Dieee1394_core.h52 unsigned int generation; member in struct:hpsb_packet
85 * get_hpsb_generation - generation counter for the complete 1394 subsystem
92 return atomic_read(&host->generation);
H A Dieee1394_transactions.c507 p->generation = get_hpsb_generation(host);
520 * You must explicitly specifiy the @generation for which the node ID is valid,
523 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
540 packet->generation = generation;
569 * You must explicitly specifiy the @generation for which the node ID is valid,
572 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation, argument
588 packet->generation = generation;
H A Dieee1394_transactions.h31 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
33 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation,

Completed in 345 milliseconds

1234