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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.xcl52 msgid "%-*.*s %-*.*s %*lld %*lld %*lld %-.*s\n"
145 msgid "%8lld\n"
146 msgid "%8lld%8lld%8lld"
148 msgid "%8lld"
152 msgid "%8lld%8lld
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c69 static mblk_t *llc1_form_udata(llc1_t *lld, llc_mac_info_t *macinfo,
72 static mblk_t *llc1_xid_ind_con(llc1_t *lld, llc_mac_info_t *macinfo,
75 static mblk_t *llc1_test_ind_con(llc1_t *lld, llc_mac_info_t *macinfo,
111 static int llc1_snap_match(llc1_t *lld, struct snaphdr *snap);
720 llc1_t *lld = (llc1_t *)q->q_ptr; local
738 lld->llc_stats->llcs_nobuffer++;
762 mutex_enter(&lld->llc_lock);
763 putnext(lld->llc_mac_info->llcp_queue, mp);
764 mutex_exit(&lld->llc_lock);
787 llc1_multicast(struct ether_addr *addr, llc1_t *lld) argument
813 llc1_t *lld; local
1114 llc1_t *lld = (llc1_t *)q->q_ptr; local
1204 llc1_t *lld; local
1236 llc1_t *lld; local
1316 llc1_t *lld = (llc1_t *)q->q_ptr; local
1476 llc1_t *lld; local
2145 llc1_form_udata(llc1_t *lld, llc_mac_info_t *macinfo, mblk_t *mp) argument
2361 llc1_xid_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, mblk_t *mp) argument
2611 llc1_test_ind_con(llc1_t *lld, llc_mac_info_t *macinfo, mblk_t *mp) argument
2953 llc1_t *lld = (llc1_t *)q->q_ptr; local
3065 llc1_snap_match(llc1_t *lld, struct snaphdr *snap) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile.com178 LD_LIB = -lld
/illumos-gate/usr/src/cmd/sgs/libld/
H A DMakefile.com144 SRCS = ../common/llib-lld
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1027 printf (gettext("...back %lld page"), nlines);
1075 printf (gettext("...skipping %lld line"), nlines);
1127 promptlen = printf ("%lld", Currline);
1173 sprintf(&cmdbuf[1], "%lld", Currline);
1217 promptlen = printf (gettext("\"%s\" line %lld"),
1221 gettext("[Not a file] line %lld"), Currline);

Completed in 57 milliseconds