tag | line | file | source code |
tbuf | 614 | drivers/net/ppp.c | old_tbuf = ppp->tbuf; |
tbuf | 619 | drivers/net/ppp.c | ppp->tbuf = new_tbuf; |
tbuf | 707 | drivers/net/ppp.c | ppp_free_buf (ppp->tbuf); |
tbuf | 712 | drivers/net/ppp.c | ppp->tbuf = |
tbuf | 2100 | drivers/net/ppp.c | while (lock_buffer (ppp->tbuf) != 0) { |
tbuf | 2123 | drivers/net/ppp.c | ppp->tbuf->locked = 0; |
tbuf | 2135 | drivers/net/ppp.c | ppp_dev_xmit_frame (ppp, ppp->tbuf, new_data, count); |
tbuf | 2630 | drivers/net/ppp.c | if (ppp->tbuf->locked != 0) { |
tbuf | 135 | include/linux/if_pppvar.h | struct ppp_buffer *tbuf; /* daemon transmission buffer */ |
tbuf | 487 | ipc/msg.c | struct msqid_ds tbuf; |
tbuf | 532 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
tbuf | 533 | ipc/msg.c | tbuf.msg_stime = msq->msg_stime; |
tbuf | 534 | ipc/msg.c | tbuf.msg_rtime = msq->msg_rtime; |
tbuf | 535 | ipc/msg.c | tbuf.msg_ctime = msq->msg_ctime; |
tbuf | 536 | ipc/msg.c | tbuf.msg_cbytes = msq->msg_cbytes; |
tbuf | 537 | ipc/msg.c | tbuf.msg_qnum = msq->msg_qnum; |
tbuf | 538 | ipc/msg.c | tbuf.msg_qbytes = msq->msg_qbytes; |
tbuf | 539 | ipc/msg.c | tbuf.msg_lspid = msq->msg_lspid; |
tbuf | 540 | ipc/msg.c | tbuf.msg_lrpid = msq->msg_lrpid; |
tbuf | 541 | ipc/msg.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 549 | ipc/msg.c | memcpy_fromfs (&tbuf, buf, sizeof (*buf)); |
tbuf | 572 | ipc/msg.c | tbuf.msg_perm = msq->msg_perm; |
tbuf | 573 | ipc/msg.c | tbuf.msg_stime = msq->msg_stime; |
tbuf | 574 | ipc/msg.c | tbuf.msg_rtime = msq->msg_rtime; |
tbuf | 575 | ipc/msg.c | tbuf.msg_ctime = msq->msg_ctime; |
tbuf | 576 | ipc/msg.c | tbuf.msg_cbytes = msq->msg_cbytes; |
tbuf | 577 | ipc/msg.c | tbuf.msg_qnum = msq->msg_qnum; |
tbuf | 578 | ipc/msg.c | tbuf.msg_qbytes = msq->msg_qbytes; |
tbuf | 579 | ipc/msg.c | tbuf.msg_lspid = msq->msg_lspid; |
tbuf | 580 | ipc/msg.c | tbuf.msg_lrpid = msq->msg_lrpid; |
tbuf | 581 | ipc/msg.c | memcpy_tofs (buf, &tbuf, sizeof (*buf)); |
tbuf | 587 | ipc/msg.c | if (tbuf.msg_qbytes > MSGMNB && !suser()) |
tbuf | 589 | ipc/msg.c | msq->msg_qbytes = tbuf.msg_qbytes; |
tbuf | 590 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
tbuf | 591 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
tbuf | 593 | 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 | 205 | ipc/shm.c | struct shmid_ds tbuf; |
tbuf | 218 | ipc/shm.c | memcpy_fromfs (&tbuf, buf, sizeof (*buf)); |
tbuf | 269 | ipc/shm.c | tbuf.shm_perm = shp->shm_perm; |
tbuf | 270 | ipc/shm.c | tbuf.shm_segsz = shp->shm_segsz; |
tbuf | 271 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
tbuf | 272 | ipc/shm.c | tbuf.shm_dtime = shp->shm_dtime; |
tbuf | 273 | ipc/shm.c | tbuf.shm_ctime = shp->shm_ctime; |
tbuf | 274 | ipc/shm.c | tbuf.shm_cpid = shp->shm_cpid; |
tbuf | 275 | ipc/shm.c | tbuf.shm_lpid = shp->shm_lpid; |
tbuf | 276 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
tbuf | 277 | ipc/shm.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 314 | ipc/shm.c | tbuf.shm_perm = shp->shm_perm; |
tbuf | 315 | ipc/shm.c | tbuf.shm_segsz = shp->shm_segsz; |
tbuf | 316 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
tbuf | 317 | ipc/shm.c | tbuf.shm_dtime = shp->shm_dtime; |
tbuf | 318 | ipc/shm.c | tbuf.shm_ctime = shp->shm_ctime; |
tbuf | 319 | ipc/shm.c | tbuf.shm_cpid = shp->shm_cpid; |
tbuf | 320 | ipc/shm.c | tbuf.shm_lpid = shp->shm_lpid; |
tbuf | 321 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
tbuf | 322 | ipc/shm.c | memcpy_tofs (buf, &tbuf, sizeof(*buf)); |
tbuf | 327 | ipc/shm.c | ipcp->uid = tbuf.shm_perm.uid; |
tbuf | 328 | ipc/shm.c | ipcp->gid = tbuf.shm_perm.gid; |
tbuf | 330 | ipc/shm.c | | (tbuf.shm_perm.mode & S_IRWXUGO); |
tbuf | 532 | kernel/sys.c | asmlinkage long sys_times(struct tms * tbuf) |
tbuf | 534 | kernel/sys.c | if (tbuf) { |
tbuf | 535 | kernel/sys.c | int error = verify_area(VERIFY_WRITE,tbuf,sizeof *tbuf); |
tbuf | 538 | kernel/sys.c | put_user(current->utime,&tbuf->tms_utime); |
tbuf | 539 | kernel/sys.c | put_user(current->stime,&tbuf->tms_stime); |
tbuf | 540 | kernel/sys.c | put_user(current->cutime,&tbuf->tms_cutime); |
tbuf | 541 | kernel/sys.c | put_user(current->cstime,&tbuf->tms_cstime); |