Searched defs:slp (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/usr.bin/gprof/
H A Dprintlist.c59 struct stringlist *slp; local
72 struct stringlist *slp; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Dpm1.C75 static int A::* slp; member in class:A
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c63 struct sun_disklabel *slp; local
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c107 struct sun_disklabel *slp; local
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c119 struct sun_disklabel *slp; local
[all...]
/openbsd-current/sys/nfs/
H A Dnfs_srvcache.c127 nfsrv_getcache(struct nfsrv_descript *nd, struct nfssvc_sock *slp, argument
H A Dnfs_syscalls.c220 struct nfssvc_sock *slp; local
327 struct nfssvc_sock *slp; local
502 nfsrv_zapsock(struct nfssvc_sock *slp) argument
534 nfsrv_slpderef(struct nfssvc_sock *slp) argument
550 struct nfssvc_sock *slp, *nslp; local
726 struct nfssvc_sock *slp; local
[all...]
H A Dnfs_socket.c1059 nfs_rephead(int siz, struct nfsrv_descript *nd, struct nfssvc_sock *slp, argument
1590 struct nfssvc_sock *slp = (struct nfssvc_sock *)arg; local
1689 nfsrv_getstream(struct nfssvc_sock *slp, int waitflag) argument
1809 nfsrv_dorec(struct nfssvc_sock *slp, struct nfsd *nfsd, struct nfsrv_descript **ndp) argument
1854 nfsrv_wakenfsd(struct nfssvc_sock *slp) argument
[all...]
H A Dnfs_serv.c142 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
217 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, argument
89 nfsm_reply(struct nfsm_info *infop, struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq, int error, int statuslen) argument
108 nfsm_srvmtofh1(struct nfsm_info *infop, struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct mbuf **mrq) argument
270 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
442 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
528 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
625 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
811 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1010 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1302 nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1480 nfsrv_remove(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1575 nfsrv_rename(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1787 nfsrv_link(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
1904 nfsrv_symlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2066 nfsrv_mkdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2197 nfsrv_rmdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2342 nfsrv_readdir(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2565 nfsrv_readdirplus(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2825 nfsrv_commit(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2899 nfsrv_statfs(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
2983 nfsrv_fsinfo(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
3058 nfsrv_pathconf(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
3134 nfsrv_null(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
3156 nfsrv_noop(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq) argument
[all...]
H A Dnfs_subs.c1170 nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len, struct nfssvc_sock *slp, struct mbuf *nam, struct mbuf **mdp, caddr_t *dposp, struct vnode **retdirp, struct proc *p) argument
1422 nfsrv_fhtovp(fhandle_t *fhp, int lockflag, struct vnode **vpp, struct ucred *cred, struct nfssvc_sock *slp, struct mbuf *nam, int *rdonlyp) argument
/openbsd-current/sys/kern/
H A Dvfs_sync.c132 struct synclist *slp; local
/openbsd-current/usr.sbin/mksuncd/
H A Dmksuncd.c153 adjust_base(int f, struct sun_disklabel *slp) argument
176 get_label(int f, struct sun_disklabel *slp) argument
260 adjust_label(int f, struct sun_disklabel *slp, int part, off_t start, off_t size) argument
314 cylindersize(int f, struct sun_disklabel *slp) argument
[all...]
/openbsd-current/sys/dev/isa/
H A Dpcppi.c182 pcppi_bell(pcppi_tag_t self, int pitch, int period_ms, int slp) argument
/openbsd-current/usr.bin/mg/
H A Dutil.c306 struct line *slp; local
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c433 struct sun_disklabel *slp; local
/openbsd-current/sbin/dump/
H A Dtape.c108 static struct slave *slp; variable in typeref:struct:slave
[all...]
/openbsd-current/bin/ksh/
H A Djobs.c835 j_jobs(const char *cp, int slp, argument
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c10254 Perl_scan_word6(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp, bool warn_tick) argument
10269 Perl_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp) argument

Completed in 254 milliseconds