Searched defs:read_func (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h173 int (*read_func) (char *buf, int len); member in struct:fsys_entry
H A Dbuiltins.c3657 read_func (char *arg, int flags)
3672 read_func,
3613 read_func (char *arg, int flags) function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlibdisasm.c160 dis_read_f read_func)
184 dhp->dh_read = read_func;
159 dis_handle_create(int flags, void *data, dis_lookup_f lookup_func, dis_read_f read_func) argument
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h170 #define read_func u.prop.info.read macro
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c114 read_func_t *read_func; member in struct:translator_s
772 attr_buf_len = translators[type].read_func(curr,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c8868 read_sfp_module_eeprom_func_p read_func; local
8877 read_func = elink_8726_read_sfp_module_eeprom;
8882 read_func = elink_8727_read_sfp_module_eeprom;
8887 read_func = elink_warpcore_read_sfp_module_eeprom;
8897 rc = read_func(phy, params, dev_addr, addr, xfer_size,

Completed in 96 milliseconds