Symbol: get_index
crypto/openssl/apps/srp.c
434
if ((userindex = get_index(db, user, 'U')) >= 0)
crypto/openssl/apps/srp.c
520
if ((user_gN = get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
crypto/openssl/apps/srp.c
87
print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose,
sys/dev/isci/scil/scic_sds_controller.c
2040
U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
sys/dev/isci/scil/scic_sds_controller.c
2043
== COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
sys/dev/isci/scil/scic_sds_controller.c
2417
U32 get_index;
sys/dev/isci/scil/scic_sds_controller.c
2437
get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get);
sys/dev/isci/scil/scic_sds_controller.c
2445
== COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
sys/dev/isci/scil/scic_sds_controller.c
2450
completion_entry = this_controller->completion_queue[get_index];
sys/dev/isci/scil/scic_sds_controller.c
2451
INCREMENT_COMPLETION_QUEUE_GET(this_controller, get_index, get_cycle);
sys/dev/isci/scil/scic_sds_controller.c
2503
| get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ;
sys/dev/isci/scil/scic_sds_controller.c
2532
U32 get_index;
sys/dev/isci/scil/scic_sds_controller.c
2552
get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get);
sys/dev/isci/scil/scic_sds_controller.c
2561
this_controller->completion_queue[get_index])
sys/dev/isci/scil/scic_sds_controller.c
2566
completion_entry = this_controller->completion_queue[get_index];
sys/dev/isci/scil/scic_sds_controller.c
2567
INCREMENT_COMPLETION_QUEUE_GET(this_controller, get_index, get_cycle);
sys/dev/isci/scil/scic_sds_controller.c
2607
| get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1516
if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1565
idx = get_index(vma->vm_pgoff);