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

  /src/sys/dev/iscsi/
iscsi_main.c 71 static void iscsi_attach(device_t parent, device_t self, void *aux);
81 CFATTACH_DECL_NEW(iscsi, sizeof(struct iscsi_softc), iscsi_match, iscsi_attach,
235 * iscsi_attach:
239 iscsi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
243 DEB(1, ("ISCSI: iscsi_attach, parent=%p, self=%p, aux=%p\n", parent,
iscsi_main.c 71 static void iscsi_attach(device_t parent, device_t self, void *aux);
81 CFATTACH_DECL_NEW(iscsi, sizeof(struct iscsi_softc), iscsi_match, iscsi_attach,
235 * iscsi_attach:
239 iscsi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
243 DEB(1, ("ISCSI: iscsi_attach, parent=%p, self=%p, aux=%p\n", parent,

Completed in 55 milliseconds