Searched refs:write_offset (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c45 * "buflen"). If it is not found, "write_offset" has the offset in "buf" where
47 * "write_offset" has its offset in "buf"
54 * write_offset - Set in function on exit
57 * - It is the # of bytes left beyond write_offset in buf
66 * Zero - "srch_str" found in "buf"... "write_offset" has offset in "buf"
67 * > 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf"
70 * < 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf"
76 int *write_offset, int *bytes_left)
83 *write_offset = 0;
104 *write_offset
75 search_line(char *buf, int buflen, char *srch_str, int slen, int *write_offset, int *bytes_left) argument
223 int len, write_offset, bytes_left; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c321 uint32_t write_offset; local
341 write_offset = etp->et_pio_write_offset + offset;
342 write_offset_limit = write_offset + length;
344 while (write_offset < write_offset_limit) {
345 EFSYS_BAR_WC_WRITEQ(esbp, write_offset, eqp);
347 write_offset += sizeof (efx_qword_t);
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c91 size_t id_len, int *write_offset, int *bytes_left);
3345 * "buflen"). If it is not found, "write_offset" has the offset in "buf" where
3347 * "write_offset" has its offset in "buf"
3354 * write_offset - Set in function on exit
3357 * - It is the # of bytes left beyond write_offset in buf
3359 * Zero - "srch_id" found in "buf"... "write_offset" has offset in "buf"
3360 * != 0 - "srch_str" NOT found in "buf" ... "write_offset" points to the end of
3365 int *write_offset, int *bytes_left)
3372 *write_offset = 0;
3401 *write_offset
3364 search_line(MP_CHAR *buf, size_t buflen, MP_CHAR *srch_id, size_t id_len, int *write_offset, int *bytes_left) argument
3455 int mpconf, bytes_left, write_offset; local
3577 int mpconf, tmp_mpconf, bytes_left, write_offset; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h3013 uint32_t write_offset; /* word 5 */ member in struct:__anon7429::__anon7430::__anon7491::__anon7492::__anon7493
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1822 write_obj->params.request.write_offset = image_offset;

Completed in 473 milliseconds