Searched refs:ncmd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c847 int ncmd, int maxsz)
851 for (i = 0; i < ncmd; i++) {
867 uath_free_cmd_list(cmds, ncmd);
888 uath_free_cmd_list(struct uath_cmd cmds[], int ncmd) argument
892 for (i = 0; i < ncmd; i++)
846 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[], int ncmd, int maxsz) argument
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c4588 struct sf_pkt *cmd, *ncmd, *pcmd; local
4606 ncmd = sf->sf_pkt_head;
4607 while (ncmd != NULL) {
4608 if (ncmd == cmd) {
4621 pcmd = ncmd;
4622 ncmd = ncmd->cmd_next;
4626 if (ncmd == NULL) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8626 struct fcp_pkt *ncmd = NULL; /* next pkt ptr */ local
8635 for (cmd = pptr->port_pkt_head; cmd != NULL; cmd = ncmd) {
8639 ncmd = cmd->cmd_next; /* set next command */
8693 struct fcp_pkt *ncmd = NULL; /* next pkt ptr */ local
8698 for (cmd = head; cmd != NULL; cmd = ncmd) {
8701 ncmd = cmd->cmd_next;
13487 struct fcp_pkt *ncmd; local
13545 cmd != NULL; cmd = ncmd) {
13546 ncmd = cmd->cmd_next;
13875 struct fcp_pkt *pcmd = NULL, *ncmd local
[all...]

Completed in 97 milliseconds