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

  /src/sys/nfs/
nfs_syscalls.c 910 struct nfsrv_descript *nwp; local in function:nfsrv_zapsock
953 while ((nwp = LIST_FIRST(&slp->ns_tq)) != NULL) {
954 LIST_REMOVE(nwp, nd_tq);
956 nfsdreq_free(nwp);
  /src/bin/csh/
func.c 396 struct whyle *nwp; local in function:doforeach
417 nwp = xcalloc(1, sizeof *nwp);
418 nwp->w_fe = nwp->w_fe0 = v;
420 btell(&nwp->w_start);
421 nwp->w_fename = Strsave(cp);
422 nwp->w_next = whyles;
423 nwp->w_end.type = F_SEEK;
424 whyles = nwp;
454 struct whyle *nwp = local in function:dowhile
827 struct whyle *nwp; local in function:wfree
    [all...]

Completed in 12 milliseconds