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

  /external/openssl/apps/
CA.sh 125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
x509.c 186 int next_serial=0; local
396 else if (strcmp(*argv,"-next_serial") == 0)
397 next_serial= ++num;
662 if (!noout || text || next_serial)
737 else if (next_serial == i)
    [all...]
  /external/qemu/hw/
qdev.c 169 static int next_serial; local
175 return serial_hds[next_serial++];

Completed in 66 milliseconds