Home
last modified time | relevance | path

Searched refs:w5 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
221 w5 = LOAD_BIG_32(blk + 4 * 5); in SHA256Transform()
264 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform()
297 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform()
330 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform()
437 w5 = LOAD_BIG_64(blk + 8 * 5); in SHA512Transform()
480 w5 = SIGMA1(w3) + w14 + SIGMA0(w6) + w5; in SHA512Transform()
484 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform()
513 w5 = SIGMA1(w3) + w14 + SIGMA0(w6) + w5; in SHA512Transform()
546 w5 = SIGMA1(w3) + w14 + SIGMA0(w6) + w5; in SHA512Transform()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c243 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 Demlxs_sli3.c3918 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()
4140 iocb->un.genreq64.w5.hcsw.Dfctl = 0; in emlxs_sli3_prep_ct_iocb()
[all …]
H A Demlxs_hba.c2512 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 Demlxs_sli4.c5190 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 Demlxs_iocb.h303 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 Dex.news824 starting ex. Hence: 'vi -w5 file' makes a quick change to a file