Searched refs:sindex (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_jfs.c | 39 int sindex; member 137 if (jfs.sindex < jfs.slastindex) { in next_dentry() 138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]]; in next_dentry() 143 if (jfs.sindex < jfs.slastindex) { in next_dentry() 144 return &de[(int)stbl[jfs.sindex++]]; in next_dentry() 149 jfs.sindex = 1; in next_dentry() 165 jfs.sindex = 0; in first_dentry()
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vsincosf.c | 89 #define PREPROCESS(N, sindex, cindex, label) \ argument 96 s[sindex] = t; \ 107 s[sindex] = c[cindex] = t / t; \ 129 s[sindex] = g##N; \ 132 s[sindex] = f##N; \
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | tidbit.c | 373 register short sindex; local 385 if ((sindex = _Getsh(ip)) >= 0) 386 *charstar_p = pt->string_table + sindex;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio.c | 154 nxge->tx_hio_groups[i].sindex = 0; in nxge_hio_init() 162 nxge->rx_hio_groups[i].sindex = 0; in nxge_hio_init() 1021 nxge->tx_hio_groups[i].sindex = 0; in nxge_hio_init() 1029 nxge->rx_hio_groups[i].sindex = 0; in nxge_hio_init() 1167 vr = (nxge_hio_vr_t *)nxge->shares[group->sindex].vrp; in nxge_hio_add_mac() 1345 group->sindex = 0; /* not yet bound to a share */ in nxge_hio_group_get() 1378 group->sindex = 0; /* not yet bound to a share */ in nxge_hio_group_get() 1661 if (rg->sindex != 0) { in nxge_hio_share_add_group() 1705 rg->sindex = vr->region; in nxge_hio_share_add_group() 1741 rg->sindex = vr->region; in nxge_hio_share_add_group() [all …]
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 832 int sindex, rindexa, lindex; in expand() local 883 sindex = (int)(ap->last - ap->head); in expand() 902 rindexa = sindex; in expand() 920 (void *)(&ap->head[sindex]), in expand() 923 ap->last -= lindex - sindex; in expand()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 408 extern Cell *sindex(Node **, int);
|
H A D | run.c | 882 sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge.h | 591 int sindex; member
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | run.c | 406 sindex(NODE **a, int nnn) in sindex() function
|