Home
last modified time | relevance | path

Searched refs:sysid (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Ddmi.h46 #define dmi_check_system(sysid) linux_dmi_check_system(sysid) argument
48 #define dmi_first_match(sysid) linux_dmi_first_match(sysid) argument
49 #define dmi_get_system_info(sysid) linux_dmi_get_system_info(sysid) argument
/freebsd-14.2/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-14.2/contrib/expat/tests/
H A Ddummy.c74 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_handler() argument
78 UNUSED_P(sysid); in dummy_start_doctype_handler()
238 const XML_Char *sysid, const XML_Char *pubid, in dummy_start_doctype_decl_handler() argument
242 UNUSED_P(sysid); in dummy_start_doctype_decl_handler()
H A Ddummy.h78 const XML_Char *sysid,
137 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
/freebsd-14.2/sys/nlm/
H A Dnlm_prot_impl.c1703 uint32_t sysid; in nlm_sm_notify() local
1707 memcpy(&sysid, &argp->priv, sizeof(sysid)); in nlm_sm_notify()
1833 int error, sysid; in nlm_do_test() local
1851 sysid = host->nh_sysid; in nlm_do_test()
1871 fl.l_sysid = sysid; in nlm_do_test()
1931 int error, sysid; in nlm_do_lock() local
1978 fl.l_sysid = sysid; in nlm_do_lock()
2120 int error, sysid; in nlm_do_cancel() local
2157 fl.l_sysid = sysid; in nlm_do_cancel()
2210 int error, sysid; in nlm_do_unlock() local
[all …]
H A Dnlm_advlock.c525 int sysid, error; in nlm_client_recovery() local
527 sysid = NLM_SYSID_CLIENT | nlm_host_get_sysid(host); in nlm_client_recovery()
531 error = lf_iteratelocks_sysid(sysid, in nlm_client_recovery()
697 int svid, int sysid, off_t size) in nlm_record_lock() argument
716 newfl.l_sysid = NLM_SYSID_CLIENT | sysid; in nlm_record_lock()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c133 linux_dmi_check_system(const struct dmi_system_id *sysid) in linux_dmi_check_system() argument
138 for (dsi = sysid; dsi->matches[0].slot != 0; dsi++) { in linux_dmi_check_system()
/freebsd-14.2/sys/contrib/device-tree/src/nios2/
H A D10m50_devboard.dts78 sysid: sysid@18001528 { label
79 compatible = "altr,sysid-1.0";
/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_advlock.c90 xo_emit("{:sysid/%5d} ", a->sysid); in procstat_advlocks()
/freebsd-14.2/sys/kern/
H A Dkern_lockf.c1858 lf_iteratelocks_sysid(int sysid, lf_iterator *fn, void *arg) in lf_iteratelocks_sysid() argument
1879 if (lf->lf_owner->lo_sysid != sysid) in lf_iteratelocks_sysid()
1895 ldesc->fl.l_sysid = sysid; in lf_iteratelocks_sysid()
1998 lf_clearremotesys(int sysid) in lf_clearremotesys() argument
2001 KASSERT(sysid != 0, ("Can't clear local locks with F_UNLCKSYS")); in lf_clearremotesys()
2002 lf_iteratelocks_sysid(sysid, lf_clearremotesys_iterator, NULL); in lf_clearremotesys()
2006 lf_countlocks(int sysid) in lf_countlocks() argument
2016 if (lo->lo_sysid == sysid) in lf_countlocks()
/freebsd-14.2/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp283 const XML_Char *sysid, const XML_Char *pubid, in StartDoctypeDeclHandler() argument
287 TouchString(sysid); in StartDoctypeDeclHandler()
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_os_freebsd.c334 dmi_check_system(const struct dmi_system_id *sysid) in dmi_check_system() argument
339 for (res = false, dsi = sysid; dsi->matches[0].slot != 0 ; dsi++) { in dmi_check_system()
/freebsd-14.2/contrib/expat/xmlwf/
H A Dxmlwf.c324 const XML_Char *sysid, const XML_Char *publid, in startDoctypeDecl() argument
327 UNUSED_P(sysid); in startDoctypeDecl()
688 const XML_Char *sysid, const XML_Char *pubid, in metaStartDoctypeDecl() argument
693 UNUSED_P(sysid); in metaStartDoctypeDecl()
/freebsd-14.2/sys/net/
H A Dieee8023ad_lacp.c2102 lacp_format_systemid(const struct lacp_systemid *sysid, in lacp_format_systemid() argument
2108 ntohs(sysid->lsi_prio), in lacp_format_systemid()
2109 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf))); in lacp_format_systemid()
2127 char sysid[LACP_SYSTEMIDSTR_MAX+1]; in lacp_format_partner() local
2131 lacp_format_systemid(&peer->lip_systemid, sysid, sizeof(sysid)), in lacp_format_partner()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h179 int sysid; member
H A Dlibprocstat.c2730 a->sysid = kl->kl_sysid; in procstat_getadvlock_sysctl()
/freebsd-14.2/contrib/expat/lib/
H A Dexpat.h335 const XML_Char *sysid,
/freebsd-14.2/contrib/expat/
H A DChanges1666 sysid, pubid, has_internal_subset
/freebsd-14.2/contrib/tzdata/
H A Dbackzone55 # http://gaz.ncl.edu.tw/detail.jsp?sysid=E1091792 the document from