OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_command
(Results
1 - 5
of
5
) sorted by relevancy
/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) {
/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
/src/external/bsd/nvi/dist/motif_l/
m_search.c
386
if ( incremental_search )
send_command
( w );
388
if ( __vi_incremental_search() )
send_command
( w );
/src/sys/dev/iscsi/
iscsi_globals.h
695
void
send_command
(ccb_t *, ccb_disp_t, bool, bool);
iscsi_send.c
1432
*
send_command
:
1441
send_command
(ccb_t *ccb, ccb_disp_t disp, bool waitok, bool immed)
function
1460
DEBOUT(("Invalid connection for
send_command
, ccb = %p\n",ccb));
1468
DEBOUT(("No PDU for
send_command
, ccb = %p\n",ccb));
1615
send_command
(ccb, CCBDISP_SCSIPI, waitok, FALSE);
1671
send_command
(ccb, CCBDISP_WAIT, TRUE, immed);
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026