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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) |
133 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) {
190 start = ptr->cooked.ex_bn;
191 length = ptr->cooked.ex_length;
192 offset = ptr->cooked.ex_offset;
245 direxts = in->extents[0].cooked.ex_offset;
260 ibase += in->extents[dirext].cooked
[all...]
H A Defs.h37 } cooked; member in union:extent_u
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Ddma.c360 unsigned cooked; local
362 cooked = chain->active_count -
365 chain->active_count -= cooked;
366 chain->active_index += cooked;
369 chain->cooked_count += cooked;
371 return cooked;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c104 struct viosrp_crq cooked; member in union:__anon14516
115 crq.cooked.valid = 0x80;
116 crq.cooked.format = format;
117 crq.cooked.reserved = 0x00;
118 crq.cooked.timeout = 0x00;
119 crq.cooked.IU_length = length;
120 crq.cooked.IU_data_ptr = vio_iu(iue)->srp.rsp.tag;
123 crq.cooked.status = 0x99; /* Just needs to be non-zero */
125 crq.cooked.status = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c268 if (hp_sdc.cooked != NULL)
269 hp_sdc.cooked(irq, dev_id, status, data);
706 if (hp_sdc.cooked != NULL) {
712 hp_sdc.cooked = callback;
753 /* Disable interrupts from HIL only if there is no cooked driver. */
754 if(hp_sdc.cooked == NULL) {
767 if ((callback != hp_sdc.cooked) ||
768 (hp_sdc.cooked == NULL)) {
773 hp_sdc.cooked = NULL;
836 hp_sdc.cooked
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsticore.c727 struct sti_cooked_rom *cooked; local
731 cooked = kmalloc(sizeof *cooked, GFP_KERNEL);
732 if (!cooked)
743 if (!sti_cook_fonts(cooked, raw)) {
758 sti->rom = cooked;
803 kfree(cooked);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-int.h139 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_md
H A Dpcap-linux.c1365 * If this is a cooked device, leave extra room for a
1368 if (handle->md.cooked)
1375 * support cooked devices.
1514 * If this is a cooked device, fill in the fake packet header.
1516 if (handle->md.cooked) {
1698 if (handle->md.cooked) {
1702 * XXX - how do you send on a bound cooked-mode
1707 "Sending packets isn't supported in cooked mode",
2285 * and so that, if we're in cooked mode, all memory-reference
2465 * in cooked mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c121 char cooked; member in struct:analog_port
319 if (port->cooked) {
566 if (port->cooked) {
641 port->cooked = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
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:__anon17464
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.h920 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
H A Dmptbase.c2941 * @cooked: Request raw or cooked IOC state
2943 * Returns all IOC Doorbell register bits if cooked==0, else just the
2947 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) argument
2958 return cooked ? sc : s;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h815 u32 mpt2sas_base_get_iocstate(struct MPT2SAS_ADAPTER *ioc, int cooked);
H A Dmpt2sas_base.c2313 * @cooked: Request raw or cooked IOC state
2315 * Returns all IOC Doorbell register bits if cooked==0, else just the
2319 mpt2sas_base_get_iocstate(struct MPT2SAS_ADAPTER *ioc, int cooked) argument
2325 return cooked ? sc : s;

Completed in 564 milliseconds