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

  /src/sys/dev/raidframe/
rf_etimer.h 39 struct timeval et; member in struct:RF_Etimer_s
51 getmicrouptime(&(_t_).et); \
56 RF_TIMEVAL_DIFF(&(_t_).st, &(_t_).et, &(_t_).diff) \
  /src/sys/external/bsd/drm2/dist/drm/
drm_file.c 215 struct drm_pending_event *e, *et; local in function:drm_events_release
221 list_for_each_entry_safe(e, et, &file_priv->pending_event_list,
228 list_for_each_entry_safe(e, et, &file_priv->event_list, link) {
  /src/usr.bin/who/
who.c 108 int et = 0; local in function:main
118 et = -1;
122 et |= (1 << BOOT_TIME);
125 et |= (1 << DEAD_PROCESS);
131 et |= (1 << LOGIN_PROCESS);
137 et |= (1 << INIT_PROCESS);
143 et |= (1 << RUN_LVL);
152 et |= (1 << NEW_TIME);
168 if (et != 0)
169 etype = et;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_nv50.c 628 const struct nvkm_enum *ec, *et; local in function:nv50_disp_intr_error
630 et = nvkm_enum_find(nv50_disp_intr_error_type, type);
635 type, et ? et->name : "", code, ec ? ec->name : "",
  /src/usr.sbin/mrinfo/
mrinfo.c 322 struct timeval et; local in function:main
424 gettimeofday(&et, 0);
425 et.tv_sec += timeout;
442 tv.tv_sec = et.tv_sec - now.tv_sec;
443 tv.tv_usec = et.tv_usec - now.tv_usec;
471 gettimeofday(&et, 0);
472 et.tv_sec += timeout;
  /src/sys/arch/emips/ebus/
if_le_ebus.c 145 struct _Enic *et = (struct _Enic *)d->ia_vaddr; local in function:enic_match
149 if ((et == NULL) || (et->Tag != PMTTAG_ETHERNET))
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 227 * the host FS. ET phones home only from the root node of rumpfs.
248 ettype_to_vtype(enum rump_etfs_type et)
252 switch (et) {
269 panic("invalid et type: %d", et);
307 struct etfs *et; local in function:etfs_find
312 LIST_FOREACH(et, &etfs_list, et_entries) {
313 if ((keylen == et->et_keylen || et->et_prefixkey || forceprefix)
314 && strncmp(key, et->et_key, et->et_keylen) == 0)
331 struct etfs *et; local in function:etfsregister
429 struct etfs *et; local in function:etfsremove
648 struct etfs *et; local in function:rump_vop_parsepath
682 struct etfs *et; local in function:rump_vop_lookup
    [all...]
  /src/sys/dev/pcmcia/
if_ray.c 1060 uint16_t et; local in function:ray_intr_start
1136 et = ntohs(eh->ether_type);
1139 if (et <= ETHERMTU) {
1145 } else if (et > ETHERMTU) {
1182 if ((ifp->if_flags & IFF_LINK0) == 0 && et > ETHERMTU)

Completed in 17 milliseconds