Home
last modified time | relevance | path

Searched refs:pcmd (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgserv.c605 pkgfilter_t *pcmd; in pkgservercommitfile() local
609 pcmd = alloca(sizeof (*pcmd) + len); in pkgservercommitfile()
611 pcmd = alloca(sizeof (*pcmd) + PKGADD_MAX); in pkgservercommitfile()
615 pcmd->cmd = PKG_ADDLINES; in pkgservercommitfile()
628 (void) memcpy(&pcmd->buf[0], p, len); in pkgservercommitfile()
629 pcmd->len = len; in pkgservercommitfile()
631 if (pkgcmd(server, pcmd, sizeof (*pcmd) + len - 1, in pkgservercommitfile()
638 pcmd->len = 0; in pkgservercommitfile()
639 pcmd->cmd = PKG_PKGSYNC; in pkgservercommitfile()
640 if (pkgcmd(server, pcmd, sizeof (*pcmd), NULL, NULL, NULL) != 0) in pkgservercommitfile()
[all …]
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dinc.h141 Cmd_func pcmd; variable
H A Dmain.c220 setcom(cmd_info, pcmd); in setup()
H A Dcmd.c352 pcmd(Cmd_info *cmd_info) in pcmd() function
/titanic_41/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c494 pkgcmd_t *pcmd = (pkgcmd_t *)argp; in pkg_door_srv() local
530 if (PKG_WRITE_COMMAND(pcmd->cmd)) in pkg_door_srv()
534 switch (pcmd->cmd) { in pkg_door_srv()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8641 struct fcp_pkt *pcmd = NULL; /* the previous command */ in fcp_scan_commands() local
8661 pcmd = cmd; in fcp_scan_commands()
8665 if (pcmd != NULL) { in fcp_scan_commands()
8667 pcmd->cmd_next = cmd->cmd_next; in fcp_scan_commands()
8674 pptr->port_pkt_tail = pcmd; in fcp_scan_commands()
8675 if (pcmd) { in fcp_scan_commands()
8676 pcmd->cmd_next = NULL; in fcp_scan_commands()
13503 struct fcp_pkt *pcmd; in fcp_watch() local
13558 for (pcmd = NULL, cmd = pptr->port_pkt_head; in fcp_watch()
13578 pcmd = cmd; in fcp_watch()
[all …]
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c4590 struct sf_pkt *cmd, *ncmd, *pcmd; in sf_abort() local
4606 pcmd = NULL; in sf_abort()
4611 if (pcmd != NULL) { in sf_abort()
4612 pcmd->cmd_next = cmd->cmd_next; in sf_abort()
4623 pcmd = ncmd; in sf_abort()
4993 struct sf_pkt *cmd, *head = NULL, *tail = NULL, *pcmd = NULL, *tcmd; in sf_abort_all() local
5011 if (pcmd != NULL) in sf_abort_all()
5012 pcmd->cmd_next = cmd->cmd_next; in sf_abort_all()
5016 sf->sf_pkt_tail = pcmd; in sf_abort_all()
5017 if (pcmd != NULL) in sf_abort_all()
[all …]