Searched refs:get_index (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | srp.c | 38 static int get_index(CA_DB *db, char *id, char type) in get_index() function 88 print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose, in print_user() 423 if ((userindex = get_index(db, user, 'U')) >= 0) in srp_main() 514 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in srp_main()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_controller.c | 2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in scic_sds_controller_completion_queue_has_entries() local 2043 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index]) in scic_sds_controller_completion_queue_has_entries() 2417 U32 get_index; in scic_sds_controller_process_completions() local 2437 get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get); in scic_sds_controller_process_completions() 2445 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index]) in scic_sds_controller_process_completions() 2450 completion_entry = this_controller->completion_queue[get_index]; in scic_sds_controller_process_completions() 2451 INCREMENT_COMPLETION_QUEUE_GET(this_controller, get_index, get_cycle); in scic_sds_controller_process_completions() 2503 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ; in scic_sds_controller_process_completions() 2532 U32 get_index; in scic_sds_controller_transitioned_process_completions() local 2552 get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get); in scic_sds_controller_transitioned_process_completions() [all …]
|
/freebsd/contrib/less/ |
H A D | ifile.c | 264 public int get_index(IFILE ifile) in get_index() function
|
H A D | prompt.c | 327 ap_int(get_index(curr_ifile)); in protochar()
|
H A D | edit.c | 833 } while (get_index(h) != n); in edit_index()
|
H A D | funcs.h | 192 public int get_index(IFILE ifile);
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 1478 static int get_index(unsigned long offset) in get_index() function 1516 if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1) in mlx5_ib_mmap_clock_info_page() 1565 idx = get_index(vma->vm_pgoff); in uar_mmap()
|