Searched refs:read_func (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | filesys.h | 173 int (*read_func) (char *buf, int len); member in struct:fsys_entry
|
H A D | disk_io.c | 1902 return (*(fsys_table[fsys_type].read_func)) (buf, len);
|
H A D | builtins.c | 3657 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 D | libdisasm.c | 160 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 D | ptree_impl.h | 170 #define read_func u.prop.info.read macro
|
H A D | picltree.c | 1227 pobj->read_func = pinfo->read; 2076 pinfo->read = propp->read_func; 2209 volrd = propp->read_func;
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 114 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 D | bnxe_clc.c | 8868 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 150 milliseconds