/src/sys/arch/sgimips/ioc/ |
ioc.c | 99 u_int32_t sysid; local in function:ioc_attach 111 sysid = bus_space_read_4(sc->sc_iot, sc->sc_ioh, IOC_SYSID) & 0x01; 113 if (sysid) 119 ((sysid & IOC_SYSID_CHIPREV) >> IOC_SYSID_CHIPREV_SHIFT), 120 (sysid & IOC_SYSID_SYSTYPE) ? "Indigo2 (Fullhouse)" : 122 ((sysid & IOC_SYSID_BOARDREV) >> IOC_SYSID_BOARDREV_SHIFT));
|
/src/sys/net/agr/ |
ieee8023ad_lacp_debug.c | 65 lacp_format_systemid(const struct lacp_systemid *sysid, 71 be16toh(sysid->lsi_prio), 72 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf))); 91 char sysid[LACP_SYSTEMIDSTR_MAX+1]; local in function:lacp_format_partner 95 lacp_format_systemid(&peer->lip_systemid, sysid, sizeof(sysid)),
|
/src/sys/arch/sgimips/dev/ |
imc.c | 104 uint32_t sysid; local in function:imc_attach 116 sysid = bus_space_read_4(isc.iot, isc.ioh, IMC_SYSID); 120 isc.eisa_present = (sysid & IMC_SYSID_HAVEISA); 124 printf(": revision %d", (sysid & IMC_SYSID_REVMASK));
|
/src/sys/fs/nfs/nlm/ |
nlm_advlock.c | 526 int sysid, error; local in function:nlm_client_recovery 528 sysid = NLM_SYSID_CLIENT | nlm_host_get_sysid(host); 532 error = lf_iteratelocks_sysid(sysid, 686 * our NLM server, we use a different sysid value to record our own 698 int svid, int sysid, off_t size) 717 newfl.l_sysid = NLM_SYSID_CLIENT | sysid;
|
nlm_prot_impl.c | 93 * Support for sysctl vfs.nlm.sysid 97 static SYSCTL_NODE(_vfs_nlm, OID_AUTO, sysid, CTLFLAG_RW, NULL, ""); 251 char nh_sysid_string[10]; /* (c) string rep. of sysid */ 259 struct sysctl_ctx_list nh_sysctl; /* (c) vfs.nlm.sysid nodes */ 574 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) granted," 672 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) " 697 NLM_DEBUG(2, "NLM: async lock %p for %s (sysid %d) expired," 771 NLM_DEBUG(1, "NLM: host %s (sysid %d) rebooted, new " 813 * Sysctl handler to count the number of locks for a sysid. 827 * Sysctl handler to count the number of client locks for a sysid 1736 uint32_t sysid; local in function:nlm_sm_notify 1869 int error, sysid; local in function:nlm_do_test 1967 int error, sysid; local in function:nlm_do_lock 2156 int error, sysid; local in function:nlm_do_cancel 2246 int error, sysid; local in function:nlm_do_unlock [all...] |