Searched refs:get_val (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/arcwatch/ |
H A D | arcwatch.c | 164 get_val(caddr_t base, dtrace_recdesc_t *rec) in get_val() function 197 ar.ar_objset = get_val(base, rec + 3); in process_trace() 198 ar.ar_object = get_val(base, rec + 4); in process_trace() 199 ar.ar_level = get_val(base, rec + 5); in process_trace() 200 ar.ar_blkid = get_val(base, rec + 6); in process_trace() 201 ar.ar_size = get_val(base, rec + 7); in process_trace() 202 ar.ar_type = get_val(base, rec + 8); in process_trace() 203 ar.ar_dva0 = get_val(base, rec + 9); in process_trace() 204 ar.ar_dva1 = get_val(base, rec + 10); in process_trace() 205 ar.ar_birth = get_val(base, rec + 11); in process_trace() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 2416 uint64_t get_val, gv; in do_pior_corrupt() local 2441 gv = get_val = func(hp, addr); in do_pior_corrupt() 2465 gv = get_val = func(hp, addr); in do_pior_corrupt() 2490 get_val = operand; in do_pior_corrupt() 2493 get_val &= operand; in do_pior_corrupt() 2496 get_val |= operand; in do_pior_corrupt() 2499 get_val ^= operand; in do_pior_corrupt() 2511 return (get_val); in do_pior_corrupt()
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 4821 get_em get_val; member 5951 val = _tmpl_error_items[i].get_val(err); in scf_tmpl_strerror()
|