Searched refs:cooked (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dinode.c37 dst->cooked.ex_magic = (unsigned int) src->raw[0];
38 dst->cooked.ex_bn = ((unsigned int) src->raw[1] << 16) |
41 dst->cooked.ex_length = (unsigned int) src->raw[4];
42 dst->cooked.ex_offset = ((unsigned int) src->raw[5] << 16) |
124 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) {
181 start = ptr->cooked.ex_bn;
182 length = ptr->cooked.ex_length;
183 offset = ptr->cooked.ex_offset;
236 direxts = in->extents[0].cooked.ex_offset;
251 ibase += in->extents[dirext].cooked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_fs_i.h27 } cooked; member in union:extent_u
H A Dhp_sdc.h105 #define HP_SDC_STATUS_KCOOKED 0x80 /* Key from cooked kbd */
128 #define HP_SDC_KBC 0x79 /* Which HIL devs are cooked kbds */
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member in struct:__anon9843
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhp_sdc.c263 if (hp_sdc.cooked != NULL)
264 hp_sdc.cooked(irq, dev_id, status, data);
701 if (hp_sdc.cooked != NULL) {
707 hp_sdc.cooked = callback;
748 /* Disable interrupts from HIL only if there is no cooked driver. */
749 if(hp_sdc.cooked == NULL) {
762 if ((callback != hp_sdc.cooked) ||
763 (hp_sdc.cooked == NULL)) {
768 hp_sdc.cooked = NULL;
830 hp_sdc.cooked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c99 struct viosrp_crq cooked; member in union:__anon6616
110 crq.cooked.valid = 0x80;
111 crq.cooked.format = format;
112 crq.cooked.reserved = 0x00;
113 crq.cooked.timeout = 0x00;
114 crq.cooked.IU_length = length;
115 crq.cooked.IU_data_ptr = vio_iu(iue)->srp.rsp.tag;
118 crq.cooked.status = 0x99; /* Just needs to be non-zero */
120 crq.cooked.status = 0x00;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsticore.c732 struct sti_cooked_rom *cooked; local
735 cooked = kmalloc(sizeof *cooked, GFP_KERNEL);
736 if (!cooked)
747 if (!sti_cook_fonts(cooked, raw)) {
762 sti->rom = cooked;
781 kfree(cooked);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c124 char cooked; member in struct:analog_port
318 if (port->cooked) {
565 if (port->cooked) {
640 port->cooked = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstty.c145 static const char cooked [] ALIGN1 = "cooked";
302 MI_ENTRY(cooked, combination, REV | OMIT, 0, 0 ),
825 } else if (info->name == raw || info->name == cooked) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.h1056 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
H A Dmptbase.c2297 * @cooked: Request raw or cooked IOC state
2299 * Returns all IOC Doorbell register bits if cooked==0, else just the
2303 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) argument
2315 return cooked ? sc : s;

Completed in 145 milliseconds