| /src/external/mpl/bind/dist/bin/tests/system/tcp/ |
| tests.sh | 84 send_command() { function 95 send_command "open" "${1}" 10.53.0.5 "${PORT}" || return 1 100 send_command "close" "${1}" || return 1
|
| tests.sh | 84 send_command() { function 95 send_command "open" "${1}" 10.53.0.5 "${PORT}" || return 1 100 send_command "close" "${1}" || return 1
|
| /src/usr.sbin/apm/ |
| apm.c | 58 static int send_command(int, struct apm_command *, struct apm_reply *); 79 send_command(int fd, function 122 exit(send_command(fd, &command, &reply)); 271 if ((rval = send_command(fd, &command, &reply)) == 0) {
|
| apm.c | 58 static int send_command(int, struct apm_command *, struct apm_reply *); 79 send_command(int fd, function 122 exit(send_command(fd, &command, &reply)); 271 if ((rval = send_command(fd, &command, &reply)) == 0) {
|
| /src/sys/dev/iscsi/ |
| iscsi_send.c | 1428 * send_command: 1437 send_command(ccb_t *ccb, ccb_disp_t disp, bool waitok, bool immed) function 1456 DEBOUT(("Invalid connection for send_command, ccb = %p\n",ccb)); 1464 DEBOUT(("No PDU for send_command, ccb = %p\n",ccb)); 1611 send_command(ccb, CCBDISP_SCSIPI, waitok, FALSE); 1667 send_command(ccb, CCBDISP_WAIT, TRUE, immed);
|
| iscsi_send.c | 1428 * send_command: 1437 send_command(ccb_t *ccb, ccb_disp_t disp, bool waitok, bool immed) function 1456 DEBOUT(("Invalid connection for send_command, ccb = %p\n",ccb)); 1464 DEBOUT(("No PDU for send_command, ccb = %p\n",ccb)); 1611 send_command(ccb, CCBDISP_SCSIPI, waitok, FALSE); 1667 send_command(ccb, CCBDISP_WAIT, TRUE, immed);
|