HomeSort by: relevance | last modified time | path
    Searched refs:opens (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-include.mk 72 # make opens the directory of the current file and tries to read from it,
  /src/sys/arch/sparc/dev/
cgfourteen.c 399 * Keep track of the number of opens made. In the 24-bit driver, we need to
428 int opens; local in function:cgfourteenclose
430 opens = --sc->sc_opens;
432 opens = sc->sc_opens = 0;
437 if (opens == 0) {
  /src/sys/fs/nfs/client/
nfs_clstate.c 42 * this client, since all Opens are Deny_None)
49 * The main concern here is that you can end up with multiple Opens
50 * for the same File Handle, but on different OpenOwners (opens
53 * delaying the Close Op(s) until all of the Opens have been closed.
72 * an OpenOwner without any Opens, freed.
1593 * First, merge locally issued Opens into the list for the server.
1611 /* Merge opens in */
1698 * file descriptors yet, the opens will still be
1875 * doing Opens and Locks with reclaim. If these fail, it deletes the
2161 * Now, get rid of extra Opens and Delegations
    [all...]

Completed in 15 milliseconds