| /src/usr.bin/fstat/ |
| fstat.h | 33 ino_t fileid; member in struct:filestat
|
| /src/sys/miscfs/procfs/ |
| procfs_map.c | 121 long fileid; local 154 fileid = 0; 162 fileid = va.va_fileid; 179 (unsigned long long)minor(dev), fileid, "", path);
|
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 42 CREATE DOMAIN fileid AS int8 NOT NULL CHECK(VALUE > 0); domain 59 fileid fileid PRIMARY KEY, 74 fileid fileid PRIMARY KEY, -- REFERENCES file 82 parent_fileid fileid NOT NULL, -- REFERENCES file, 85 child_fileid fileid NOT NULL, -- REFERENCES file, 93 INSERT INTO file (fileid, type, mode, uid, gid, nlink, rev,
|
| pgfs_puffs.c | 88 fileid_t fileid = cookie_to_fileid(opc); local 91 DPRINTF("%llu\n", fileid); 92 lock = fileid_lock(fileid, puffs_cc_getcc(pu)); 95 error = getattr(xc, fileid, va, GETATTR_ALL); 467 fileid_t fileid = cookie_to_fileid(opc); local 473 DPRINTF("%llu append sz %zu\n", fileid, *resid); 475 DPRINTF("%llu off %" PRIu64 " sz %zu\n", fileid, 478 lock = fileid_lock(fileid, puffs_cc_getcc(pu)); 481 error = update_mctime(xc, fileid); 485 error = lo_open_by_fileid(xc, fileid, INV_WRITE, &fd) 541 fileid_t fileid = cookie_to_fileid(opc); local 635 fileid_t fileid = cookie_to_fileid(opc); local 722 fileid_t fileid = cookie_to_fileid(opc); local 759 fileid_t fileid = cookie_to_fileid(opc); local 1093 fileid_t fileid = cookie_to_fileid(opc); local 1125 fileid_t fileid = cookie_to_fileid(opc); local 1155 fileid_t fileid = cookie_to_fileid(opc); local [all...] |
| pgfs_subs.c | 123 fileid_t fileid; member in struct:fileid_lock_handle 133 * fileid_lock: serialize requests for the fileid. 139 fileid_lock(fileid_t fileid, struct puffs_cc *cc) 144 if (lock->fileid == fileid) { 145 DPRINTF("fileid wait %" PRIu64 " cc %p\n", fileid, cc); 153 lock->fileid = fileid; 155 DPRINTF("fileid lock %" PRIu64 " cc %p\n", lock->fileid, cc) 743 fileid_t fileid; local [all...] |
| /src/sys/fs/msdosfs/ |
| msdosfs_vnops.c | 259 ino_t fileid; local 264 * The following computation of the fileid must be the same as that 269 fileid = cntobn(pmp, (ino_t)dep->de_StartCluster) * dirsperblk; 271 fileid = 1; 273 fileid = cntobn(pmp, (ino_t)dep->de_dirclust) * dirsperblk; 275 fileid = roottobn(pmp, 0) * dirsperblk; 276 fileid += dep->de_diroffset / sizeof(struct direntry); 278 vap->va_fileid = fileid;
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_module.c | 1417 int fileid; local 1445 for (fileid = kldnext(0); fileid > 0; fileid = kldnext(fileid)) { 1448 if (kldstat(fileid, &k_stat) == 0)
|
| /src/external/gpl2/mkhybrid/dist/ |
| apple.h | 335 byte fileid[4]; member in struct:__anon9485
|
| /src/external/gpl3/binutils/dist/include/vms/ |
| dst.h | 171 unsigned char fileid[2]; member in struct:vms_dst_src_decl_src
|
| /src/external/gpl3/binutils.old/dist/include/vms/ |
| dst.h | 171 unsigned char fileid[2]; member in struct:vms_dst_src_decl_src
|
| /src/external/gpl3/gdb/dist/include/vms/ |
| dst.h | 171 unsigned char fileid[2]; member in struct:vms_dst_src_decl_src
|
| /src/external/gpl3/gdb.old/dist/include/vms/ |
| dst.h | 171 unsigned char fileid[2]; member in struct:vms_dst_src_decl_src
|
| /src/external/bsd/am-utils/dist/include/ |
| am_xdr_func.h | 195 am_fileid3 fileid; member in struct:am_fattr3 837 am_fileid3 fileid; member in struct:am_entryplus3 882 am_fileid3 fileid; member in struct:am_entry3
|
| /src/external/gpl3/binutils/dist/bfd/ |
| vms-alpha.c | 4555 unsigned int fileid 4562 if (fileid >= module->file_table_count) 4565 module->file_table_count += fileid; 4573 fileid * sizeof (struct fileinfo)); 4576 module->file_table [fileid].name = filename; 4577 module->file_table [fileid].srec = 1; 4579 fileid, module->file_table [fileid].name)); 7968 "fileid: %u\n"), 7970 (unsigned)bfd_getl16 (src->fileid)); 4547 unsigned int fileid local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| vms-alpha.c | 4542 unsigned int fileid 4549 if (fileid >= module->file_table_count) 4552 module->file_table_count += fileid; 4560 fileid * sizeof (struct fileinfo)); 4563 module->file_table [fileid].name = filename; 4564 module->file_table [fileid].srec = 1; 4566 fileid, module->file_table [fileid].name)); 7953 "fileid: %u\n"), 7955 (unsigned)bfd_getl16 (src->fileid)); 4534 unsigned int fileid local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| vms-alpha.c | 4542 unsigned int fileid 4549 if (fileid >= module->file_table_count) 4552 module->file_table_count += fileid; 4560 fileid * sizeof (struct fileinfo)); 4563 module->file_table [fileid].name = filename; 4564 module->file_table [fileid].srec = 1; 4566 fileid, module->file_table [fileid].name)); 7953 "fileid: %u\n"), 7955 (unsigned)bfd_getl16 (src->fileid)); 4534 unsigned int fileid local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| vms-alpha.c | 4548 unsigned int fileid 4555 if (fileid >= module->file_table_count) 4558 module->file_table_count += fileid; 4566 fileid * sizeof (struct fileinfo)); 4569 module->file_table [fileid].name = filename; 4570 module->file_table [fileid].srec = 1; 4572 fileid, module->file_table [fileid].name)); 7955 "fileid: %u\n"), 7957 (unsigned)bfd_getl16 (src->fileid)); 4540 unsigned int fileid local [all...] |