Lines Matching defs:of

11  * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
16 * 3. All advertising materials mentioning features or use of this software
19 * 4. The name of TooLs GmbH may not be used to endorse or promote products
44 * and retain this copyright notice and list of conditions as
47 * 2) No right is granted to use any trade name, trademark, or logo of
49 * Corporation" name nor any trademark or logo of Digital Equipment
51 * from this software without the prior written permission of
56 * of merchantability, fitness for a particular purpose, or
60 * incidental damages or damages for lost profits, loss of
61 * revenue or loss of use, whether such damages arise in contract,
63 * even if advised of the possibility of such damage.
121 struct ofrtc_softc *of = device_private(self);
127 of->sc_phandle = oba->oba_phandle;
128 of->sc_ihandle = 0;
129 if ((l = OF_getprop(of->sc_phandle, "name", name,
136 if (!of->sc_ihandle) {
137 if ((l = OF_package_to_path(of->sc_phandle, path,
145 if (!(of->sc_ihandle = OF_open(path))) {
151 of->sc_todr.todr_gettime_ymdhms = ofrtc_gettod;
152 of->sc_todr.todr_settime_ymdhms = ofrtc_settod;
153 of->sc_todr.cookie = of;
154 todr_attach(&of->sc_todr);
161 struct ofrtc_softc *of = tch->cookie;
172 if (OF_call_method("get-time", of->sc_ihandle, 0, 6,
190 struct ofrtc_softc *of = tch->cookie;
200 if (OF_call_method("set-time", of->sc_ihandle, 6, 0,