Searched defs:itag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c144 bool itag = 0; local
330 itag = tagflg = 1; /* -t option */
607 else if (itag) {
656 if (!itag && (dol > zero))
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c729 efx_vpd_tag_t itag; local
741 &itag, &taglen)) != 0)
743 if (itag == EFX_VPD_END)
746 if (itag == tag) {
747 if (itag == EFX_VPD_ID) {
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsas.h79 uint16_t itag; /* initiator connection tag */ member in struct:__anon8967
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c485 uint32_t itag; local
541 (void) random_get_pseudo_bytes((uint8_t *)&itag, sizeof (itag));
542 if (itag == 0)
543 itag = (uint32_t)gethrtime();
544 itsn = itag + 1;
545 itag = htonl(itag);
549 itag = sctp->sctp_lvtag;
565 (void) random_get_pseudo_bytes((uint8_t *)&itag, sizeo
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1894 print_icb_tag(FILE *fout, struct icb_tag *itag) argument
1898 SWAP_32(itag->itag_prnde), SWAP_16(itag->itag_strategy),
1899 SWAP_16(itag->itag_param), SWAP_16(itag->itag_max_ent));
1902 (itag->itag_ftype >= 14) ? ftype[0] : ftype[itag->itag_ftype],
1903 SWAP_16(itag->itag_lb_prn),
1904 SWAP_32(itag->itag_lb_loc), SWAP_16(itag
[all...]

Completed in 67 milliseconds