Searched refs:pointer (Results 76 - 100 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp91 r1 = r1->dma_SPBptr, // r1 = pointer to sibling task's SPB
101 // rsa0 = input buffer pointer
106 // rsa2 = output buffer pointer
150 // Load output pointer position into r4
164 // Store updated output buffer pointer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsobject.c238 obj_desc->buffer.pointer = NULL;
242 obj_desc->buffer.pointer =
244 if (!obj_desc->buffer.pointer) {
252 ACPI_MEMCPY(obj_desc->buffer.pointer,
326 * objects) based on the num_elements parameter. Add an extra pointer slot
574 obj_desc->string.pointer = op->common.value.string;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsdump.c300 pointer[i]);
312 acpi_ut_print_string(obj_desc->string.pointer, 32);
460 acpi_os_printf(" S:%p-%X\n", obj_desc->string.pointer,
466 acpi_os_printf(" B:%p-%X\n", obj_desc->buffer.pointer,
544 * Valid object, get the pointer to next level, if any
553 obj_desc = (void *)obj_desc->string.pointer;
554 acpi_os_printf("(Buffer/String pointer %p length %X)\n",
H A Dnsxfeval.c119 if (((union acpi_object *)return_buffer->pointer)->type == return_type) {
128 pointer)->type),
135 ACPI_FREE(return_buffer->pointer);
136 return_buffer->pointer = NULL;
218 pointer[i],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Duteval.c130 (string_desc->string.pointer,
144 status = acpi_os_validate_interface(string_desc->string.pointer);
415 acpi_ut_copy_id_string(hid->value, obj_desc->string.pointer,
464 acpi_ut_copy_id_string(one_cid->value, obj_desc->string.pointer,
617 acpi_ut_copy_id_string(uid->value, obj_desc->string.pointer,
H A Dutresrc.c247 * NULL, a pointer to the end_tag is returned
318 /* Return the pointer to the end_tag if requested */
584 * end_tag - Where the pointer to the end_tag is returned
586 * RETURN: Status, pointer to the end tag
604 *end_tag = obj_desc->buffer.pointer;
608 /* Validate the template and get a pointer to the end_tag */
610 status = acpi_ut_walk_aml_resources(obj_desc->buffer.pointer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c173 struct acpi_object_list params = { .pointer = args, .count = 2 };
268 * @bufp: address to pointer to allocate for the table
294 package = (union acpi_object *) buffer.pointer;
327 package->package.elements[i].buffer.pointer,
333 kfree(buffer.pointer);
372 * @context: a pointer to our handle to fill when we find the device
387 .pointer = &info,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h81 * Unsigned type that's the same size as a pointer. There are places where
83 * We can't use uintmax_t, it may be larger than the pointer, and compilers
85 * no unsigned type the same size as a pointer -- here's hoping.
116 * Region offsets are the difference between a pointer in a region and the
1553 #define DB_MULTIPLE_INIT(pointer, dbt) \
1554 (pointer = (u_int8_t *)(dbt)->data + \
1556 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1558 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1560 pointer = NULL; \
1564 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h77 * Unsigned type that's the same size as a pointer. There are places where
79 * We can't use uintmax_t, it may be larger than the pointer, and compilers
81 * no unsigned type the same size as a pointer -- here's hoping.
105 * Region offsets are the difference between a pointer in a region and the
1542 #define DB_MULTIPLE_INIT(pointer, dbt) \
1543 (pointer = (u_int8_t *)(dbt)->data + \
1545 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1547 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1549 pointer = NULL; \
1553 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h91 * Unsigned type that's the same size as a pointer. There are places where
93 * We can't use uintmax_t, it may be larger than the pointer, and compilers
95 * no unsigned type the same size as a pointer -- here's hoping.
126 * Region offsets are the difference between a pointer in a region and the
1563 #define DB_MULTIPLE_INIT(pointer, dbt) \
1564 (pointer = (u_int8_t *)(dbt)->data + \
1566 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1568 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1570 pointer = NULL; \
1574 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h85 * Unsigned type that's the same size as a pointer. There are places where
87 * We can't use uintmax_t, it may be larger than the pointer, and compilers
89 * no unsigned type the same size as a pointer -- here's hoping.
114 * Region offsets are the difference between a pointer in a region and the
1551 #define DB_MULTIPLE_INIT(pointer, dbt) \
1552 (pointer = (u_int8_t *)(dbt)->data + \
1554 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1556 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1558 pointer = NULL; \
1562 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h108 * Unsigned type that's the same size as a pointer. There are places where
110 * We can't use uintmax_t, it may be larger than the pointer, and compilers
112 * no unsigned type the same size as a pointer -- here's hoping.
153 * Region offsets are the difference between a pointer in a region and the
1590 #define DB_MULTIPLE_INIT(pointer, dbt) \
1591 (pointer = (u_int8_t *)(dbt)->data + \
1593 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1595 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1597 pointer = NULL; \
1601 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h108 * Unsigned type that's the same size as a pointer. There are places where
110 * We can't use uintmax_t, it may be larger than the pointer, and compilers
112 * no unsigned type the same size as a pointer -- here's hoping.
153 * Region offsets are the difference between a pointer in a region and the
1590 #define DB_MULTIPLE_INIT(pointer, dbt) \
1591 (pointer = (u_int8_t *)(dbt)->data + \
1593 #define DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen) \
1595 if (*((u_int32_t *)(pointer)) == (u_int32_t)-1) { \
1597 pointer = NULL; \
1601 (dbt)->data + *(u_int32_t *)(pointer); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c107 void *pointer, *dp, *kp; local
140 DB_MULTIPLE_INIT(pointer, &data);
142 while (pointer != NULL) {
143 DB_MULTIPLE_NEXT(pointer, &data, dp, len);
148 while (pointer != NULL) {
149 DB_MULTIPLE_KEY_NEXT(pointer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsocket_sysfs.c223 loff_t pointer = 0; local
254 if (off < (pointer + 2 + tuple.TupleDataLen)) {
261 if (((i + pointer) >= off) &&
262 (i + pointer) < (off + count)) {
269 pointer += 2 + tuple.TupleDataLen;
271 if (pointer >= (off + count))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtelnet.c116 int direction, unsigned char *pointer,
661 unsigned char *pointer, /* where suboption data is */
672 i = pointer[length-2];
673 j = pointer[length-1];
699 if(CURL_TELOPT_OK(pointer[0])) {
700 switch(pointer[0]) {
704 infof(data, "%s", CURL_TELOPT(pointer[0]));
707 infof(data, "%s (unsupported)", CURL_TELOPT(pointer[0]));
712 infof(data, "%d (unknown)", pointer[i]);
714 switch(pointer[
659 printsub(struct SessionHandle *data, int direction, unsigned char *pointer, size_t length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dhead.S73 mov r0, r15 ! Set initial r15 (stack pointer)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexstore.c148 ACPI_DUMP_BUFFER(source_desc->buffer.pointer,
157 source_desc->string.pointer));
329 /* Storing to an Index (pointer into a packager or buffer) */
402 * Destination must be a reference pointer, and
487 value = source_desc->buffer.pointer[0];
502 obj_desc->buffer.pointer[index_desc->reference.offset] = value;
H A Dexoparg2.c350 (operand[0]->buffer.pointer[length])) {
366 ACPI_MEMCPY(return_desc->string.pointer,
367 operand[0]->buffer.pointer, length);
H A Dexcreate.c381 status = acpi_tb_find_table(operand[1]->string.pointer,
382 operand[2]->string.pointer,
383 operand[3]->string.pointer, &table_index);
565 /* Save the method's AML pointer and length */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dboot.c511 if (!buffer.length || !buffer.pointer)
514 obj = buffer.pointer;
517 kfree(buffer.pointer);
521 lapic = (struct acpi_madt_local_apic *)obj->buffer.pointer;
525 kfree(buffer.pointer);
531 kfree(buffer.pointer);
533 buffer.pointer = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S74 movel %sp,%sp@- | stack frame pointer argument
165 movel %sp,%sp@- | stack frame pointer argument
191 movel %sp,%sp@- | stack frame pointer argument
217 movel %sp,%sp@- | stack frame pointer argument
239 movel %sp,%sp@- | stack frame pointer argument
261 movel %sp,%sp@- | stack frame pointer argument
289 movel %sp,%sp@- | stack frame pointer argument
310 movel %sp,%sp@- | stack frame pointer argument
332 movel %sp,%sp@- | stack frame pointer argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c46 * with the name and pointer, id and type.
350 void *pointer, *dp, *kp; local
356 DB_MULTIPLE_INIT(pointer, data);
367 DB_MULTIPLE_RECNO_NEXT(pointer,
370 DB_MULTIPLE_KEY_NEXT(pointer,
373 DB_MULTIPLE_NEXT(pointer, data, dp, dlen);
375 if (pointer == NULL)
806 * keeping our pointer valid.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Ddock.c240 * Returns a pointer to the acpi_device corresponding to the handle.
360 arg_list.pointer = &arg;
386 obj = name_buffer.pointer;
392 arg_list.pointer = &arg;
397 pr_debug("%s: failed to execute _DCK\n", obj->string.pointer);
398 kfree(buffer.pointer);
399 kfree(name_buffer.pointer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dvectors.S30 * a2: new stack pointer, original value in depc
66 * Note: the saved kernel stack pointer (EXC_TABLE_KSTK) is already
88 * We decrement the current stack pointer (kernel) by PT_SIZE and
100 addi a2, a1, -16-PT_SIZE # adjust stack pointer
134 /* Window overflow/underflow exception. Get stack pointer. */
155 wsr a2, DEPC # save stack pointer temporarily
163 xsr a2, DEPC # save a2 and get stack pointer
193 .Ldflt: /* Get stack pointer. */

Completed in 233 milliseconds

1234567891011>>