HomeSort by relevance Sort by last modified time
    Searched refs:ino (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/uts/common/sys/
objfs.h 45 #define OBJFS_MODID(ino) \
46 ((ino) & 0xffffffff)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
pair.c 30 * ino | n | keyoff | datoff | keyoff |
42 * of entries (ino[0]) is zero, the offset to the END of
44 * nth (ino[ino[0]]) entry's offset.
53 register short *ino = (short *) pag; local
55 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
69 register short *ino = (short *) pag; local
71 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ
96 register short *ino = (short *) pag; local
112 register short *ino = (short *) pag; local
124 register short *ino = (short *) pag; local
134 register short *ino = (short *) pag; local
153 register short *ino = (short *) pag; local
225 register short *ino = (short *) pag; local
245 register short *ino = (short *) cur; local
282 register short *ino = (short *) pag; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/pcicmu/
pcmu_cb.c 66 pcmu_cb_ino_to_map_pa(pcmu_cb_t *pcb_p, pcmu_ib_ino_t ino)
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)
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)
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);
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...]
pcmu_ib.c 123 pcmu_ib_intr_enable(pcmu_t *pcmu_p, pcmu_ib_ino_t ino)
126 pcmu_ib_mondo_t mondo = PCMU_IB_INO_TO_MONDO(pib_p, ino);
127 volatile uint64_t *imr_p = ib_intr_map_reg_addr(pib_p, ino);
137 "pcmu_ib_intr_enable: ino=%x cpu_id=%x\n", ino, cpu_id);
140 PCMU_IB_INO_INTR_CLEAR(ib_clear_intr_reg_addr(pib_p, ino));
150 pcmu_ib_intr_disable(pcmu_ib_t *pib_p, pcmu_ib_ino_t ino, int wait)
152 volatile uint64_t *imr_p = ib_intr_map_reg_addr(pib_p, ino);
153 volatile uint64_t *state_reg_p = PCMU_IB_INO_INTR_STATE_REG(pib_p, ino);
171 while (PCMU_IB_INO_INTR_PENDING(state_reg_p, ino) && !panicstr)
239 pcmu_ib_ino_t ino = ino_p->pino_ino; local
381 pcmu_ib_ino_t ino; local
499 pcmu_ib_ino_t ino = ino_p->pino_ino; local
588 pcmu_ib_ino_t ino = ino_p->pino_ino; local
    [all...]
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...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pci_cb.c 72 cb_set_nintr_reg(cb_t *cb_p, ib_ino_t ino, uint64_t value)
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_IDLE)
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...]
pci_ib.c 147 ib_intr_enable(pci_t *pci_p, ib_ino_t ino)
150 ib_mondo_t mondo = IB_INO_TO_MONDO(ib_p, ino);
151 volatile uint64_t *imr_p = ib_intr_map_reg_addr(ib_p, ino);
161 IB_GET_MAPREG_INO(ino));
164 "ib_intr_enable: ino=%x cpu_id=%x\n", ino, cpu_id);
167 IB_INO_INTR_CLEAR(ib_clear_intr_reg_addr(ib_p, ino));
177 ib_intr_disable(ib_t *ib_p, ib_ino_t ino, int wait)
179 volatile uint64_t *imr_p = ib_intr_map_reg_addr(ib_p, ino);
180 volatile uint64_t *state_reg_p = IB_INO_INTR_STATE_REG(ib_p, ino);
281 ib_ino_t ino = ino_p->ino_ino; local
468 ib_ino_t ino; local
659 ib_ino_t ino = ino_p->ino_ino; local
731 ib_ino_t ino = ino_p->ino_ino; local
    [all...]
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
67 * handler for a given INO will execute. This table is for onboard
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 a
412 ib_ino_t ino; local
458 ib_ino_t ino; local
632 ib_ino_t ino; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/pci/
pci_ib.h 85 uint_t ib_max_ino; /* largest supported INO */
86 ib_ino_info_t *ib_ino_lst; /* ino link list */
87 kmutex_t ib_ino_lst_mutex; /* mutex for ino link list */
96 #define PCI_INO_BITS 6 /* INO#s are 6 bits long */
100 * ih structure: one per every consumer of each ino and pil pair with interrupt
123 * ino_pil structure: one per each ino and pil pair with interrupt registered
126 ushort_t ipil_pil; /* PIL for this ino */
136 * ino structure: one per each ino with interrupt registered
139 ib_ino_t ino_ino; /* INO number - 8 bit *
    [all...]
pci_chip.h 58 extern uint64_t *ib_intr_map_reg_addr(ib_t *ib_p, ib_ino_t ino);
59 extern uint64_t *ib_clear_intr_reg_addr(ib_t *ib_p, ib_ino_t ino);
66 extern uint64_t cb_ino_to_map_pa(cb_t *cb_p, ib_ino_t ino);
67 extern uint64_t cb_ino_to_clr_pa(cb_t *cb_p, ib_ino_t ino);
69 ib_ino_t ino, ib_mondo_t mondo);
88 extern void pci_pbm_dma_sync(pbm_t *pbm_p, ib_ino_t ino);
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
pcmu_ib.h 41 * The following structure represents an interrupt entry for an INO.
55 * ino structure : one per CMU-CH ino with interrupt registered
59 pcmu_ib_ino_t pino_ino; /* INO number - 8 bit */
66 volatile uint64_t *pino_clr_reg; /* ino interrupt clear register */
67 volatile uint64_t *pino_map_reg; /* ino interrupt mapping register */
69 uint32_t pino_pil; /* PIL for this ino */
72 int pino_established; /* ino has been associated with a cpu */
73 uint32_t pino_cpuid; /* cpu that ino is targeting */
74 int32_t pino_intr_weight; /* intr weight of devices sharing ino */
    [all...]
