HomeSort by: relevance | last modified time | path
    Searched defs:lw (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/logging/
macros_test.cpp 93 ATF_TEST_CASE_WITHOUT_HEAD(lw); variable
94 ATF_TEST_CASE_BODY(lw)
98 LW("Warning message");
114 ATF_ADD_TEST_CASE(tcs, lw);
  /src/sys/dev/pci/
ppb.c 187 u_int lw = __SHIFTOUT(reg, PCIE_LCSR_NLW); local
190 if (lw != mlw || ls != mls) {
194 lw, pcie_linkspeed_strings[ls]);
198 lw, (ls * 25) / 10, (ls * 25) % 10);
  /src/external/bsd/libpcap/dist/
pcap-libdlpi.c 376 linkwalk_t lw = {NULL, 0}; local
395 dlpi_walk(list_interfaces, &lw, 0);
397 if (lw.lw_err != 0) {
399 lw.lw_err, "dlpi_walk");
405 for (entry = lw.lw_list; entry != NULL; entry = entry->lnl_next) {
416 for (entry = lw.lw_list; entry != NULL; entry = next) {
  /src/external/bsd/mdocml/dist/
tbl_term.c 581 int lw, rw; /* Left and right line widths. */ local
622 lw = cpp == NULL || cpn == NULL ||
627 tbl_direct_border(tp, BHORIZ * lw,
680 tbl_direct_border(tp, BLEFT * lw +
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 906 struct libworker* lw = (struct libworker*)e->qstate->env->worker; local
909 mesh_report_reply(lw->env->mesh, e, reply_info, error);
919 mesh_report_reply(lw->env->mesh, e, reply_info,
923 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
  /src/sys/net/lagg/
if_lagg.c 2865 struct lagg_work *lw; local
2867 lw = container_of(wk, struct lagg_work, lw_cookie);
2869 atomic_cas_uint(&lw->lw_state, LAGG_WORK_ENQUEUED, LAGG_WORK_IDLE);
2870 lw->lw_func(lw, lw->lw_arg);
2896 lagg_workq_add(struct workqueue *wq, struct lagg_work *lw)
2899 if (atomic_cas_uint(&lw->lw_state, LAGG_WORK_IDLE,
2903 KASSERT(lw->lw_func != NULL);
2905 workqueue_enqueue(wq, &lw->lw_cookie, NULL)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
microblaze-opcm.h 41 bgtid, bgei, bgeid, lbu, lbuea, lbur, lhu, lhuea, lhur, lw, lwea, lwr, lwx, enumerator in enum:microblaze_instr
  /src/external/gpl3/binutils.old/dist/opcodes/
microblaze-opcm.h 41 bgtid, bgei, bgeid, lbu, lbuea, lbur, lhu, lhuea, lhur, lw, lwea, lwr, lwx, enumerator in enum:microblaze_instr
  /src/external/gpl3/gdb.old/dist/opcodes/
microblaze-opcm.h 41 bgtid, bgei, bgeid, lbu, lbuea, lbur, lhu, lhuea, lhur, lw, lwea, lwr, lwx, enumerator in enum:microblaze_instr
  /src/external/gpl3/gdb/dist/opcodes/
microblaze-opcm.h 41 bgtid, bgei, bgeid, lbu, lbuea, lbur, lhu, lhuea, lhur, lw, lwea, lwr, lwx, enumerator in enum:microblaze_instr
  /src/usr.bin/xlint/lint1/
tree.c 1207 unsigned lw = width_in_bits((*lnp)->tn_type);
1209 if (lw < rw)
1211 if (rw < lw)
2796 unsigned lw = width_in_bits(ln->tn_type);
2804 && (n = rn->u.value.u.integer, 1 <= n && n <= lw)
2805 && u64_width((uint64_t)lc.smax - (uint64_t)lc.smin) + n == lw)
1187 unsigned lw = width_in_bits((*lnp)->tn_type); local
2776 unsigned lw = width_in_bits(ln->tn_type); local

Completed in 29 milliseconds