Searched refs:pcmd (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 610 pkgfilter_t *pcmd; in pkgservercommitfile() local 614 pcmd = alloca(sizeof (*pcmd) + len); in pkgservercommitfile() 616 pcmd = alloca(sizeof (*pcmd) + PKGADD_MAX); in pkgservercommitfile() 620 pcmd->cmd = PKG_ADDLINES; in pkgservercommitfile() 633 (void) memcpy(&pcmd->buf[0], p, len); in pkgservercommitfile() 634 pcmd->len = len; in pkgservercommitfile() 636 if (pkgcmd(server, pcmd, sizeof (*pcmd) + len - 1, in pkgservercommitfile() 643 pcmd->len = 0; in pkgservercommitfile() 644 pcmd->cmd = PKG_PKGSYNC; in pkgservercommitfile() 645 if (pkgcmd(server, pcmd, sizeof (*pcmd), NULL, NULL, NULL) != 0) in pkgservercommitfile() [all …]
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | inc.h | 141 Cmd_func pcmd; variable
|
H A D | main.c | 222 setcom(cmd_info, pcmd); in setup()
|
H A D | cmd.c | 353 pcmd(Cmd_info *cmd_info) in pcmd() function
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 494 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()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 8630 struct fcp_pkt *pcmd = NULL; /* the previous command */ in fcp_scan_commands() local 8650 pcmd = cmd; in fcp_scan_commands() 8654 if (pcmd != NULL) { in fcp_scan_commands() 8656 pcmd->cmd_next = cmd->cmd_next; in fcp_scan_commands() 8663 pptr->port_pkt_tail = pcmd; in fcp_scan_commands() 8664 if (pcmd) { in fcp_scan_commands() 8665 pcmd->cmd_next = NULL; in fcp_scan_commands() 13490 struct fcp_pkt *pcmd; in fcp_watch() local 13545 for (pcmd = NULL, cmd = pptr->port_pkt_head; in fcp_watch() 13565 pcmd = cmd; in fcp_watch() [all …]
|