Searched refs:resets (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/mips/mediatek/
H A Dfdt_reset.c45 * Loop through all the tuples in the resets= property for a device, asserting
49 * trying with any other resets in the list. Return ENXIO if any errors were
58 uint32_t *resets; local
62 ncells = OF_getencprop_alloc(rnode, "resets", sizeof(*resets),
63 (void **)&resets);
65 device_printf(consumer, "Warning: No resets specified in fdt "
71 resetdev = OF_device_from_xref(resets[i]);
72 resetnum = resets[i + 1];
93 OF_prop_free(resets);
[all...]
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h112 int resets; member in struct:cpsw_softc::__anon5175
H A Dif_cpsw.c2273 ++sc->watchdog.resets;
2691 SYSCTL_ADD_INT(ctx, parent, OID_AUTO, "resets",
2692 CTLFLAG_RD, &sc->watchdog.resets, 0,
2693 "Total number of watchdog resets");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h788 u_int32 resets; /* number of resets on this trap */ member in struct:info_trap
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c680 printf("offsetof(resets) = %d\n",
681 (int) offsetof(struct info_trap, resets));
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh833 /* Whatever resets it. */
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2415 fprintf(fp, "sequence %d, number of resets %ld\n",
2416 ntohs(it->sequence), (long)ntohl(it->resets));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c2203 it->resets = htonl((u_int32)tr->tr_resets);
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2792 % of an alignment entry. Note that \everycr resets \everytab.
4417 % entry, and \donoderef resets it to empty.
6550 % \epsfbox itself resets \epsf?size at each figure.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2691 % of an alignment entry. Note that \everycr resets \everytab.
4315 % entry, and \donoderef resets it to empty.
6421 % \epsfbox itself resets \epsf?size at each figure.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3895 % of an alignment entry. \everycr resets \everytab so we don't have to
5752 % entry, and \donoderef resets it to empty.
8485 % \epsfbox itself resets \epsf?size at each figure.
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h5756 * Description: This command resets a hardware function (PCIe function) and
30203 uint8_t resets; member in struct:hwrm_struct_data_dcbx_feature_state
[all...]

Completed in 337 milliseconds