pcmu_cb.h 61 #define PCMU_CB_INO_TO_MONDO(pcb_p, ino) \
62 ((pcb_p)->pcb_ign << PCMU_INO_BITS | (ino))
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
cluster.h 34 typedef int (cluster_cb)(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, void *data);
ntfscluster.c 387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino)
395 utils_inode_get_name(ino, buffer, sizeof(buffer));
399 ctx = ntfs_attr_get_search_ctx(ino, NULL);
429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr,
434 if (!ino || !attr || !run)
443 utils_inode_get_name(ino, buffer, MAX_PATH);
444 ntfs_log_info("Inode %llu %s", (unsigned long long)ino->mft_no, buffer);
446 utils_attr_get_name(ino->vol, attr, buffer, MAX_PATH);
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run,
461 if (!ino || !attr || !run || !data
485 ntfs_inode *ino = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumptraverse.c 51 if (ino != 0) {
55 map += (ino / NBBY);
58 bits >>= (ino % NBBY);
59 resetino(ino);
62 while (ino < maxino) {
63 if ((ino % NBBY) == 0) {
69 ino++;
74 if ((ino >= UFSROOTINO) && (bits & 1)) {
79 if (!(fn == add && BIT(ino, nodmap)))
80 (*fn)(getino(ino));
154 ino_t ino; member in struct:shcount
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/modules/intr/
intr.c 172 ib_ino_info_t ino; local
188 if (mdb_vread(&ino, sizeof (ib_ino_info_t),
196 (uintptr_t)ino.ino_ipil_p) == -1) {
215 if ((ino.ino_ipil_size > 1) ||
243 info.ino_ino = ino.ino_ino;
244 info.mondo = ino.ino_mondo;
246 info.cpuid = ino.ino_cpuid;
259 } while (mdb_vread(&ino, sizeof (ib_ino_info_t),
260 (uintptr_t)ino.ino_next_p) != -1);
267 px_ino_t ino; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/px/
px_ib.h 49 px_ino_t *ib_ino_lst; /* ino link list */
50 kmutex_t ib_ino_lst_mutex; /* mutex for ino link list */
58 * ih structure: one per every consumer of each ino and pil pair with interrupt
84 * ino_pil structure: one per each ino and pil pair with interrupt registered
87 ushort_t ipil_pil; /* pil for this ino */
97 * ino structure: one per each ino with interrupt registered
100 devino_t ino_ino; /* INO number - 8 bit */
105 cpuid_t ino_cpuid; /* current cpu for this ino */
106 cpuid_t ino_default_cpuid; /* default cpu for this ino */
    [all...]
px_ib.c 115 px_ib_intr_enable(px_t *px_p, cpuid_t cpu_id, devino_t ino)
126 "px_ib_intr_enable: ino=%x cpu_id=%x\n", ino, cpu_id);
128 if (px_lib_intr_devino_to_sysino(px_p->px_dip, ino,
145 px_ib_intr_disable(px_ib_t *ib_p, devino_t ino, int wait)
151 DBG(DBG_IB, ib_p->ib_px_p->px_dip, "px_ib_intr_disable: ino=%x\n", ino);
154 if (px_lib_intr_devino_to_sysino(ib_p->ib_px_p->px_dip, ino,
170 px_ib_intr_dist_en(dev_info_t *dip, cpuid_t cpu_id, devino_t ino,
181 DBG(DBG_IB, dip, "px_ib_intr_dist_en: ino=0x%x\n", ino)
601 devino_t ino = ino_p->ino_ino; local
686 devino_t ino = ino_p->ino_ino; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
inode.c 1055 pinode(fsck_ino_t ino)
1059 (void) printf(" I=%lu ", (ulong_t)ino);
1060 if (ino < UFSROOTINO || ino > maxino)
1062 dp = ginode(ino);
1130 fsck_ino_t ino; local
    [all...]
dir.c 366 (void) printf(" ino %d reclen %d namlen %d name `%s'\n",
491 dirp->d_ino = idesc->id_parent; /* ino to be entered is in id_parent */
772 makeentry(fsck_ino_t parent, fsck_ino_t ino, char *name)
781 ino < UFSROOTINO || ino >= maxino)
787 idesc.id_parent = ino; /* this is the inode to enter */
798 iip = getinoinfo(ino);
804 iip = getinoinfo(ino);
827 expanddir(fsck_ino_t ino, char *name)
844 dp = ginode(ino);
1125 fsck_ino_t ino; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
Intrs.xs 58 intrmove(path, ino, cpu, num_ino)
60 int ino
71 iset.ino = ino;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
fs.t 86 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
95 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
123 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
138 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
147 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
158 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
161 is($ino, undef, "ino of removed file b should be undef");
163 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
166 is($ino, undef, "ino of removed file x should be undef")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
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 = (ino_t)atol(*argv)
    [all...]
restore.c 37 listfile(name, ino, type)
39 ino_t ino;
44 if (BIT(ino, dumpmap) == 0) {
48 (void) fprintf(stdout, "%10lu\t%s\n", ino, name);
57 addfile(name, ino, type)
59 ino_t ino;
68 if (BIT(ino, dumpmap) == 0) {
75 (u_longlong_t)ino);
80 (void) snprintf(buf, sizeof (buf), "./%llu", (u_longlong_t)ino);
84 (void) genliteraldir(name, ino);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/ff/
ff.c 75 ino_t ino; member in struct:ilist
114 ino_t ino; variable
259 ilist[iflg].ino = n;
376 ino = 0;
389 ino++;
392 ilist[nxfile+1].ino = 0;
393 ino = 0;
402 ino++;
405 ino = 0;
414 ino++
    [all...]

Completed in 1140 milliseconds

1 2 3 4 5 6