Searched refs:clb (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/wpa/src/fst/ |
| HD | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ argument 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
| HD | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
| HD | fst_session.c | 1194 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1200 clb(s->group, s, ctx); in fst_session_enum()
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_ahci.c | 147 uint32_t clb; member 1975 p->clb = value; in pci_ahci_port_write() 2007 uint64_t clb; in pci_ahci_port_write() local 2010 clb = (uint64_t)p->clbu << 32 | p->clb; in pci_ahci_port_write() 2011 p->cmd_lst = paddr_guest2host(ahci_ctx(sc), clb, in pci_ahci_port_write() 2175 uint32_t *p= &sc->port[port].clb; in pci_ahci_port_read()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfoV4.td | 2349 "$Rd = add(clb($Rs), #$s6)", [], "", S_2op_tc_2_SLOT23> { 2364 "$Rd = add(clb($Rs), #$s6)", [], "", S_2op_tc_2_SLOT23> {
|
| HD | HexagonInstrInfo.td | 4190 def S2_clb : T_COUNT_LEADING_32<"clb", 0b000, 0b100>; 4191 def S2_clbp : T_COUNT_LEADING_64<"clb", 0b010, 0b000>;
|