HomeSort by relevance Sort by last modified time
    Searched refs:iosb (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_getpass.c 71 /* struct _iosb iosb; */
74 short int iosb$w_status; /* status */
75 short int iosb$w_bcnt; /* byte count */
77 } iosb; local
86 &iosb, 0, 0, buffer, buflen, 0, 0,
89 if((sts & 1) && (iosb.iosb$w_status & 1))
90 buffer[iosb.iosb$w_bcnt] = '\0';
  /toolchain/binutils/binutils-2.27/gas/config/
te-vms.c 54 struct IOSB
139 struct IOSB iosb; local
232 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
240 if ((iosb.status & 1) != 1)
247 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
255 if ((iosb.status & 1) != 1)

Completed in 613 milliseconds