Searched refs:new_buf (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexconvrt.c203 u8 *new_buf; local
229 new_buf = return_desc->buffer.pointer;
230 ACPI_MEMCPY(new_buf,
255 new_buf = return_desc->buffer.pointer;
256 ACPI_STRNCPY((char *)new_buf, (char *)obj_desc->string.pointer,
402 u8 *new_buf; local
447 new_buf = return_desc->buffer.pointer;
453 new_buf,
459 new_buf[string_length] = 0;
521 new_buf
[all...]
H A Dexmisc.c165 u8 *new_buf; local
212 new_buf = return_desc->buffer.pointer;
213 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, length0);
214 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1);
218 new_buf[new_length - 1] = 0;
219 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1;
250 char *new_buf; local
314 new_buf = (char *)return_desc->buffer.pointer;
318 ACPI_MEMCPY(new_buf, &operand0->integer.value,
323 ACPI_MEMCPY(new_buf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dmisc.h68 extern struct buffer *new_buf (int);
H A Dmisc.c61 struct buffer *new_buf (int size) function
H A Dnetwork.c281 buf = new_buf (MAX_RECV_SIZE);
H A Dcall.c34 struct buffer *tmp = new_buf (MAX_RECV_SIZE);
H A Dcontrol.c97 struct buffer *tmp = new_buf (MAX_RECV_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Deba.c490 unsigned char *new_buf; local
519 new_buf = kmalloc(data_size, GFP_KERNEL);
520 if (!new_buf) {
524 memset(new_buf + offset, 0xFF, len);
528 err = ubi_io_read_data(ubi, new_buf, pnum, 0, offset);
530 kfree(new_buf);
535 memcpy(new_buf + offset, buf, len);
537 err = ubi_io_write_data(ubi, new_buf, new_pnum, 0, data_size);
539 kfree(new_buf);
543 kfree(new_buf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_rmpp.c410 struct ib_mad_recv_buf *new_buf)
414 while (new_buf && (get_seg_num(new_buf) == rmpp_recv->seg_num + 1)) {
415 rmpp_recv->cur_seg_buf = new_buf;
417 new_buf = get_next_seg(rmpp_list, new_buf);
409 update_seg_num(struct mad_rmpp_recv *rmpp_recv, struct ib_mad_recv_buf *new_buf) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hppfs/
H A Dhppfs_kern.c242 char *new_buf; local
245 new_buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
246 if(new_buf == NULL){
253 err = os_read_file(fd, new_buf, cur);
263 if(copy_to_user(buf, new_buf, err)){
271 kfree(new_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c3829 xmlChar *new_buf; local
3831 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
3832 if (new_buf == NULL) {
3837 buf = new_buf;
3959 xmlChar *new_buf; local
3961 new_buf = (xmlChar *) xmlRealloc(buf,
3963 if (new_buf == NULL) {
3969 buf = new_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c4410 xmlChar *new_buf; local
4412 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
4413 if (new_buf == NULL) {
4418 buf = new_buf;
4546 xmlChar *new_buf; local
4548 new_buf = (xmlChar *) xmlRealloc(buf,
4550 if (new_buf == NULL) {
4556 buf = new_buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c3829 xmlChar *new_buf; local
3831 new_buf = (xmlChar *) xmlRealloc(buf, size * sizeof(xmlChar));
3832 if (new_buf == NULL) {
3837 buf = new_buf;
3959 xmlChar *new_buf; local
3961 new_buf = (xmlChar *) xmlRealloc(buf,
3963 if (new_buf == NULL) {
3969 buf = new_buf;

Completed in 203 milliseconds