Home
last modified time | relevance | path

Searched defs:slp (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/sys/nfs/
H A Dnfs_srvsocket.c115 struct nfssvc_sock *slp = (struct nfssvc_sock *)arg; in nfsrv_soupcall() local
122 nfsrv_rcv(struct nfssvc_sock *slp) in nfsrv_rcv()
219 nfsdsock_lock(struct nfssvc_sock *slp, bool waitok) in nfsdsock_lock()
242 nfsdsock_unlock(struct nfssvc_sock *slp) in nfsdsock_unlock()
253 nfsdsock_drain(struct nfssvc_sock *slp) in nfsdsock_drain()
278 nfsrv_getstream(struct nfssvc_sock *slp, int waitflag) in nfsrv_getstream()
359 nfsrv_dorec(struct nfssvc_sock *slp, struct nfsd *nfsd, in nfsrv_dorec()
411 struct nfssvc_sock *slp; in nfsrv_timer() local
443 nfsrv_wakenfsd_locked(struct nfssvc_sock *slp) in nfsrv_wakenfsd_locked()
470 nfsrv_wakenfsd(struct nfssvc_sock *slp) in nfsrv_wakenfsd()
[all …]
H A Dnfs_syscalls.c298 struct nfssvc_sock *slp; in do_nfssvc() local
469 struct nfssvc_sock *slp; in nfsrv_sockalloc() local
487 nfsrv_sockfree(struct nfssvc_sock *slp) in nfsrv_sockfree()
506 struct nfssvc_sock *slp; in nfssvc_addsock() local
597 struct nfssvc_sock *slp; in nfssvc_nfsd() local
907 nfsrv_zapsock(struct nfssvc_sock *slp) in nfsrv_zapsock()
967 nfsrv_slpderef(struct nfssvc_sock *slp) in nfsrv_slpderef()
1006 struct nfssvc_sock *slp; in nfsrv_init() local
H A Dnfs_serv.c163 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv3_access()
226 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv_getattr()
266 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv_setattr()
393 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **m… in nfsrv_lookup()
524 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf *… in nfsrv_readlink()
622 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq) in nfsrv_read()
846 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mr… in nfsrv_write()
1044 nfsrv_nwdelayhash(struct nfssvc_sock *slp, const nfsrvfh_t *nsfh) in nfsrv_nwdelayhash()
1061 nfsrv_writegather(struct nfsrv_descript **ndp, struct nfssvc_sock *slp, struct lwp *lwp, struct mbu… in nfsrv_writegather()
1420 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **m… in nfsrv_create()
[all …]
H A Dnfs_srvsubs.c119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbu… in nfs_namei()
296 kauth_cred_t cred, struct nfssvc_sock *slp, struct mbuf *nam, int *rdonlyp, in nfsrv_fhtovp()
H A Dnfs_srvcache.c238 nfsrv_getcache(struct nfsrv_descript *nd, struct nfssvc_sock *slp, struct mbuf **repp) in nfsrv_getcache()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dstr-list.c36 string_list_init (string_list_ty *slp) in string_list_init()
48 string_list_ty *slp; in string_list_alloc() local
61 string_list_append (string_list_ty *slp, const char *s) in string_list_append()
81 string_list_append_unique (string_list_ty *slp, const char *s) in string_list_append_unique()
106 string_list_destroy (string_list_ty *slp) in string_list_destroy()
119 string_list_free (string_list_ty *slp) in string_list_free()
134 string_list_concat (const string_list_ty *slp) in string_list_concat()
160 string_list_concat_destroy (string_list_ty *slp) in string_list_concat_destroy()
185 string_list_join (const string_list_ty *slp, char separator, in string_list_join()
225 string_list_member (const string_list_ty *slp, const char *s) in string_list_member()
H A Dmsgl-ascii.c43 is_ascii_string_list (string_list_ty *slp) in is_ascii_string_list()
H A Dmsgl-cat.c724 string_list_ty *slp = tmp->alternative[i].comment; in catenate_msgdomain_list() local
751 string_list_ty *slp = tmp->alternative[i].comment_dot; in catenate_msgdomain_list() local
H A Dmsgl-iconv.c97 convert_string_list (iconv_t cd, string_list_ty *slp, in convert_string_list()
376 iconvable_string_list (iconv_t cd, string_list_ty *slp) in iconvable_string_list()
H A Dmsggrep.c624 filename_list_match (const string_list_ty *slp, const char *filename) in filename_list_match()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c306 string_list_init (string_list_ty *slp) in string_list_init() argument
315 string_list_append (string_list_ty *slp, const char *s) in string_list_append()
343 string_list_sort (string_list_ty *slp) in string_list_sort()
351 string_list_member (const string_list_ty *slp, const char *s) in string_list_member()
363 sorted_string_list_member (const string_list_ty *slp, const char *s) in sorted_string_list_member()
395 string_list_destroy (string_list_ty *slp) in string_list_destroy()
/netbsd-src/sys/dev/sun/
H A Ddisksubr.c95 struct sun_disklabel *slp; in readdisklabel() local
178 struct sun_disklabel *slp; in writedisklabel() local
/netbsd-src/sys/dev/isa/
H A Dpcppi.c290 pcppi_bell(pcppi_tag_t self, int pitch, int period, int slp) in pcppi_bell()
299 pcppi_bell_locked(pcppi_tag_t self, int pitch, int period, int slp) in pcppi_bell_locked()
/netbsd-src/sys/sys/
H A Dlockdebug.h91 #define LOCKDEBUG_BARRIER(lock, slp) \ argument
103 #define LOCKDEBUG_BARRIER(lock, slp) /* nothing */ argument
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c961 struct valuelist *slp; in res_buildservicelist() local
992 struct valuelist *slp, *slp_next; in res_destroyservicelist() local
1006 struct valuelist *slp; in res_buildprotolist() local
/netbsd-src/lib/libresolv/
H A Dres_mkupdate.c965 struct valuelist *slp; in res_buildservicelist() local
996 struct valuelist *slp, *slp_next; in res_destroyservicelist() local
1010 struct valuelist *slp; in res_buildprotolist() local
/netbsd-src/sys/arch/luna68k/luna68k/
H A Ddisksubr.c181 struct sun_disklabel *slp; in readdisklabel() local
/netbsd-src/sys/arch/sgimips/sgimips/
H A Ddisksubr.c78 struct sgi_boot_block *slp; in readdisklabel() local
/netbsd-src/sys/dev/scsipi/
H A Dses.c1075 ses_getputstat(ses_softc_t *ssc, int objid, SesComStat *sp, int slp, in ses_getputstat()
1653 safte_set_objstat(ses_softc_t *ssc, ses_objstat *obp, int slp) in safte_set_objstat()
2226 set_objstat_sel(ses_softc_t *ssc, ses_objstat *obp, int slp) in set_objstat_sel()
2311 uint8_t b3, int slp) in wrbuf16()
2345 wrslot_stat(ses_softc_t *ssc, int slp) in wrslot_stat()
2387 perf_slotop(ses_softc_t *ssc, uint8_t slot, uint8_t opflag, int slp) in perf_slotop()
/netbsd-src/sys/kern/
H A Dvfs_subr.c690 synclist_t *slp; vn_syncer_add1() local
734 synclist_t *slp; vn_syncer_remove_from_worklist() local
838 synclist_t *slp; sched_sync() local
[all...]
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c331 struct sun_disklabel *slp; in search_label() local
/netbsd-src/sys/lib/libkern/
H A Dstrlist.c321 strlist_append(char ** const slp, size_t * const slsizep, in strlist_append()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c771 string_list_ty *slp = string_list_alloc (); in po_message_set_comments() local
826 string_list_ty *slp = string_list_alloc (); in po_message_set_extracted_comments() local
/netbsd-src/sys/rump/librump/rumpkern/
H A Dlocks.c83 #define BARRIER(lock, slp) \ argument
/netbsd-src/usr.sbin/dumplfs/
H A Ddumplfs.c493 struct seglist *slp; in dump_ipage_segusage() local

12