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

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c104 static int llc1_bind(queue_t *q, mblk_t *mp);
1017 result = llc1_bind(q, mp);
1106 * llc1_bind - determine if a SAP is already allocated and whether it is
1110 llc1_bind(queue_t *q, mblk_t *mp) function
1120 printf("llc1_bind(%x %x)\n", q, mp);
1128 printf("llc1_bind: lsap=%x\n", sap);
1137 printf("llc1_bind: stream bound/not attached (%d)\n",
1180 printf("llc1_bind: ok - type = %d\n", lld->llc_type);

Completed in 79 milliseconds