OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:send_command
(Results
1 - 2
of
2
) 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/sys/dev/iscsi/
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 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026