Home
last modified time | relevance | path

Searched refs:mb_sync (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h188 …mp_wchar,(char*)(p),mbmax()))>0?((p+=ast.tmp_int),ast.tmp_wchar):(p+=ast.mb_sync+1,ast.tmp_int)):(…
189 …&ast.tmp_wchar,(char*)(p),n))>0?((p+=ast.tmp_int),ast.tmp_wchar):(p+=ast.mb_sync+1,ast.tmp_int)):(…
H A Dast_std.h253 uint32_t mb_sync; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c609 ast.mb_sync = 0; in utf8_mbtowc()
645 ast.mb_sync = (const char*)sp - str; in utf8_mbtowc()
2252 ast.mb_sync = 0; in set_ctype()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h437 uint_t mb_sync; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c691 mblist->mbl_mbox[i].mb_sync = sync; in tavor_impl_mboxlist_init()
1135 if (mbox->mb_sync == 0) { in tavor_mbox_sync()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE238 09-08-18 include/ast_std.h,ast.h: add ast.mb_sync to sync mbchar() after error