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

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
lvolume.c 276 long dirid; local
293 dirid = (*vol)->cwd; /* relative path */
300 found = v_getdthread(*vol, dirid, data, 0);
315 dirid = HFS_CNID_ROOTPAR; /* absolute path */
342 found = v_getdthread(*vol, dirid, data, 0);
346 dirid = data->u.dthd.thdParID;
351 found = v_getdthread(*vol, dirid, data, 0);
377 *parid = dirid;
379 found = v_catsearch(*vol, dirid, name, data, fname, np);
400 dirid = data->u.dir.dirDirID
    [all...]
internal.h 285 long dirid; /* directory ID of interest (or 0) */ member in struct:_hfsdir_
  /src/sys/arch/xen/xenbus/
xenbus_probe.c 549 char **dirt, **dirid; local
569 &dirid_n, &dirid);
577 dirt[type], dirid[id]);
583 xenbus_directory_free(dirid_n, dirid);

Completed in 23 milliseconds