HomeSort by: relevance | last modified time | path
    Searched defs:otp (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm-cygnus.dtsi 108 otp: otp@301c800 { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
stingray.dtsi 266 otp: otp@1c400 { label in label:crmu
  /src/usr.bin/rdist/
docmd.c 487 char *otp; local in function:rcmptime
497 otp = tp;
506 tp = otp;
515 tp = otp;
server.c 338 char *otp, *cp; local in function:sendf
405 otp = tp;
416 tp = otp;
429 tp = otp;
1231 char *otp; local in function:clean
1247 otp = tp;
1257 tp = otp;
1290 tp = otp;
1305 char *otp; local in function:removeit
1326 otp = tp
    [all...]
  /src/usr.bin/showmount/
showmount.c 274 struct mountlist *mp, **otp, *tp; local in function:xdr_mntdump
278 otp = NULL;
334 otp = &tp->ml_left;
337 otp = &tp->ml_right;
341 *otp = mp;
  /src/sys/arch/sgimips/dev/
scn.c 616 struct tty *otp; /* other channel tty struct */ local in function:scn_config
628 otp = ocp->tty;
645 if (otp && (otp->t_state & TS_ISOPEN)) {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
px30.dtsi 757 otp: nvmem@ff290000 { label
758 compatible = "rockchip,px30-otp";
762 clock-names = "otp", "apb_pclk", "phy";
1413 tsadc_otp_pin: tsadc-otp-pin {
1418 tsadc_otp_out: tsadc-otp-out {
  /src/usr.bin/xlint/lint1/
tree.c 493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
496 unsigned old_width = width_in_bits(otp);
498 bool old_unsigned = is_uinteger(otp->t_tspec);
1635 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local in function:is_cast_redundant
1636 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec;
1642 unsigned int nw = width_in_bits(ntp), ow = width_in_bits(otp);
1656 if (!ntp->t_subt->t_const && otp->t_subt->t_const)
1658 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
1662 otp->t_subt->t_tspec == VOID ||
1663 types_compatible(ntp->t_subt, otp->t_subt
3572 const type_t *otp = tn->tn_type; local in function:promote
3897 const type_t *otp = tn->tn_type; local in function:convert_pointer_from_pointer
    [all...]

Completed in 20 milliseconds