Searched refs:pcv (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 277 int *prv, *pcv; local 394 prv = pcv = NULL; 413 pcv = &(chBest->ch_oc); 431 if (pcv != NULL) 432 ++*pcv;
|
/freebsd/sys/cam/ata/ |
H A D | ata_all.h | 162 uint8_t tag_action, int pcv, uint8_t page_code,
|
H A D | ata_all.c | 1038 uint8_t tag_action, int pcv, uint8_t page_code, in semb_receive_diagnostic_results() argument 1053 pcv ? page_code : 0, 0x02, length / 4); in semb_receive_diagnostic_results()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.c | 8781 uint8_t tag_action, int pcv, uint8_t page_code, in scsi_receive_diagnostic_results() argument 8790 if (pcv) { in scsi_receive_diagnostic_results()
|
H A D | scsi_all.h | 4212 uint8_t tag_action, int pcv,
|