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

  /external/openssl/crypto/des/
read_pwd.c 182 struct IOSB {
183 short iosb$w_value;
184 short iosb$w_count;
185 long iosb$l_info;
263 struct IOSB iosb; local
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0)
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 260 struct IOSB {
261 short iosb$w_value;
262 short iosb$w_count;
263 long iosb$l_info;
293 static struct IOSB iosb; variable in typeref:struct:IOSB
524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
546 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0)
    [all...]

Completed in 4477 milliseconds