Searched refs:read_func (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libdisasm/common/ |
H A D | libdisasm.c | 152 dis_read_f read_func) in dis_handle_create() argument 176 dhp->dh_read = read_func; in dis_handle_create()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | filesys.h | 173 int (*read_func) (char *buf, int len); member
|
H A D | disk_io.c | 1902 return (*(fsys_table[fsys_type].read_func)) (buf, len); in grub_read()
|
H A D | builtins.c | 3609 read_func (char *arg, int flags) in read_func() function 3624 read_func,
|
/titanic_41/usr/src/lib/libpicltree/ |
H A D | ptree_impl.h | 170 #define read_func u.prop.info.read macro
|
H A D | picltree.c | 1227 pobj->read_func = pinfo->read; in create_propobj() 2076 pinfo->read = propp->read_func; in copy_propinfo_ver_1() 2209 volrd = propp->read_func; in read_propval_and_unlock()
|
/titanic_41/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 114 read_func_t *read_func; member 772 attr_buf_len = translators[type].read_func(curr, in parse_linkprops()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 8868 read_sfp_module_eeprom_func_p read_func; in elink_read_sfp_module_eeprom() local 8877 read_func = elink_8726_read_sfp_module_eeprom; in elink_read_sfp_module_eeprom() 8882 read_func = elink_8727_read_sfp_module_eeprom; in elink_read_sfp_module_eeprom() 8887 read_func = elink_warpcore_read_sfp_module_eeprom; in elink_read_sfp_module_eeprom() 8897 rc = read_func(phy, params, dev_addr, addr, xfer_size, in elink_read_sfp_module_eeprom()
|