Home
last modified time | relevance | path

Searched refs:readval (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/forth/
H A Dcheck-password.4th42 create readval readmax allot \ input obtained (up to readmax characters)
92 0 readval readmax cfill
125 readlen @ 1+ dup readlen ! 1- readval + c!
142 2dup readval readlen @ compare 0<>
153 readval readlen @ s" kern.geom.eli.passphrase" setenv
172 2dup readval readlen @ compare 0= if \ Correct password?
/titanic_53/usr/src/uts/common/io/ntxn/
H A Dniu.c100 unm_crbword_t *readval) in unm_niu_gbe_phy_read() argument
158 UNM_NIU_GB_MII_MGMT_STATUS(0), readval, 4); in unm_niu_gbe_phy_read()
H A Dunm_nic_hw.c56 long reg, unm_crbword_t *readval);
1908 __uint32_t *readval) in unm_nic_phy_read() argument
1914 ret = unm_niu_gbe_phy_read(adapter, reg, readval); in unm_nic_phy_read()
H A Dunm_nic.h755 long reg, unm_crbword_t *readval);