/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | path.h | 57 ino_t ino; member in struct:pathcomp
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.c | 109 uint32_t ino; local 113 ino = (uint32_t)dnp->n_ino; 118 ino = smbfs_hash(ino, &sep, 1); 121 ino = smbfs_hash(ino, name, nmlen); 123 return (ino);
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_intr.c | 51 * associated ino is idled, a new mondo will be sent and the ino will go into 53 * pcmu_intr_wrapper() which normally idles the ino's state machine which would 55 * The loop can be broken by preventing the ino's state machine from being 65 * on this ino is blocked by not idling the interrupt state machine. 89 err_fmt_str = "%s%d: ino 0x%x blocked"; 94 err_fmt_str = "!%s%d: spurious interrupt from ino 0x%x"; 112 * There is a count of unclaimed interrupts kept on a per-ino basis. If at 118 * interrupts on that ino. The state machine will only be idled again if a 175 pcmu_ib_ino_t ino; local 280 pcmu_ib_ino_t ino; local [all...] |
H A D | pcmu_pbm.c | 230 pcmu_ib_ino_t ino = pcmu_p->pcmu_inos[CBNINTR_PBM]; local 231 pcbm_p->pcbm_imr_save = *ib_intr_map_reg_addr(pcmu_p->pcmu_ib_p, ino); 238 pcmu_ib_ino_t ino = pcmu_p->pcmu_inos[CBNINTR_PBM]; local 240 pcmu_ib_nintr_clear(pcmu_p->pcmu_ib_p, ino); 241 *ib_intr_map_reg_addr(pcmu_p->pcmu_ib_p, ino) = pcbm_p->pcbm_imr_save; 250 pcmu_ib_ino_t ino = local 253 pcmu_ib_intr_dist_nintr(pib_p, ino, ib_intr_map_reg_addr(pib_p, ino));
|
H A D | pcmu_cb.c | 66 pcmu_cb_ino_to_map_pa(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino) argument 68 return (pcb_p->pcb_map_pa + ((ino & 0x1f) << 3)); 72 pcmu_cb_ino_to_clr_pa(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino) argument 74 return (pcb_p->pcb_clr_pa + ((ino & 0x1f) << 3)); 78 pcmu_cb_set_nintr_reg(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino, uint64_t value) argument 80 uint64_t pa = pcmu_cb_ino_to_clr_pa(pcb_p, ino); 83 "pci-%x pcmu_cb_set_nintr_reg: ino=%x PA=%016llx\n", 84 pcb_p->pcb_pcmu_p->pcmu_id, ino, pa); 99 pcmu_ib_ino_t ino = PCMU_IB_MONDO_TO_INO(pcmu_p->pcmu_inos[idx]); local 100 pcmu_ib_mondo_t mondo = PCMU_CB_INO_TO_MONDO(pcb_p, ino); 131 pcmu_cb_disable_nintr_reg(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino, int wait) argument 186 pcmu_ib_ino_t ino = pcb_p->pcb_inos[idx]; local 203 pcmu_ib_ino_t ino = pcb_p->pcb_inos[idx]; local 224 pcmu_ib_ino_t ino = pcb_p->pcb_inos[i]; local 262 pcmu_ib_ino_t ino = pcb_p->pcb_inos[i]; local 276 pcmu_ib_ino_t ino = pcb_p->pcb_inos[i]; local [all...] |
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/ |
H A D | ufs_module.c | 98 ufs_ino_t ino; local 111 if ((ino = lookup(filepath)) == 0) { 116 if (fsread_size(ino, NULL, 0, &size) < 0 || size <= 0) { 117 printf("Failed to read size of '%s' ino: %d\n", filepath, ino); 128 read = fsread(ino, buf, size);
|
/illumos-gate/usr/src/lib/pam_modules/timestamp/ |
H A D | pam_timestamp.c | 38 ino_t ino; /* tty inode number */ member in struct:user_info 290 if (info.dev != tty.st_dev || info.ino != tty.st_ino || 388 info.ino = tty.st_ino;
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 104 ino_t ino = statb.st_ino; local 105 (void) snprintf(buf, bufsz, "dev:%lu,%lu ino:%lu", 106 (ulong_t)major(dev), (ulong_t)minor(dev), ino);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfsetbuf.c | 272 { reg int dev, ino; local 274 ino = (int)st.st_ino; 277 ino == (int)st.st_ino)
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | cnex.h | 57 uint64_t ino; /* dev intr number */ member in struct:cnex_intr
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_cb.c | 72 cb_set_nintr_reg(cb_t *cb_p, ib_ino_t ino, uint64_t value) argument 74 uint64_t pa = cb_ino_to_clr_pa(cb_p, ino); 77 "pci-%x cb_set_nintr_reg: ino=%x PA=%016llx\n", 78 cb_p->cb_pci_cmn_p->pci_common_id, ino, pa); 93 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[idx]); local 94 ib_mondo_t mondo = CB_INO_TO_MONDO(cb_p, ino); 99 pa = cb_ino_to_map_pa(cb_p, ino); 106 IB_GET_MAPREG_INO(ino)); 113 cb_p->cb_inos[idx] = ino; 115 cb_set_nintr_reg(cb_p, ino, COMMON_CLEAR_INTR_REG_IDL 125 cb_disable_nintr_reg(cb_t *cb_p, ib_ino_t ino, int wait) argument 161 ib_ino_t ino = cb_p->cb_inos[idx]; local 179 ib_ino_t ino = cb_p->cb_inos[idx]; local 198 ib_ino_t ino = cb_p->cb_inos[i]; local 239 ib_ino_t ino = cb_p->cb_inos[i]; local 253 ib_ino_t ino = cb_p->cb_inos[i]; local [all...] |
H A D | pci_pbm.c | 281 ib_ino_t ino = pci_p->pci_inos[CBNINTR_PBM]; local 282 pbm_p->pbm_imr_save = *ib_intr_map_reg_addr(pci_p->pci_ib_p, ino); 291 ib_ino_t ino = pci_p->pci_inos[CBNINTR_PBM]; local 293 ib_nintr_clear(pci_p->pci_ib_p, ino); 294 *ib_intr_map_reg_addr(pci_p->pci_ib_p, ino) = pbm_p->pbm_imr_save; 305 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[CBNINTR_PBM]); local 308 ib_intr_dist_nintr(ib_p, ino, ib_intr_map_reg_addr(ib_p, ino));
|
H A D | pci_intr.c | 52 * associated ino is idled, a new mondo will be sent and the ino will go into 54 * pci_intr_wrapper() which normally idles the ino's state machine which would 56 * The loop can be broken by preventing the ino's state machine from being 73 /* pil */ /* ino */ 218 * on this ino is blocked by not idling the interrupt state machine. 245 err_fmt_str = "%s%d: ino 0x%x blocked"; 255 err_fmt_str = "!%s%d: spurious interrupt from ino 0x%x"; 274 * There is a count of unclaimed interrupts kept on a per-ino basis. If at 280 * interrupts on that ino 412 ib_ino_t ino; local 458 ib_ino_t ino; local 632 ib_ino_t ino; local [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_ffs.c | 186 int block, off, loc, map, ino = ROOTINO; local 194 if (!devread (fsbtodb (SUPERBLOCK, itod (SUPERBLOCK, ino)), 195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode), 285 ino = dp->d_ino;
|
H A D | fsys_ufs2.c | 210 int block, off, loc, ino = ROOTINO; local 219 if (!devread (fsbtodb (SUPERBLOCK, ino_to_fsba (SUPERBLOCK, ino)), 220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode), 306 ino = dp->d_ino;
|
/illumos-gate/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 251 int ign, ino, level; local 255 ino = POP(DS); 259 " %x\n", ign, ino, level, (int)FALSE);
|
/illumos-gate/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 403 int ign, ino, level; local 407 ino = POP(DS); 413 ign, ino, level, (int)FALSE);
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 61 ino_t ino; /* st_ino of directory */ member in struct:dlist 287 if (rec->ino != buf.st_ino || rec->dev != buf.st_dev) { 374 frame.ino = temp.st_ino; 447 frame.ino != temp.st_ino || 596 } else if (up.st_ino == caller->ino && up.st_dev == caller->dev) { 602 if (frmp->dev == ptr->dev && frmp->ino == ptr->ino) {
|
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/ |
H A D | intr.c | 264 ib_ino_info_t ino; local 280 if (mdb_vread(&ino, sizeof (ib_ino_info_t), 288 (uintptr_t)ino.ino_ipil_p) == -1) { 307 if ((ino.ino_ipil_size > 1) || 335 info.ino_ino = ino.ino_ino; 336 info.mondo = ino.ino_mondo; 338 info.cpuid = ino.ino_cpuid; 351 } while (mdb_vread(&ino, sizeof (ib_ino_info_t), 352 (uintptr_t)ino.ino_next_p) != -1); 359 px_ino_t ino; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_xdr.c | 400 uint_t ino, off; local 415 ino = (uint_t)dp->d_ino; 425 !xdr_u_int(xdrs, &ino) ||
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | inspect.c | 153 Addr ino = (Addr)status->st_ino; local 187 if ((ent = get_hash(tbl, ino, 0, 209 * Assign this object to the original ino hash entry. 659 Addr ino = (Addr)status->st_ino; local 668 if ((ent = get_hash(tbl, ino, 0, HASH_FND_ENT)) == NULL)
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | interactive.c | 71 ino_t ino; local 105 ino = dirlookup(name); 106 if (ino == 0) 110 treescan(name, ino, addfile); 120 ino = dirlookup(name); 121 if (ino == 0) 123 if (inodetype(ino) == LEAF) { 200 ino = dirlookup(name); 201 if (ino == 0) 203 printlist(name, ino, curdi [all...] |
H A D | main.c | 83 ino_t ino; local 458 ino = dirlookup(name); 459 if (ino == 0) 461 treescan(name, ino, listfile); 477 ino = dirlookup(name); 478 if (ino == 0) 485 ino = dirlookup(fname); 486 if (ino != 0) { 488 treescan(fname, ino, 498 ino [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 66 ino_t ino; member in struct:link 479 if ((statbuf.st_ino == link->ino) && 501 new->ino = statbuf.st_ino;
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_xdr.c | 409 uint_t ino, off; local 422 ino = (uint_t)dp->d_ino; 432 !xdr_u_int(xdrs, &ino) ||
|