Searched defs:Complete (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c88 static short State, Queued, Running, Complete, Interrupted; variable
294 if (State && Complete)
296 DEBUG(9, "calling complete %d\n",Complete);
486 if (Complete && !Queued && !Running && !Interrupted)
1575 Complete = 1;
1577 if ((size_t)(Queued + Running + Interrupted + Complete) < strlen(inputargs))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c57 uint32_t Complete, uint32_t DataOffset, uint32_t AreaId,
67 uint32_t Complete, uint32_t BdeAddress,
2614 uint32_t Complete,
2630 mb->un.varLdSM.load_cmplt = Complete;
5375 uint32_t Complete,
5388 mb->un.varLdArea.load_cmplt = Complete;
2610 emlxs_format_prog_flash(MAILBOXQ *mbq, uint32_t Base, uint32_t DlByteCount, uint32_t Function, uint32_t Complete, uint32_t BdeAddress, uint32_t BdeSize, PROG_ID *ProgId, uint32_t keep) argument
5371 emlxs_format_load_area_cmd(MAILBOXQ * mbq, uint32_t Base, uint32_t DlByteCount, uint32_t Function, uint32_t Complete, uint32_t DataOffset, uint32_t AreaId, uint8_t MbxCmd, uint32_t StepCmd) argument

Completed in 55 milliseconds