Searched refs:inventory (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DInventoryBinding.java22 Inventory inventory = new Inventory();
23 inventory.setSku(sku);
24 inventory.setItemName(itemName);
25 inventory.setCategory(category);
26 inventory.setVendor(vendor);
27 inventory.setVendorInventory(vendorInventory);
28 inventory.setVendorPrice(vendorPrice);
30 return inventory;
37 Inventory inventory = (Inventory)object;
39 to.writeString(inventory
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixinv.c2 * Support the inventory interface for IRIX binaries
4 * use the linked lists for the inventory yet.
9 #include <asm/inventory.h>
15 static inventory_t inventory [MAX_INVENTORY]; variable
19 inventory_t *ni = &inventory [inventory_items];
35 inventory_t *inv = &inventory [0];
43 inv = &inventory [v];
H A Dsysirix.c39 #include <asm/inventory.h>
244 #define SGI_INVENT 5 /* Fetch inventory */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A DMakefile12 ptrace.o hardware.o inventory.o drivers.o semaphore.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dklconfig.h194 unsigned char brd_inventory; /* inventory history */
223 unsigned char inventory; /* previous inventory status */ member in struct:klinfo_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dklconfig.h433 unsigned char brd_inventory; /* inventory history */
489 unsigned char inventory; /* previous inventory status */ member in struct:klinfo_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dklconfig.h433 unsigned char brd_inventory; /* inventory history */
489 unsigned char inventory; /* previous inventory status */ member in struct:klinfo_s

Completed in 88 milliseconds