Searched refs:argbase (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c456 argbase = argbuf; /* store from first of buffer */
487 char *ap = argbase;
488 char *tmp = argbase; /* will return this if token found */
593 argbase = ap; /* update storage pointer */
H A Dftp_var.h198 EXTERN char *argbase; /* current storage point in arg buffer */ variable
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c6059 nfs4lookup_dump_compound(char *where, nfs_argop4 *argbase, int argcnt) argument
6067 nfs_argop4 *op = &argbase[i];
6162 nfs_argop4 *argbase, *argop; local
6232 argop = argbase = kmem_alloc(argoplist_size, KM_SLEEP);
6353 nfs4lookup_dump_compound("nfs4lookup_setup", argbase, argcnt);

Completed in 93 milliseconds