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

  /src/sys/arch/xen/xenbus/
xenbus_comms.c 122 struct xenstore_domain_interface *intf = xenstore_domain_interface(); local in function:xb_write
130 while ((intf->req_prod - intf->req_cons) == XENSTORE_RING_SIZE) {
137 cons = intf->req_cons;
138 prod = intf->req_prod;
145 dst = get_output_chunk(cons, prod, intf->req, &avail);
157 intf->req_prod += avail;
169 struct xenstore_domain_interface *intf = xenstore_domain_interface(); local in function:xb_read
178 while (intf->rsp_cons == intf->rsp_prod
    [all...]
  /src/sys/net/
if_srt.c 50 struct ifnet intf; /* XXX interface botch */ member in struct:srt_softc
119 sc->intf.if_mtu = mtu;
286 if_initname(&sc->intf,cl->ifc_name,unit);
287 sc->intf.if_softc = sc;
288 sc->intf.if_mtu = 65535;
289 sc->intf.if_flags = IFF_POINTOPOINT;
290 sc->intf.if_type = IFT_OTHER;
291 sc->intf.if_ioctl = &srt_if_ioctl;
292 sc->intf.if_output = &srt_if_output;
293 sc->intf.if_dlt = DLT_RAW
    [all...]
zlib.h 54 * charf intf uInt uIntf uLong uLonf
93 # define intf z_intf macro
272 typedef int FAR intf; typedef in typeref:typename:int FAR
  /src/sys/dev/pci/cxgb/
cxgb_ioctl.h 215 intf:4, member in struct:ch_trace
cxgb_common.h 413 u32 intf:4; member in struct:trace_params
  /src/common/dist/zlib/
zconf.h 159 # define intf z_intf macro
413 typedef int FAR intf; typedef in typeref:typename:int FAR
zconf.h.in 155 # define intf z_intf macro
405 typedef int FAR intf; typedef in typeref:typename:int FAR

Completed in 15 milliseconds