Home
last modified time | relevance | path

Searched refs:itag (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c485 uint32_t itag; in sctp_send_initack() local
541 (void) random_get_pseudo_bytes((uint8_t *)&itag, sizeof (itag)); in sctp_send_initack()
542 if (itag == 0) in sctp_send_initack()
543 itag = (uint32_t)gethrtime(); in sctp_send_initack()
544 itsn = itag + 1; in sctp_send_initack()
545 itag = htonl(itag); in sctp_send_initack()
549 itag = sctp->sctp_lvtag; in sctp_send_initack()
565 (void) random_get_pseudo_bytes((uint8_t *)&itag, sizeof (itag)); in sctp_send_initack()
566 if (itag == 0) in sctp_send_initack()
567 itag = (uint32_t)gethrtime(); in sctp_send_initack()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c144 bool itag = 0; in main() local
331 itag = tagflg = 1; /* -t option */ in main()
608 else if (itag) { in main()
657 if (!itag && (dol > zero)) in main()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c729 efx_vpd_tag_t itag; in efx_vpd_hunk_get() local
741 &itag, &taglen)) != 0) in efx_vpd_hunk_get()
743 if (itag == EFX_VPD_END) in efx_vpd_hunk_get()
746 if (itag == tag) { in efx_vpd_hunk_get()
747 if (itag == EFX_VPD_ID) { in efx_vpd_hunk_get()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1883 print_icb_tag(FILE *fout, struct icb_tag *itag) in print_icb_tag() argument
1887 SWAP_32(itag->itag_prnde), SWAP_16(itag->itag_strategy), in print_icb_tag()
1888 SWAP_16(itag->itag_param), SWAP_16(itag->itag_max_ent)); in print_icb_tag()
1891 (itag->itag_ftype >= 14) ? ftype[0] : ftype[itag->itag_ftype], in print_icb_tag()
1892 SWAP_16(itag->itag_lb_prn), in print_icb_tag()
1893 SWAP_32(itag->itag_lb_loc), SWAP_16(itag->itag_flags)); in print_icb_tag()
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsas.h79 uint16_t itag; /* initiator connection tag */ member