Home
last modified time | relevance | path

Searched refs:shrt (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/lpr/common_source/
Dprintcap.c376 capdb_getaltstr(char *bp, const char *shrt, const char *lng, in capdb_getaltstr() argument
384 status = cgetstr(bp, (char *)/*XXX*/shrt, result); in capdb_getaltstr()
400 capdb_getaltnum(char *bp, const char *shrt, const char *lng, long dflt, in capdb_getaltnum() argument
408 status = cgetnum(bp, (char *)/*XXX*/shrt, result); in capdb_getaltnum()
420 capdb_getaltlog(char *bp, const char *shrt, const char *lng) in capdb_getaltlog() argument
424 if (cgetcap(bp, (char *)/*XXX*/shrt, ':')) in capdb_getaltlog()
/freebsd-10-stable/sys/sparc64/pci/
Dofw_pci.c177 uint16_t shrt; in ofw_pci_read_config_common() local
192 i = bus_space_peek_2(sc->sc_pci_cfgt, bh, offset, &shrt); in ofw_pci_read_config_common()
193 r = shrt; in ofw_pci_read_config_common()