Searched refs:fdstart (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c67 static void fdstart(struct fcu_obj *);
1022 * checks operation, hangs buf struct off fdcntlr, calls fdstart
1096 fdstart(fjp);
1109 * fdstart
1114 * it sleeps until the operation is done *within fdstart* - so that
1115 * when fdstart returns, the operation is already done.
1118 fdstart(struct fcu_obj *fjp) function
1144 (CE_CONT, "fdstart: bp=0x%p blkno=0x%lx bcount=0x%lx\n",
1236 "fdstart: bad exec of bp: 0x%p, err=%d",
1247 (CE_CONT, "fdstart don
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c68 * cons'ing up a uio structure and that fdstart will be able
217 static void fdstart(struct fdctlr *);
1689 * checks operation, hangs buf struct off fdctlr, calls fdstart
1818 /* call fdstart to start the transfer */
1819 fdstart(fdc);
3067 * fdstart
3072 * it sleeps until the operation is done *within fdstart* - so that
3073 * when fdstart returns, the operation is already done.
3082 fdstart(struct fdctlr *fdc) function
3144 (C, "fdstart
[all...]

Completed in 52 milliseconds