Searched defs:cont_len (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h214 uint_t cont_len; /* len of cont */ member in struct:cont_info_struct
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c271 uint_t cont_len; local
283 cont_len = sizeof (id_t);
284 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP);
291 kmem_free(cont_hdl, cont_count * cont_len);
322 kmem_free(cont_hdl, cont_count * cont_len);
642 uint_t cont_count, cont_len; local
653 cont_len = sizeof (id_t);
654 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP);
660 kmem_free(cont_hdl, cont_count * cont_len);
673 cont_count * cont_len);
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c5476 int cont_len; /* The length of any continuation suffix */ local
5523 cont_len = strlen(matches->cont_suffix);
5529 if(matches->nmatch==1 && cont_len > 0 &&
5530 matches->cont_suffix[cont_len - 1] == '\n') {
5531 cont_len--;
5538 nextra = suffix_len + cont_len;
5558 gl_buffer_string(gl, matches->cont_suffix, cont_len,

Completed in 108 milliseconds