Searched refs:w5 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local 221 w5 = LOAD_BIG_32(blk + 4 * 5); in SHA256Transform() 222 SHA256ROUND(d, e, f, g, h, a, b, c, 5, w5); in SHA256Transform() 262 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform() 264 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform() 265 SHA256ROUND(d, e, f, g, h, a, b, c, 21, w5); in SHA256Transform() 268 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 278 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12; in SHA256Transform() 295 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform() 297 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform() [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_ip.c | 243 else if (cmd->un.xrseq.w5.hcsw.Fctl & BC) { in emlxs_ip_handle_unsol_req() 260 if (cmd->un.xrseq.w5.hcsw.Fctl & BC) { in emlxs_ip_handle_unsol_req() 269 ubp->ub_frame.r_ctl = cmd->un.xrseq.w5.hcsw.Rctl; in emlxs_ip_handle_unsol_req() 270 ubp->ub_frame.type = cmd->un.xrseq.w5.hcsw.Type; in emlxs_ip_handle_unsol_req()
|
H A D | emlxs_sli3.c | 3918 iocb->un.xseq64.w5.hcsw.Fctl = 0; in emlxs_sli3_prep_ip_iocb() 3921 iocb->un.xseq64.w5.hcsw.Fctl |= FSEQ; in emlxs_sli3_prep_ip_iocb() 3924 iocb->un.xseq64.w5.hcsw.Fctl |= SI; in emlxs_sli3_prep_ip_iocb() 3928 iocb->un.xseq64.w5.hcsw.Dfctl = pkt->pkt_cmd_fhdr.df_ctl; in emlxs_sli3_prep_ip_iocb() 3929 iocb->un.xseq64.w5.hcsw.Rctl = pkt->pkt_cmd_fhdr.r_ctl; in emlxs_sli3_prep_ip_iocb() 3930 iocb->un.xseq64.w5.hcsw.Type = pkt->pkt_cmd_fhdr.type; in emlxs_sli3_prep_ip_iocb() 4122 iocb->un.genreq64.w5.hcsw.Fctl = LA; in emlxs_sli3_prep_ct_iocb() 4125 iocb->un.genreq64.w5.hcsw.Fctl |= LSEQ; in emlxs_sli3_prep_ct_iocb() 4128 iocb->un.genreq64.w5.hcsw.Fctl |= SI; in emlxs_sli3_prep_ct_iocb() 4135 iocb->un.genreq64.w5.hcsw.Dfctl = pkt->pkt_cmd_fhdr.df_ctl; in emlxs_sli3_prep_ct_iocb() [all …]
|
H A D | emlxs_hba.c | 2512 switch (iocb->un.rcvseq64.w5.hcsw.Type) { in emlxs_proc_channel_event() 2524 iocb->ULPCOMMAND, iocb->un.rcvseq64.w5.hcsw.Type, in emlxs_proc_channel_event() 2563 switch (iocb->un.rcvseq64.w5.hcsw.Type) { in emlxs_proc_channel_event() 2577 iocb->ULPCOMMAND, iocb->un.rcvseq64.w5.hcsw.Type, in emlxs_proc_channel_event()
|
H A D | emlxs_sli4.c | 5190 iocb->un.genreq64.w5.hcsw.Rctl = pkt->pkt_cmd_fhdr.r_ctl; in emlxs_sli4_prep_ct_iocb() 5191 iocb->un.genreq64.w5.hcsw.Type = pkt->pkt_cmd_fhdr.type; in emlxs_sli4_prep_ct_iocb() 5192 iocb->un.genreq64.w5.hcsw.Dfctl = pkt->pkt_cmd_fhdr.df_ctl; in emlxs_sli4_prep_ct_iocb() 7009 iocb->un.rcvseq64.w5.hcsw.Rctl = fchdr.r_ctl; in emlxs_sli4_process_unsol_rcv() 7010 iocb->un.rcvseq64.w5.hcsw.Type = fchdr.type; in emlxs_sli4_process_unsol_rcv() 7011 iocb->un.rcvseq64.w5.hcsw.Dfctl = fchdr.df_ctl; in emlxs_sli4_process_unsol_rcv() 7012 iocb->un.rcvseq64.w5.hcsw.Fctl = fchdr.f_ctl; in emlxs_sli4_process_unsol_rcv()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_iocb.h | 303 WORD5 w5; /* Header control/status word */ member 405 WORD5 w5; /* Header control/status word */ member 415 WORD5 w5; /* Header control/status word */ member 471 WORD5 w5; /* Header control/status word */ member
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 824 starting ex. Hence: 'vi -w5 file' makes a quick change to a file
|