Searched refs:sysid (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dlockf.h128 int lf_iteratelocks_sysid(int sysid, lf_iterator *, void *);
130 int lf_countlocks(int sysid);
131 void lf_clearremotesys(int sysid);
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c85 * Support for sysctl vfs.nlm.sysid
89 static SYSCTL_NODE(_vfs_nlm, OID_AUTO, sysid, CTLFLAG_RW, NULL, "");
243 char nh_sysid_string[10]; /* (c) string rep. of sysid */
251 struct sysctl_ctx_list nh_sysctl; /* (c) vfs.nlm.sysid nodes */
566 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) granted,"
664 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) "
689 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) expired,"
763 NLM_DEBUG(1, "NLM: host %s (sysid %d) rebooted, new "
805 * Sysctl handler to count the number of locks for a sysid.
819 * Sysctl handler to count the number of client locks for a sysid
1115 nlm_find_host_by_sysid(int sysid) argument
1728 uint32_t sysid; local
1861 int error, sysid; local
1959 int error, sysid; local
2148 int error, sysid; local
2238 int error, sysid; local
[all...]
H A Dnlm_advlock.c524 int sysid, error; local
526 sysid = NLM_SYSID_CLIENT | nlm_host_get_sysid(host);
530 error = lf_iteratelocks_sysid(sysid,
684 * our NLM server, we use a different sysid value to record our own
696 int svid, int sysid, off_t size)
715 newfl.l_sysid = NLM_SYSID_CLIENT | sysid;
695 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, int svid, int sysid, off_t size) argument
/freebsd-11-stable/sys/kern/
H A Dkern_lockf.c178 * POSIX fcntl locks, local file for BSD flock locks or <pid,sysid>
1874 lf_iteratelocks_sysid(int sysid, lf_iterator *fn, void *arg) argument
1895 if (lf->lf_owner->lo_sysid != sysid)
1911 ldesc->fl.l_sysid = sysid;
2012 lf_clearremotesys(int sysid) argument
2015 KASSERT(sysid != 0, ("Can't clear local locks with F_UNLCKSYS"));
2016 lf_iteratelocks_sysid(sysid, lf_clearremotesys_iterator, NULL);
2020 lf_countlocks(int sysid) argument
2030 if (lo->lo_sysid == sysid)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c335 dmi_check_system(const struct dmi_system_id *sysid) argument
340 for (res = false, dsi = sysid; dsi->matches[0].slot != 0 ; dsi++) {
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf.c301 const XML_Char *sysid, const XML_Char *publid,
304 UNUSED_P(sysid);
658 const XML_Char *sysid, const XML_Char *pubid,
663 UNUSED_P(sysid);
300 startDoctypeDecl(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *publid, int has_internal_subset) argument
657 metaStartDoctypeDecl(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset) argument
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c2027 lacp_format_systemid(const struct lacp_systemid *sysid, argument
2033 ntohs(sysid->lsi_prio),
2034 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));
2052 char sysid[LACP_SYSTEMIDSTR_MAX+1]; local
2056 lacp_format_systemid(&peer->lip_systemid, sysid, sizeof(sysid)),
/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h305 const XML_Char *sysid,
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c215 const XML_Char *sysid, const XML_Char *pubid,
219 UNUSED_P(sysid);
379 const XML_Char *sysid, const XML_Char *pubid,
383 UNUSED_P(sysid);
214 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset) argument
378 dummy_start_doctype_decl_handler(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset) argument

Completed in 127 milliseconds