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

  /src/sys/fs/hfs/
hfs.h 87 hfs_cnid_t cnid; member in struct:hfsnode::__anon458a01ca010a::__anon458a01ca0208
92 * We cache this vnode's parent CNID here upon vnode creation (i.e., during
libhfs.h 115 } hfs_special_cnid; /* special CNID values */
345 hfs_cnid_t cnid; member in struct:__anon46ade0a11d08
362 hfs_cnid_t cnid; member in struct:__anon46ade0a11e08
  /src/sys/dev/hdaudio/
hdafg.c 476 int cnid, addcnid, prevcnid; local in function:hdafg_widget_connection_parse
501 cnid = CONN_CNID(res, entnum, j);
502 if (cnid == 0) {
504 hda_error(sc, "WARNING: zero cnid\n");
509 if (cnid < sc->sc_startnode || cnid >= sc->sc_endnode)
510 hda_debug(sc, "ghost nid=%02X\n", cnid);
512 addcnid = cnid;
513 else if (prevcnid == 0 || prevcnid >= cnid) {
515 addcnid = cnid;
    [all...]

Completed in 14 milliseconds