Searched refs:efn (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_vms.c | 389 uint32_t efn; in data_collect_method() local 417 if ((status = lib$get_ef(&efn)) != SS$_NORMAL) { in data_collect_method() 421 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0)) in data_collect_method() 426 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 434 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0)) in data_collect_method() 439 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method() 447 if ((status = lib$free_ef(&efn)) != SS$_NORMAL) { in data_collect_method()
|
Completed in 3 milliseconds