Home
last modified time | relevance | path

Searched refs:psref (Results 1 – 25 of 142) sorted by relevance

123456

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_psref.c81 LIST_HEAD(psref_head, psref);
213 psref_acquire(struct psref *psref, const struct psref_target *target, in psref_acquire() argument
236 psref->psref_target = target; in psref_acquire()
237 psref->psref_lwp = curlwp; in psref_acquire()
238 psref->psref_cpu = curcpu(); in psref_acquire()
255 psref_release(struct psref *psref, const struct psref_target *target, in psref_release() argument
275 psref->psref_lwp, curlwp); in psref_release()
287 LIST_REMOVE(psref, psref_entry); in psref_release()
307 psref_copy(struct psref *pto, const struct psref *pfrom, in psref_copy()
441 const struct psref *psref; in _psref_held() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dpsref.h41 struct psref;
71 struct psref { struct
72 LIST_ENTRY(psref) psref_entry;
85 void psref_acquire(struct psref *, const struct psref_target *,
87 void psref_release(struct psref *, const struct psref_target *,
89 void psref_copy(struct psref *, const struct psref *,
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_encap.c122 struct psref *);
126 struct psref *);
216 struct psref *match_psref) in encap4_lookup()
269 struct psref elem_psref; in encap4_lookup()
352 struct psref match_psref; in encap4_input()
384 struct psref *match_psref) in encap6_lookup()
437 struct psref elem_psref; in encap6_lookup()
500 struct psref match_psref; in encap6_input()
884 struct psref elem_psref; in encap6_ctlinput()
915 struct psref elem_psref; in encap6_ctlinput()
[all …]
H A Din_gif.c223 struct psref psref; in in_gif_input() local
224 rcvif = m_get_rcvif_psref(m, &psref); in in_gif_input()
226 m_put_rcvif_psref(rcvif, &psref); in in_gif_input()
231 m_put_rcvif_psref(rcvif, &psref); in in_gif_input()
354 struct psref psref; in gif_encapcheck4() local
361 ifp = m_get_rcvif_psref(m, &psref); in gif_encapcheck4()
365 m_put_rcvif_psref(ifp, &psref); in gif_encapcheck4()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_bridge.c658 struct psref *psref) in bridge_lookup_member_if() argument
732 struct psref psref; in bridge_ioctl_add() local
870 struct psref psref; in bridge_ioctl_gifflags() local
892 struct psref psref; in bridge_ioctl_sifflags() local
1060 struct psref psref; in bridge_ioctl_saddr() local
1215 struct psref psref; in bridge_ioctl_sifprio() local
1274 struct psref psref; in bridge_ioctl_sifcost() local
1482 struct psref psref; in bridge_output() local
1621 struct psref psref; in bridge_forward() local
1803 struct psref psref; in bridge_input() local
[all …]
H A Dif.c958 struct psref psref; in if_attachdomain() local
1389 struct psref psref; in if_clone_create() local
1412 struct psref psref; in if_clone_destroy() local
1434 if_put(ifp, &psref); in if_clone_destroy()
2239 if_get(const char *name, struct psref *psref) in if_get() argument
2287 if_put(const struct ifnet *ifp, struct psref *psref) in if_put() argument
2308 if_get_byindex(u_int idx, struct psref *psref) in if_get_byindex() argument
2328 if_acquire_NOMPSAFE(struct ifnet *ifp, struct psref *psref) in if_acquire_NOMPSAFE() argument
2577 struct psref psref; in doifioctl() local
2762 struct psref psref; in ifconf() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Din6_src.c177 struct ifnet **ifpp, struct psref *psref, int *errorp) in in6_selectsrc() argument
191 struct psref local_psref; in in6_selectsrc()
194 #define PSREF (psref == NULL) ? &local_psref : psref in in6_selectsrc()
197 (ifpp == NULL && psref == NULL)); in in6_selectsrc()
575 struct psref *psref, struct rtentry **retrt, int clone, int norouteok) in selectroute() argument
583 struct psref local_psref; in selectroute()
584 #define PSREF ((psref == NULL) ? &local_psref : psref) in selectroute()
749 struct psref *psref) in in6_selectif() argument
792 if_put(*retifp, psref); in in6_selectif()
794 if_acquire_NOMPSAFE(*retifp, psref); in in6_selectif()
[all …]
H A Din6_gif.c233 struct psref psref; in in6_gif_input() local
234 struct ifnet *rcvif = m_get_rcvif_psref(m, &psref); in in6_gif_input()
236 m_put_rcvif_psref(rcvif, &psref); in in6_gif_input()
241 m_put_rcvif_psref(rcvif, &psref); in in6_gif_input()
354 struct psref psref; in gif_encapcheck6() local
361 ifp = m_get_rcvif_psref(m, &psref); in gif_encapcheck6()
365 m_put_rcvif_psref(ifp, &psref); in gif_encapcheck6()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Diname.h51 #define name_string_ref(pnref, psref)\ argument
52 names_string_ref(the_gs_name_table, pnref, psref)
62 #define name_from_string(psref, pnref)\ argument
63 names_from_string(the_gs_name_table, psref, pnref)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Diname.h51 #define name_string_ref(pnref, psref)\ argument
52 names_string_ref(the_gs_name_table, pnref, psref)
62 #define name_from_string(psref, pnref)\ argument
63 names_from_string(the_gs_name_table, psref, pnref)
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Duipc_syscalls_40.c44 struct psref psref; in compat_ifconf() local
54 psref_acquire(&psref, &ifp->if_psref, ifnet_psref_class); in compat_ifconf()
121 psref_release(&psref, &ifp->if_psref, ifnet_psref_class); in compat_ifconf()
133 psref_release(&psref, &ifp->if_psref, ifnet_psref_class); in compat_ifconf()
H A Dif_43.c223 struct psref psref; in compat_ifioctl() local
226 ifp = if_get(ifr->ifr_name, &psref); in compat_ifioctl()
265 if_put(ifp, &psref); in compat_ifioctl()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diname.h41 #define name_string_ref(mem, pnref, psref)\ argument
42 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
52 #define name_from_string(mem, psref, pnref)\ argument
53 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c649 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
652 (psref == 0 || in pname_matches()
654 psref->value.const_bytes, r_size(psref))); in pname_matches()
658 const ref * psref /*t_string */ ) in current_param_list() argument
668 if (pname_matches(pname, psref)) { in current_param_list()
679 if (pname_matches(pname, psref)) { in current_param_list()
690 if (pname_matches(pname, psref)) { in current_param_list()
699 if (psref) { in current_param_list()
708 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
726 if (pname_matches(CustomColorCallbackParamName, psref)) in current_param_list()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diname.h42 #define name_string_ref(mem, pnref, psref)\ argument
43 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
53 #define name_from_string(mem, psref, pnref)\ argument
54 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c819 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
822 (psref == 0 || in pname_matches()
824 psref->value.const_bytes, r_size(psref))); in pname_matches()
828 const ref * psref /*t_string */ ) in current_param_list() argument
839 if (pname_matches(pname, psref)) { in current_param_list()
850 if (pname_matches(pname, psref)) { in current_param_list()
861 if (pname_matches(pname, psref)) { in current_param_list()
870 if (psref) { in current_param_list()
879 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diname.h42 #define name_string_ref(mem, pnref, psref)\ argument
43 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
53 #define name_from_string(mem, psref, pnref)\ argument
54 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c823 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
826 (psref == 0 || in pname_matches()
828 psref->value.const_bytes, r_size(psref))); in pname_matches()
832 const ref * psref /*t_string */ ) in current_param_list() argument
843 if (pname_matches(pname, psref)) { in current_param_list()
854 if (pname_matches(pname, psref)) { in current_param_list()
865 if (pname_matches(pname, psref)) { in current_param_list()
874 if (psref) { in current_param_list()
883 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diname.h42 #define name_string_ref(mem, pnref, psref)\ argument
43 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
53 #define name_from_string(mem, psref, pnref)\ argument
54 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c823 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
826 (psref == 0 || in pname_matches()
828 psref->value.const_bytes, r_size(psref))); in pname_matches()
832 const ref * psref /*t_string */ ) in current_param_list() argument
843 if (pname_matches(pname, psref)) { in current_param_list()
854 if (pname_matches(pname, psref)) { in current_param_list()
865 if (pname_matches(pname, psref)) { in current_param_list()
874 if (psref) { in current_param_list()
883 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diname.h42 #define name_string_ref(mem, pnref, psref)\ argument
43 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
53 #define name_from_string(mem, psref, pnref)\ argument
54 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c819 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
822 (psref == 0 || in pname_matches()
824 psref->value.const_bytes, r_size(psref))); in pname_matches()
828 const ref * psref /*t_string */ ) in current_param_list() argument
839 if (pname_matches(pname, psref)) { in current_param_list()
850 if (pname_matches(pname, psref)) { in current_param_list()
861 if (pname_matches(pname, psref)) { in current_param_list()
870 if (psref) { in current_param_list()
879 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diname.h41 #define name_string_ref(mem, pnref, psref)\ argument
42 names_string_ref(mem->gs_lib_ctx->gs_name_table, pnref, psref)
52 #define name_from_string(mem, psref, pnref)\ argument
53 names_from_string(mem->gs_lib_ctx->gs_name_table, psref, pnref)
H A Dzusparam.c649 pname_matches(const char *pname, const ref * psref) in pname_matches() argument
652 (psref == 0 || in pname_matches()
654 psref->value.const_bytes, r_size(psref))); in pname_matches()
658 const ref * psref /*t_string */ ) in current_param_list() argument
668 if (pname_matches(pname, psref)) { in current_param_list()
679 if (pname_matches(pname, psref)) { in current_param_list()
690 if (pname_matches(pname, psref)) { in current_param_list()
699 if (psref) { in current_param_list()
708 switch (ztoken_get_scanner_option(psref, i_ctx_p->scanner_options, &pname)) { in current_param_list()
726 if (pname_matches(CustomColorCallbackParamName, psref)) in current_param_list()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/npf/
H A Dnpf_ext_log.c88 struct psref psref; in npf_log() local
102 ifp = if_get_byindex(log->if_idx, &psref); in npf_log()
113 if_put(ifp, &psref); in npf_log()

123456