| tag | line | file | source code |
| send | 314 | drivers/scsi/sr.c | unsigned char *send; /* the data we send to the drive ... */ |
| send | 425 | drivers/scsi/sr.c | send = &cmd[6]; /* this is a 6-Byte command */ |
| send | 426 | drivers/scsi/sr.c | send[ 3] = 0x08; /* the data for the command */ |
| send | 427 | drivers/scsi/sr.c | send[ 4] = (is_xa) ? 0x81 : 0; /* density 0x81 for XA-CD's, 0 else */ |
| send | 428 | drivers/scsi/sr.c | send[10] = 0x08; |
| send | 108 | fs/nfs/sock.c | result = sock->ops->send(sock, (void *) start, len, 0, 0); |
| send | 112 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
| send | 141 | lib/string.c | char *sbegin, *send; |
| send | 152 | lib/string.c | send = strpbrk( sbegin, ct); |
| send | 153 | lib/string.c | if (send && *send != '\0') |
| send | 154 | lib/string.c | *send++ = '\0'; |
| send | 155 | lib/string.c | ___strtok = send; |
| send | 964 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |