Searched refs:tbuf (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c349 u8 tbuf [sizeof (struct usb_hub_descriptor)] local
351 const u8 *bufp = tbuf;
389 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
392 tbuf [1] = 0;
409 tbuf [0] = 1;
447 tbuf [0] = 0;
464 tbuf [0] = 0;
465 tbuf [1] = 0;
488 tbuf, wLength);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dcache.c1252 char tbuf[20]; local
1256 sprintf(tbuf, "%lu\n", cd->flush_time);
1257 len = strlen(tbuf);
1262 if (copy_to_user(buf, (void*)(tbuf+p), len))
1273 char tbuf[20]; local
1276 if (*ppos || count > sizeof(tbuf)-1)
1278 if (copy_from_user(tbuf, buf, count))
1280 tbuf[count] = 0;
1281 flushtime = simple_strtoul(tbuf, &ep, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dlibsmbclient.h394 const char *fname, struct timeval *tbuf);
1289 * @param tbuf A timeval structure which contains the desired
1301 int smbc_utimes(const char *url, struct timeval *tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmb_compat.c298 int smbc_utimes(const char *fname, struct timeval *tbuf) argument
300 return statcont->utimes(statcont, fname, tbuf);
H A Dlibsmbclient.c2800 int smbc_utimes_ctx(SMBCCTX *context, const char *fname, struct timeval *tbuf) argument
2806 time_t t = (tbuf == NULL ? time(NULL) : tbuf->tv_sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dtextbox.c51 int dialog_textbox(const char *title, const char *tbuf, argument
63 buf = tbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1114 struct utimbuf *tbuf = (struct utimbuf *)buf; local
1115 return smbw_settime(fname, tbuf?tbuf->modtime:time(NULL));
1123 struct timeval *tbuf = (struct timeval *)buf; local
1124 return smbw_settime(fname, tbuf?tbuf->tv_sec:time(NULL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c1017 char *tbuf; local
1022 tbuf = kmalloc(PAGE_SIZE,GFP_KERNEL);
1023 if (!tbuf) return -ENOMEM;
1028 c2 = pvr2_hdw_cpufw_get(hdw,offs,tbuf,c1);
1034 if (copy_to_user(buff,tbuf,c2)) {
1044 kfree(tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c663 char *tbuf = buf; local
685 tbuf = tempbuf2;
688 LOG(log_debug9, logtype_papd, "lp_write: %s", tbuf );
717 memcpy(tempbuf + bufpos, tbuf, len);
732 if ( fwrite( tbuf, 1, len, lp.lp_stream ) != len ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c663 char *tbuf = buf; local
685 tbuf = tempbuf2;
688 LOG(log_debug9, logtype_papd, "lp_write: %s", tbuf );
717 memcpy(tempbuf + bufpos, tbuf, len);
732 if ( fwrite( tbuf, 1, len, lp.lp_stream ) != len ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_lblcr.c565 char tbuf[16]; local
568 sprintf(tbuf, "%u.%u.%u.%u", NIPQUAD(en->addr));
570 now-en->lastuse, tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Darp.c1347 char tbuf[16]; local
1367 sprintf(tbuf, "%u.%u.%u.%u", NIPQUAD(*(u32*)n->primary_key));
1369 tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name);
1378 char tbuf[16]; local
1380 sprintf(tbuf, "%u.%u.%u.%u", NIPQUAD(*(u32*)n->key));
1382 tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c982 char *args[13], lbuf[16], nbuf[16], pbuf[16], tbuf[16], Tbuf[256]; local
995 snprintf(tbuf, sizeof(tbuf), "%d", nthreads);
996 args[8] = tbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprintk.c738 char tbuf[50], *tp; local
766 tlen = sprintf(tbuf,
772 for (tp = tbuf; tp < tbuf + tlen; tp++)
H A Dcompat.c154 asmlinkage long compat_sys_times(struct compat_tms __user *tbuf) argument
162 if (tbuf) {
197 if (copy_to_user(tbuf, &tmp, sizeof(tmp)))
H A Dsys.c1383 asmlinkage long sys_times(struct tms __user * tbuf) argument
1391 if (tbuf) {
1415 if (copy_to_user(tbuf, &tmp, sizeof(struct tms)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c723 asmlinkage int irix_times(struct tms __user *tbuf) argument
727 if (tbuf) {
728 if (!access_ok(VERIFY_WRITE,tbuf,sizeof *tbuf))
731 err = __put_user(current->utime, &tbuf->tms_utime);
732 err |= __put_user(current->stime, &tbuf->tms_stime);
733 err |= __put_user(current->signal->cutime, &tbuf->tms_cutime);
734 err |= __put_user(current->signal->cstime, &tbuf->tms_cstime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c711 struct mthca_cq_buf tbuf; local
714 tbuf = cq->buf;
719 cq->resize_buf->buf = tbuf;
H A Dmthca_provider.c838 struct mthca_cq_buf tbuf; local
844 tbuf = cq->buf;
849 tbuf = cq->resize_buf->buf;
857 mthca_free_cq_buf(dev, &tbuf, tcqe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c319 char tbuf[9]; local
330 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
331 SHA1Update(&ctxt, tbuf, strlen(tbuf));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c1696 uint8_t *sp, *tbuf; local
1699 tbuf = pci_alloc_consistent(ha->pdev, 8000, &p_tbuf);
1700 if (!tbuf)
1765 if (tbuf[i] != sp[i] && warn++ < 10) {
1771 __FUNCTION__, sp[i], tbuf[i]);
1784 pci_free_consistent(ha->pdev, 8000, tbuf, p_tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dclaw.c1600 char tbuf[82], tdup[82]; local
1633 sprintf(tbuf,"%2.2lX", (unsigned long)*ptr);
1635 sprintf(tbuf,"%2.2X", (__u32)*ptr);
1637 tbuf[2] = '\0';
1638 strcat(bhex, tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c3473 struct tty_buffer *tbuf, *head; local
3490 tbuf = head;
3492 tty_buffer_free(tty, tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsyscalls.h77 asmlinkage long sys_times(struct tms __user *tbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure24050 struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf));
[all...]

Completed in 275 milliseconds

12