Home
last modified time | relevance | path

Searched refs:write_offset (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c76 int *write_offset, int *bytes_left) in search_line() argument
83 *write_offset = 0; in search_line()
104 *write_offset = sol - buf; in search_line()
110 *write_offset = buflen; in search_line()
125 *write_offset = sol - buf; in search_line()
127 *write_offset = buflen; in search_line()
131 *write_offset = sol - buf; in search_line()
223 int len, write_offset, bytes_left; in update_fabric_wwn_list() local
234 size = filesize = write_offset = bytes_left = 0; in update_fabric_wwn_list()
426 len - 1, &write_offset, &bytes_left) == 0) { in update_fabric_wwn_list()
[all …]
/titanic_41/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c91 size_t id_len, int *write_offset, int *bytes_left);
3365 int *write_offset, int *bytes_left) in search_line() argument
3372 *write_offset = 0; in search_line()
3401 *write_offset = (sol - buf); in search_line()
3415 *write_offset = buflen; in search_line()
3455 int mpconf, bytes_left, write_offset; in MP_RegisterPlugin() local
3532 pluginid, strlen(pluginid), &write_offset, &bytes_left) == 0) { in MP_RegisterPlugin()
3540 write_offset) != in MP_RegisterPlugin()
3577 int mpconf, tmp_mpconf, bytes_left, write_offset; in MP_DeregisterPlugin() local
3631 &write_offset, &bytes_left) != 0) { in MP_DeregisterPlugin()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h3013 uint32_t write_offset; /* word 5 */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1822 write_obj->params.request.write_offset = image_offset; in emlxs_obj_flash_image()