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

/freebsd-12-stable/sys/sys/
H A Dlockf.h130 int lf_iteratelocks_sysid(int sysid, lf_iterator *, void *);
132 int lf_countlocks(int sysid);
133 void lf_clearremotesys(int sysid);
/freebsd-12-stable/sys/nlm/
H A Dnlm_prot_impl.c87 * Support for sysctl vfs.nlm.sysid
91 static SYSCTL_NODE(_vfs_nlm, OID_AUTO, sysid, CTLFLAG_RW, NULL, "");
238 char nh_sysid_string[10]; /* (c) string rep. of sysid */
246 struct sysctl_ctx_list nh_sysctl; /* (c) vfs.nlm.sysid nodes */
551 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) granted,"
649 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) "
674 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) expired,"
748 NLM_DEBUG(1, "NLM: host %s (sysid %d) rebooted, new "
790 * Sysctl handler to count the number of locks for a sysid.
804 * Sysctl handler to count the number of client locks for a sysid
1100 nlm_find_host_by_sysid(int sysid) argument
1713 uint32_t sysid; local
1846 int error, sysid; local
1944 int error, sysid; local
2133 int error, sysid; local
2223 int error, sysid; local
[all...]
H A Dnlm_advlock.c527 int sysid, error; local
529 sysid = NLM_SYSID_CLIENT | nlm_host_get_sysid(host);
533 error = lf_iteratelocks_sysid(sysid,
687 * our NLM server, we use a different sysid value to record our own
699 int svid, int sysid, off_t size)
718 newfl.l_sysid = NLM_SYSID_CLIENT | sysid;
698 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, int svid, int sysid, off_t size) argument
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c338 dmi_check_system(const struct dmi_system_id *sysid) argument
343 for (res = false, dsi = sysid; dsi->matches[0].slot != 0 ; dsi++) {
/freebsd-12-stable/sys/kern/
H A Dkern_lockf.c180 * POSIX fcntl locks, local file for BSD flock locks or <pid,sysid>
1872 lf_iteratelocks_sysid(int sysid, lf_iterator *fn, void *arg) argument
1893 if (lf->lf_owner->lo_sysid != sysid)
1909 ldesc->fl.l_sysid = sysid;
2010 lf_clearremotesys(int sysid) argument
2013 KASSERT(sysid != 0, ("Can't clear local locks with F_UNLCKSYS"));
2014 lf_iteratelocks_sysid(sysid, lf_clearremotesys_iterator, NULL);
2018 lf_countlocks(int sysid) argument
2028 if (lo->lo_sysid == sysid)
/freebsd-12-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-12-stable/sys/net/
H A Dieee8023ad_lacp.c2067 lacp_format_systemid(const struct lacp_systemid *sysid, argument
2073 ntohs(sysid->lsi_prio),
2074 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));
2092 char sysid[LACP_SYSTEMIDSTR_MAX+1]; local
2096 lacp_format_systemid(&peer->lip_systemid, sysid, sizeof(sysid)),
/freebsd-12-stable/contrib/expat/lib/
H A Dexpat.h305 const XML_Char *sysid,
/freebsd-12-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 277 milliseconds