tag | line | file | source code |
tbuf | 2143 | drivers/char/scc.c | unsigned char tbuf[BUFSIZE], *p; |
tbuf | 2163 | drivers/char/scc.c | memcpy_fromfs(tbuf, buf, cnt); |
tbuf | 2165 | drivers/char/scc.c | memcpy(tbuf, buf, cnt); |
tbuf | 2169 | drivers/char/scc.c | p=tbuf; |
tbuf | 699 | drivers/net/ppp.c | old_tbuf = ppp->tbuf; |
tbuf | 704 | drivers/net/ppp.c | ppp->tbuf = new_tbuf; |
tbuf | 788 | drivers/net/ppp.c | ppp_free_buf (ppp->tbuf); |
tbuf | 793 | drivers/net/ppp.c | ppp->tbuf = |
tbuf | 2202 | drivers/net/ppp.c | while (lock_buffer (ppp->tbuf) != 0) { |
tbuf | 2225 | drivers/net/ppp.c | ppp->tbuf->locked = 0; |
tbuf | 2237 | drivers/net/ppp.c | ppp_dev_xmit_frame (ppp, ppp->tbuf, new_data, count); |
tbuf | 2670 | drivers/net/ppp.c | if (ppp->tbuf->locked != 0) { |
tbuf | 135 | include/linux/if_pppvar.h | struct ppp_buffer *tbuf; /* daemon transmission buffer */ |
tbuf | 323 | ipc/msg.c | struct msqid_ds tbuf; |
tbuf | 368 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
tbuf | 369 | ipc/msg.c | tbuf.msg_stime = msq->msg_stime; |
tbuf | 370 | ipc/msg.c | tbuf.msg_rtime = msq->msg_rtime; |
tbuf | 371 | ipc/msg.c | tbuf.msg_ctime = msq->msg_ctime; |
tbuf | 372 | ipc/msg.c | tbuf.msg_cbytes = msq->msg_cbytes; |
tbuf | 373 | ipc/msg.c | tbuf.msg_qnum = msq->msg_qnum; |
tbuf | 374 | ipc/msg.c | tbuf.msg_qbytes = msq->msg_qbytes; |
tbuf | 375 | ipc/msg.c | tbuf.msg_lspid = msq->msg_lspid; |
tbuf | 376 | ipc/msg.c | tbuf.msg_lrpid = msq->msg_lrpid; |
tbuf | 377 | ipc/msg.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 385 | ipc/msg.c | memcpy_fromfs (&tbuf, buf, sizeof (*buf)); |
tbuf | 408 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
tbuf | 409 | ipc/msg.c | tbuf.msg_stime = msq->msg_stime; |
tbuf | 410 | ipc/msg.c | tbuf.msg_rtime = msq->msg_rtime; |
tbuf | 411 | ipc/msg.c | tbuf.msg_ctime = msq->msg_ctime; |
tbuf | 412 | ipc/msg.c | tbuf.msg_cbytes = msq->msg_cbytes; |
tbuf | 413 | ipc/msg.c | tbuf.msg_qnum = msq->msg_qnum; |
tbuf | 414 | ipc/msg.c | tbuf.msg_qbytes = msq->msg_qbytes; |
tbuf | 415 | ipc/msg.c | tbuf.msg_lspid = msq->msg_lspid; |
tbuf | 416 | ipc/msg.c | tbuf.msg_lrpid = msq->msg_lrpid; |
tbuf | 417 | ipc/msg.c | memcpy_tofs (buf, &tbuf, sizeof (*buf)); |
tbuf | 423 | ipc/msg.c | if (tbuf.msg_qbytes > MSGMNB && !suser()) |
tbuf | 425 | ipc/msg.c | msq->msg_qbytes = tbuf.msg_qbytes; |
tbuf | 426 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
tbuf | 427 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
tbuf | 429 | ipc/msg.c | (S_IRWXUGO & tbuf.msg_perm.mode); |
tbuf | 363 | ipc/sem.c | struct semid_ds tbuf; |
tbuf | 415 | ipc/sem.c | tbuf.sem_perm = sma->sem_perm; |
tbuf | 416 | ipc/sem.c | tbuf.sem_otime = sma->sem_otime; |
tbuf | 417 | ipc/sem.c | tbuf.sem_ctime = sma->sem_ctime; |
tbuf | 418 | ipc/sem.c | tbuf.sem_nsems = sma->sem_nsems; |
tbuf | 419 | ipc/sem.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 493 | ipc/sem.c | memcpy_fromfs (&tbuf, buf, sizeof (*buf)); |
tbuf | 522 | ipc/sem.c | ipcp->uid = tbuf.sem_perm.uid; |
tbuf | 523 | ipc/sem.c | ipcp->gid = tbuf.sem_perm.gid; |
tbuf | 525 | ipc/sem.c | | (tbuf.sem_perm.mode & S_IRWXUGO); |
tbuf | 533 | ipc/sem.c | tbuf.sem_perm = sma->sem_perm; |
tbuf | 534 | ipc/sem.c | tbuf.sem_otime = sma->sem_otime; |
tbuf | 535 | ipc/sem.c | tbuf.sem_ctime = sma->sem_ctime; |
tbuf | 536 | ipc/sem.c | tbuf.sem_nsems = sma->sem_nsems; |
tbuf | 537 | ipc/sem.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 204 | ipc/shm.c | struct shmid_ds tbuf; |
tbuf | 217 | ipc/shm.c | memcpy_fromfs (&tbuf, buf, sizeof (*buf)); |
tbuf | 268 | ipc/shm.c | tbuf.shm_perm = shp->shm_perm; |
tbuf | 269 | ipc/shm.c | tbuf.shm_segsz = shp->shm_segsz; |
tbuf | 270 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
tbuf | 271 | ipc/shm.c | tbuf.shm_dtime = shp->shm_dtime; |
tbuf | 272 | ipc/shm.c | tbuf.shm_ctime = shp->shm_ctime; |
tbuf | 273 | ipc/shm.c | tbuf.shm_cpid = shp->shm_cpid; |
tbuf | 274 | ipc/shm.c | tbuf.shm_lpid = shp->shm_lpid; |
tbuf | 275 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
tbuf | 276 | ipc/shm.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 313 | ipc/shm.c | tbuf.shm_perm = shp->shm_perm; |
tbuf | 314 | ipc/shm.c | tbuf.shm_segsz = shp->shm_segsz; |
tbuf | 315 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
tbuf | 316 | ipc/shm.c | tbuf.shm_dtime = shp->shm_dtime; |
tbuf | 317 | ipc/shm.c | tbuf.shm_ctime = shp->shm_ctime; |
tbuf | 318 | ipc/shm.c | tbuf.shm_cpid = shp->shm_cpid; |
tbuf | 319 | ipc/shm.c | tbuf.shm_lpid = shp->shm_lpid; |
tbuf | 320 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
tbuf | 321 | ipc/shm.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 326 | ipc/shm.c | ipcp->uid = tbuf.shm_perm.uid; |
tbuf | 327 | ipc/shm.c | ipcp->gid = tbuf.shm_perm.gid; |
tbuf | 329 | ipc/shm.c | | (tbuf.shm_perm.mode & S_IRWXUGO); |
tbuf | 401 | kernel/sys.c | asmlinkage int sys_times(struct tms * tbuf) |
tbuf | 403 | kernel/sys.c | if (tbuf) { |
tbuf | 404 | kernel/sys.c | int error = verify_area(VERIFY_WRITE,tbuf,sizeof *tbuf); |
tbuf | 407 | kernel/sys.c | put_user(current->utime,&tbuf->tms_utime); |
tbuf | 408 | kernel/sys.c | put_user(current->stime,&tbuf->tms_stime); |
tbuf | 409 | kernel/sys.c | put_user(current->cutime,&tbuf->tms_cutime); |
tbuf | 410 | kernel/sys.c | put_user(current->cstime,&tbuf->tms_cstime); |