Home
last modified time | relevance | path

Searched defs:defid (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/msdosfs/
Ddenode.h247 struct defid { struct
248 u_short defid_len; /* length of structure */ argument
249 u_short defid_pad; /* force long alignment */ argument
251 uint32_t defid_dirclust; /* cluster this dir entry came from */ argument
252 uint32_t defid_dirofs; /* offset of entry within the cluster */ argument
/mirbsd/src/sys/dev/ic/
Disp_openbsd.c148 int defid = MAX_FC_TARG; in isp_attach() local