/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dmi.h | 46 #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/sys/sys/ |
H A D | lockf.h | 126 int lf_iteratelocks_sysid(int sysid, lf_iterator *, void *); 128 int lf_countlocks(int sysid); 129 void lf_clearremotesys(int sysid);
|
/freebsd/contrib/expat/tests/ |
H A D | dummy.c | 74 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 D | dummy.h | 78 const XML_Char *sysid, 137 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 87 static SYSCTL_NODE(_vfs_nlm, OID_AUTO, sysid, 1120 nlm_find_host_by_sysid(int sysid) in nlm_find_host_by_sysid() argument 1125 if (host->nh_sysid == sysid) { in nlm_find_host_by_sysid() 1731 uint32_t sysid; in nlm_sm_notify() local 1735 memcpy(&sysid, &argp->priv, sizeof(sysid)); in nlm_sm_notify() 1736 host = nlm_find_host_by_sysid(sysid); in nlm_sm_notify() 1861 int error, sysid; in nlm_do_test() local 1879 sysid = host->nh_sysid; in nlm_do_test() 1899 fl.l_sysid = sysid; in nlm_do_test() 1959 int error, sysid; in nlm_do_lock() local [all …]
|
H A D | nlm_advlock.c | 524 int sysid, error; in nlm_client_recovery() local 526 sysid = NLM_SYSID_CLIENT | nlm_host_get_sysid(host); in nlm_client_recovery() 530 error = lf_iteratelocks_sysid(sysid, in nlm_client_recovery() 696 int svid, int sysid, off_t size) in nlm_record_lock() argument 715 newfl.l_sysid = NLM_SYSID_CLIENT | sysid; in nlm_record_lock()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_dmi.c | 133 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/sys/contrib/device-tree/src/nios2/ |
H A D | 10m50_devboard.dts | 78 sysid: sysid@18001528 { label 79 compatible = "altr,sysid-1.0";
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_advlock.c | 90 xo_emit("{:sysid/%5d} ", a->sysid); in procstat_advlocks()
|
/freebsd/sys/kern/ |
H A D | kern_lockf.c | 1856 lf_iteratelocks_sysid(int sysid, lf_iterator *fn, void *arg) in lf_iteratelocks_sysid() argument 1877 if (lf->lf_owner->lo_sysid != sysid) in lf_iteratelocks_sysid() 1893 ldesc->fl.l_sysid = sysid; in lf_iteratelocks_sysid() 1996 lf_clearremotesys(int sysid) in lf_clearremotesys() argument 1999 KASSERT(sysid != 0, ("Can't clear local locks with F_UNLCKSYS")); in lf_clearremotesys() 2000 lf_iteratelocks_sysid(sysid, lf_clearremotesys_iterator, NULL); in lf_clearremotesys() 2004 lf_countlocks(int sysid) in lf_countlocks() argument 2014 if (lo->lo_sysid == sysid) in lf_countlocks()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.c | 334 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/contrib/expat/xmlwf/ |
H A D | xmlwf.c | 324 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/sys/net/ |
H A D | ieee8023ad_lacp.c | 2104 lacp_format_systemid(const struct lacp_systemid *sysid, in lacp_format_systemid() argument 2110 ntohs(sysid->lsi_prio), in lacp_format_systemid() 2111 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf))); in lacp_format_systemid() 2129 char sysid[LACP_SYSTEMIDSTR_MAX+1]; in lacp_format_partner() local 2133 lacp_format_systemid(&peer->lip_systemid, sysid, sizeof(sysid)), in lacp_format_partner()
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.h | 179 int sysid; member
|
H A D | libprocstat.c | 2709 a->sysid = kl->kl_sysid; in procstat_getadvlock_sysctl()
|
/freebsd/contrib/expat/lib/ |
H A D | expat.h | 335 const XML_Char *sysid,
|
/freebsd/contrib/expat/ |
H A D | Changes | 1547 sysid, pubid, has_internal_subset
|
/freebsd/contrib/tzdata/ |
H A D | backzone | 55 # http://gaz.ncl.edu.tw/detail.jsp?sysid=E1091792 the document from
|