Home
last modified time | relevance | path

Searched refs:LLCE_OK (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dllc1.c734 if ((err = llc1_cmds(q, mp)) != LLCE_OK) { in llc1_uwsrv()
1080 result = LLCE_OK; in llc1_cmds()
1194 return (LLCE_OK); in llc1_bind()
1227 return (LLCE_OK); in llc1_unbind()
1300 return (LLCE_OK); in llc1_inforeq()
1457 return (LLCE_OK); /* this is almost correct, the result */ in llc1_unitdata()
1463 return (LLCE_OK); in llc1_unitdata()
1777 return (LLCE_OK); in llc1attach()
1834 return (LLCE_OK); in llc1unattach()
1896 return (LLCE_OK); in llc1_enable_multi()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dllc1.h178 #define LLCE_OK -1 /* internal procedure status is OK */ macro