Searched refs:parid (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | lvolume.c | 48 r_makecatkey(&key, parid, name); in v_catsearch() 286 if (parid) in v_resolve() 287 *parid = 0; in v_resolve() 304 if (parid) in v_resolve() 355 if (parid) in v_resolve() 376 if (parid) in v_resolve() 377 *parid = dirid; in v_resolve() 385 if (*path && parid) in v_resolve() 386 *parid = 0; in v_resolve() 502 if (parid == HFS_CNID_ROOTDIR) in v_adjvalence() [all …]
|
H A D | hfs.c | 703 ext->f.parid = 0; in hfs_format() 790 cat->f.parid = 0; in hfs_format() 1497 long parid; local 1573 long parid; local 1581 if (found < 0 || parid == 0) 1589 if (parid == HFS_CNID_ROOTPAR) 1615 long parid; local 1635 if (parid == HFS_CNID_ROOTPAR) 1675 long id, parid; local 1684 if (found < 0 || parid == 0) [all …]
|
H A D | record.c | 395 void r_makecatkey(CatKeyRec *key, long parid, char *name) in r_makecatkey() argument 403 key->ckrParID = parid; in r_makecatkey() 424 void r_unpackdirent(long parid, char *name, CatDataRec *data, hfsdirent *ent) in r_unpackdirent() argument 427 ent->parid = parid; in r_unpackdirent()
|
H A D | hfs.h | 53 long parid; /* CNID of parent directory */ member
|
H A D | low.c | 285 ext->parid = 0; in l_readmdb() 322 cat->parid = 0; in l_readmdb()
|
H A D | internal.h | 240 long parid; /* parent directory ID of this file */ member
|
H A D | file.c | 447 if (v_catsearch(file->vol, file->parid, file->name, 0, 0, &n) <= 0 || in f_flush()
|