Symbol: other
common/lib/libc/gen/rbtree.c
1003
if (other == RB_POSITION(self))
common/lib/libc/gen/rbtree.c
1016
while (!RB_SENTINEL_P(self->rb_nodes[other]))
common/lib/libc/gen/rbtree.c
1017
self = self->rb_nodes[other];
common/lib/libc/gen/rbtree.c
1026
const unsigned int other = direction ^ RB_DIR_OTHER;
common/lib/libc/gen/rbtree.c
1050
if (other == RB_POSITION(self))
common/lib/libc/gen/rbtree.c
1063
while (!RB_SENTINEL_P(self->rb_nodes[other]))
common/lib/libc/gen/rbtree.c
1064
self = self->rb_nodes[other];
common/lib/libc/gen/rbtree.c
1197
const unsigned int other = which ^ RB_DIR_OTHER;
common/lib/libc/gen/rbtree.c
1201
self, other);
common/lib/libc/gen/rbtree.c
1204
relative0, other);
common/lib/libc/gen/rbtree.c
340
const unsigned int other = which ^ RB_DIR_OTHER;
common/lib/libc/gen/rbtree.c
360
new_child->rb_nodes[which] = old_child->rb_nodes[other];
common/lib/libc/gen/rbtree.c
361
new_father->rb_nodes[other] = new_child;
common/lib/libc/gen/rbtree.c
384
RB_SET_POSITION(new_child, other);
common/lib/libc/gen/rbtree.c
407
unsigned int other;
common/lib/libc/gen/rbtree.c
427
other = which ^ RB_DIR_OTHER;
common/lib/libc/gen/rbtree.c
428
uncle = grandpa->rb_nodes[other];
common/lib/libc/gen/rbtree.c
471
if (self == father->rb_nodes[other]) {
common/lib/libc/gen/rbtree.c
478
rb_tree_reparent_nodes(rbt, father, other);
common/lib/libc/gen/rbtree.c
831
unsigned int other = which ^ RB_DIR_OTHER;
common/lib/libc/gen/rbtree.c
832
struct rb_node *brother = parent->rb_nodes[other];
common/lib/libc/gen/rbtree.c
857
rb_tree_reparent_nodes(rbt, parent, other);
common/lib/libc/gen/rbtree.c
858
brother = parent->rb_nodes[other];
common/lib/libc/gen/rbtree.c
919
RB_RED_P(brother->rb_nodes[other]));
common/lib/libc/gen/rbtree.c
920
if (RB_BLACK_P(brother->rb_nodes[other])) {
common/lib/libc/gen/rbtree.c
934
KASSERT(RB_FATHER(brother) == parent->rb_nodes[other]);
common/lib/libc/gen/rbtree.c
935
brother = parent->rb_nodes[other];
common/lib/libc/gen/rbtree.c
936
KASSERT(RB_RED_P(brother->rb_nodes[other]));
common/lib/libc/gen/rbtree.c
963
KASSERT(RB_RED_P(brother->rb_nodes[other]));
common/lib/libc/gen/rbtree.c
964
RB_MARK_BLACK(brother->rb_nodes[other]);
common/lib/libc/gen/rbtree.c
965
rb_tree_reparent_nodes(rbt, parent, other);
common/lib/libc/gen/rbtree.c
976
const unsigned int other = direction ^ RB_DIR_OTHER;
games/mille/end.c
107
pp = &Player[other(num)];
games/mille/end.c
131
if (Player[other(num)].mileage == 0) {
games/mille/end.c
79
if (Player[other(num)].mileage == 0) {
games/mille/mille.c
114
Handstart = Play = other(Handstart);
games/mille/mille.h
202
#define nextplay() (Play = other(Play))
games/mille/move.c
280
pp = &Player[other(Play)];
games/mille/move.c
293
pp = &Player[other(Play)];
games/morse/morse.c
208
for (size_t i = 0; other[i].c; i++)
games/morse/morse.c
209
if (strcmp(other[i].morse, s) == 0) {
games/morse/morse.c
210
putchar(other[i].c);
games/morse/morse.c
230
for (int i = 0; other[i].c; i++)
games/morse/morse.c
231
if (other[i].c == c) {
games/morse/morse.c
232
show(other[i].morse);
games/morse/morse.c
89
} other[] = {
games/rogue/hit.c
164
rogue_damage(short d, object *monster, short other)
games/rogue/hit.c
169
killed_by(monster, other);
games/rogue/score.c
112
if ((!other) && (!no_skull)) {
games/rogue/score.c
136
put_scores(monster, other);
games/rogue/score.c
336
put_scores(const object *monster, short other)
games/rogue/score.c
408
make_score(&scores[rank], monster, other);
games/rogue/score.c
458
make_score(struct score_entry *se, const object *monster, int other)
games/rogue/score.c
467
if (other) {
games/rogue/score.c
468
switch(other) {
games/rogue/score.c
503
if (other != WIN && has_amulet()) {
games/rogue/score.c
67
killed_by(const object *monster, short other)
games/rogue/score.c
76
if (other != QUIT) {
games/rogue/score.c
80
if (other) {
games/rogue/score.c
81
switch(other) {
lib/libcurses/PSD.doc/appen.C
13
.\" documentation and/or other materials provided with the distribution.
lib/libcurses/PSD.doc/ex1.c
13
.\" documentation and/or other materials provided with the distribution.
lib/libcurses/PSD.doc/ex2.c
13
.\" documentation and/or other materials provided with the distribution.
lib/libcurses/PSD.doc/life.c
13
.\" documentation and/or other materials provided with the distribution.
lib/libcurses/PSD.doc/win_st.c
13
.\" documentation and/or other materials provided with the distribution.
lib/libpanel/hide.c
37
PANEL *other;
lib/libpanel/hide.c
51
FOREACH_PANEL (other) {
lib/libpanel/hide.c
52
touchoverlap(p->win, other->win);
lib/libpanel/move.c
47
PANEL *other;
lib/libpanel/move.c
50
FOREACH_PANEL (other) {
lib/libpanel/move.c
51
if (other != p) {
lib/libpanel/move.c
52
touchoverlap(p->win, other->win);
lib/libpanel/replace.c
42
PANEL *other;
lib/libpanel/replace.c
45
FOREACH_PANEL (other) {
lib/libpanel/replace.c
46
if (other != p)
lib/libpanel/replace.c
47
touchoverlap(p->win, other->win);
share/doc/psd/20.ipctut/dgramread.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/dgramsend.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/pipe.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/socketpair.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/strchkread.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/streamread.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/streamwrite.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/udgramread.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/udgramsend.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/ustreamread.c
13
.\" documentation and/or other materials provided with the distribution.
share/doc/psd/20.ipctut/ustreamwrite.c
13
.\" documentation and/or other materials provided with the distribution.
sys/arch/epoc32/stand/e32boot/include/elf.h
1127
#define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
sys/arch/epoc32/stand/e32boot/include/elf.h
1132
#define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
sys/arch/epoc32/stand/e32boot/include/elf.h
548
#define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
sys/arch/mips/rmi/rmixl_pcie.c
1189
u_int other;
sys/arch/mips/rmi/rmixl_pcie.c
1217
other = int_enb_offset[dip->link].r1;
sys/arch/mips/rmi/rmixl_pcie.c
1221
other = int_enb_offset[dip->link].r0;
sys/arch/mips/rmi/rmixl_pcie.c
1235
if (RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + other) == 0) {
sys/arch/sgimips/dev/scn.c
549
scniter(int *index, int wanted, int *counter, int *mode, struct chan *other,
sys/arch/sgimips/dev/scn.c
572
(other != NULL && (tp->mode & MR0_MODE) == (*mode & MR0_MODE) &&
sys/arch/sgimips/dev/scn.c
573
bothgroups[other->icode] && bothgroups[other->ocode])) {
sys/arch/sgimips/dev/scn.c
610
int other; /* opposite of chan */
sys/arch/sgimips/dev/scn.c
625
other = chan ^ 1;
sys/arch/sgimips/dev/scn.c
627
ocp = &dp->chan[other];
sys/arch/sgimips/dev/scn.c
714
dp->chan[other].icode = oic;
sys/arch/sgimips/dev/scn.c
715
dp->chan[other].ocode = ooc;
sys/crypto/blowfish/bf_enc.c
74
If you set BF_ROUNDS to some value other than 16 or 20, you will have
sys/dev/pci/qat/qat_hw17reg.h
141
uint16_t other;
sys/fs/nfs/client/nfs_clcomsubs.c
515
st->other[0] = 0;
sys/fs/nfs/client/nfs_clcomsubs.c
516
st->other[1] = 0;
sys/fs/nfs/client/nfs_clcomsubs.c
517
st->other[2] = 0;
sys/fs/nfs/client/nfs_clcomsubs.c
520
st->other[0] = 0xffffffff;
sys/fs/nfs/client/nfs_clcomsubs.c
521
st->other[1] = 0xffffffff;
sys/fs/nfs/client/nfs_clcomsubs.c
522
st->other[2] = 0xffffffff;
sys/fs/nfs/client/nfs_clcomsubs.c
525
st->other[0] = stateidp->other[0];
sys/fs/nfs/client/nfs_clcomsubs.c
526
st->other[1] = stateidp->other[1];
sys/fs/nfs/client/nfs_clcomsubs.c
527
st->other[2] = stateidp->other[2];
sys/fs/nfs/client/nfs_clcomsubs.c
530
st->other[0] = stateidp->other[0];
sys/fs/nfs/client/nfs_clcomsubs.c
531
st->other[1] = stateidp->other[1];
sys/fs/nfs/client/nfs_clcomsubs.c
532
st->other[2] = stateidp->other[2];
sys/fs/nfs/client/nfs_clrpcops.c
1527
if (stateid.other[0] == 0 && stateid.other[1] == 0 &&
sys/fs/nfs/client/nfs_clrpcops.c
1528
stateid.other[2] == 0) {
sys/fs/nfs/client/nfs_clrpcops.c
2042
stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
2043
stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
2044
stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
2066
dp->nfsdl_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
2067
dp->nfsdl_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
2068
dp->nfsdl_stateid.other[2] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
2224
*tl++ = dstateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
2225
*tl++ = dstateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
2226
*tl++ = dstateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
2310
*tl++ = fdstateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
2311
*tl++ = fdstateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
2312
*tl = fdstateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
2329
*tl++ = tdstateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
2330
*tl++ = tdstateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
2331
*tl = tdstateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
3928
*tl++ = lp->nfsl_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
3929
*tl++ = lp->nfsl_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
3930
*tl++ = lp->nfsl_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
3944
lp->nfsl_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
3945
lp->nfsl_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
3946
lp->nfsl_stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
3988
*tl++ = lp->nfsl_open->nfso_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
3989
*tl++ = lp->nfsl_open->nfso_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
3990
*tl++ = lp->nfsl_open->nfso_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
4004
*tl++ = lp->nfsl_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
4005
*tl++ = lp->nfsl_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
4006
*tl++ = lp->nfsl_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
4024
lp->nfsl_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
4025
lp->nfsl_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
4026
lp->nfsl_stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
416
*tl++ = dp->nfsdl_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
417
*tl++ = dp->nfsdl_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
418
*tl = dp->nfsdl_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
4385
*tl++ = dp->nfsdl_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
4386
*tl++ = dp->nfsdl_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
4387
*tl = dp->nfsdl_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
441
op->nfso_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
442
op->nfso_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
443
op->nfso_stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
469
ndp->nfsdl_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
470
ndp->nfsdl_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
471
ndp->nfsdl_stateid.other[2] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
4737
*tl++ = stateidp->other[0];
sys/fs/nfs/client/nfs_clrpcops.c
4738
*tl++ = stateidp->other[1];
sys/fs/nfs/client/nfs_clrpcops.c
4739
*tl++ = stateidp->other[2];
sys/fs/nfs/client/nfs_clrpcops.c
4755
stateidp->other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
4756
stateidp->other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
4757
stateidp->other[2] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
5046
*tl++ = stateidp->other[0];
sys/fs/nfs/client/nfs_clrpcops.c
5047
*tl++ = stateidp->other[1];
sys/fs/nfs/client/nfs_clrpcops.c
5048
*tl++ = stateidp->other[2];
sys/fs/nfs/client/nfs_clrpcops.c
5111
*tl++ = stateidp->other[0];
sys/fs/nfs/client/nfs_clrpcops.c
5112
*tl++ = stateidp->other[1];
sys/fs/nfs/client/nfs_clrpcops.c
5113
*tl++ = stateidp->other[2];
sys/fs/nfs/client/nfs_clrpcops.c
5134
stateidp->other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
5135
stateidp->other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
5136
stateidp->other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
5179
stateid.other[0] = stateidp->other[0];
sys/fs/nfs/client/nfs_clrpcops.c
5180
stateid.other[1] = stateidp->other[1];
sys/fs/nfs/client/nfs_clrpcops.c
5181
stateid.other[2] = stateidp->other[2];
sys/fs/nfs/client/nfs_clrpcops.c
5189
stateid.other[0] = lyp->nfsly_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
5190
stateid.other[1] = lyp->nfsly_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
5191
stateid.other[2] = lyp->nfsly_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
592
*tl++ = op->nfso_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
593
*tl++ = op->nfso_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
594
*tl++ = op->nfso_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
605
op->nfso_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
606
op->nfso_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
607
op->nfso_stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clrpcops.c
756
*tl++ = op->nfso_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
757
*tl++ = op->nfso_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
758
*tl = op->nfso_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
794
*tl++ = op->nfso_stateid.other[0];
sys/fs/nfs/client/nfs_clrpcops.c
795
*tl++ = op->nfso_stateid.other[1];
sys/fs/nfs/client/nfs_clrpcops.c
796
*tl++ = op->nfso_stateid.other[2];
sys/fs/nfs/client/nfs_clrpcops.c
805
op->nfso_stateid.other[0] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
806
op->nfso_stateid.other[1] = *tl++;
sys/fs/nfs/client/nfs_clrpcops.c
807
op->nfso_stateid.other[2] = *tl;
sys/fs/nfs/client/nfs_clstate.c
2112
nop->nfso_stateid.other[0] = 0;
sys/fs/nfs/client/nfs_clstate.c
2113
nop->nfso_stateid.other[1] = 0;
sys/fs/nfs/client/nfs_clstate.c
2114
nop->nfso_stateid.other[2] = 0;
sys/fs/nfs/client/nfs_clstate.c
2808
op->nfso_stateid.other[0], op->nfso_stateid.other[1],
sys/fs/nfs/client/nfs_clstate.c
2809
op->nfso_stateid.other[2], op->nfso_opencnt,
sys/fs/nfs/client/nfs_clstate.c
2817
lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
sys/fs/nfs/client/nfs_clstate.c
2818
lp->nfsl_stateid.other[2]);
sys/fs/nfs/client/nfs_clstate.c
2844
op->nfso_stateid.other[0], op->nfso_stateid.other[1],
sys/fs/nfs/client/nfs_clstate.c
2845
op->nfso_stateid.other[2], op->nfso_opencnt,
sys/fs/nfs/client/nfs_clstate.c
2853
lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
sys/fs/nfs/client/nfs_clstate.c
2854
lp->nfsl_stateid.other[2]);
sys/fs/nfs/client/nfs_clstate.c
2919
(op->nfso_stateid.other[0] != 0 ||
sys/fs/nfs/client/nfs_clstate.c
2920
op->nfso_stateid.other[1] != 0 ||
sys/fs/nfs/client/nfs_clstate.c
2921
op->nfso_stateid.other[2] != 0) &&
sys/fs/nfs/client/nfs_clstate.c
2922
op->nfso_stateid.other[0] == op2->nfso_stateid.other[0] &&
sys/fs/nfs/client/nfs_clstate.c
2923
op->nfso_stateid.other[1] == op2->nfso_stateid.other[1] &&
sys/fs/nfs/client/nfs_clstate.c
2924
op->nfso_stateid.other[2] == op2->nfso_stateid.other[2]) {
sys/fs/nfs/client/nfs_clstate.c
3292
NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other,
sys/fs/nfs/client/nfs_clstate.c
3348
NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
sys/fs/nfs/client/nfs_clstate.c
3366
!NFSBCMP(stateid.other,
sys/fs/nfs/client/nfs_clstate.c
3367
lyp->nfsly_stateid.other,
sys/fs/nfs/client/nfs_clstate.c
377
nop->nfso_stateid.other[0] = 0;
sys/fs/nfs/client/nfs_clstate.c
378
nop->nfso_stateid.other[1] = 0;
sys/fs/nfs/client/nfs_clstate.c
379
nop->nfso_stateid.other[2] = 0;
sys/fs/nfs/client/nfs_clstate.c
4729
lyp->nfsly_stateid.other[0] = stateidp->other[0];
sys/fs/nfs/client/nfs_clstate.c
4730
lyp->nfsly_stateid.other[1] = stateidp->other[1];
sys/fs/nfs/client/nfs_clstate.c
4731
lyp->nfsly_stateid.other[2] = stateidp->other[2];
sys/fs/nfs/client/nfs_clstate.c
495
stateidp->other[0] = 0;
sys/fs/nfs/client/nfs_clstate.c
496
stateidp->other[1] = 0;
sys/fs/nfs/client/nfs_clstate.c
497
stateidp->other[2] = 0;
sys/fs/nfs/client/nfs_clstate.c
5137
NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER);
sys/fs/nfs/client/nfs_clstate.c
525
stateidp->other[0] = dp->nfsdl_stateid.other[0];
sys/fs/nfs/client/nfs_clstate.c
526
stateidp->other[1] = dp->nfsdl_stateid.other[1];
sys/fs/nfs/client/nfs_clstate.c
527
stateidp->other[2] = dp->nfsdl_stateid.other[2];
sys/fs/nfs/client/nfs_clstate.c
558
stateidp->other[0] =
sys/fs/nfs/client/nfs_clstate.c
559
lp->nfsl_stateid.other[0];
sys/fs/nfs/client/nfs_clstate.c
560
stateidp->other[1] =
sys/fs/nfs/client/nfs_clstate.c
561
lp->nfsl_stateid.other[1];
sys/fs/nfs/client/nfs_clstate.c
562
stateidp->other[2] =
sys/fs/nfs/client/nfs_clstate.c
563
lp->nfsl_stateid.other[2];
sys/fs/nfs/client/nfs_clstate.c
600
stateidp->other[0] = op->nfso_stateid.other[0];
sys/fs/nfs/client/nfs_clstate.c
601
stateidp->other[1] = op->nfso_stateid.other[1];
sys/fs/nfs/client/nfs_clstate.c
602
stateidp->other[2] = op->nfso_stateid.other[2];
sys/fs/nfs/common/nfsproto.h
1344
u_int32_t other[NFSX_STATEIDOTHER / NFSX_UNSIGNED];
sys/fs/nfs/common/nfsrvstate.h
58
(&((clp)->lc_stateid[(id).other[2] % nfsrv_statehashsize]))
sys/fs/nfs/server/nfs_nfsdserv.c
2232
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
2259
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
2263
clientid.lval[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
2264
clientid.lval[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
2330
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
2345
*tl++ = stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
2346
*tl = stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
2456
*tl++ = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
2457
*tl = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
2518
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
2531
clientid.lval[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
2532
clientid.lval[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
2564
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
2770
NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
2930
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
2971
NFSBCOPY((caddr_t)delegstateid.other, (caddr_t)tl,
sys/fs/nfs/server/nfs_nfsdserv.c
3037
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
3040
clientid.lval[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
3041
clientid.lval[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
3058
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
3118
NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
3119
clientid.lval[0] = stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
3120
clientid.lval[1] = stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
3179
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
3184
clientid.lval[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
3185
clientid.lval[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
3201
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
3233
NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdserv.c
3269
clientid.lval[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdserv.c
3270
clientid.lval[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdserv.c
3288
NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
330
NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
4080
NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
sys/fs/nfs/server/nfs_nfsdserv.c
681
clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
sys/fs/nfs/server/nfs_nfsdserv.c
682
clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
sys/fs/nfs/server/nfs_nfsdserv.c
694
stp->ls_stateid.other[2] = *tl++;
sys/fs/nfs/server/nfs_nfsdserv.c
836
clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
sys/fs/nfs/server/nfs_nfsdserv.c
837
clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
sys/fs/nfs/server/nfs_nfsdserv.c
849
stp->ls_stateid.other[2] = *tl++;
sys/fs/nfs/server/nfs_nfsdstate.c
1022
ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
1023
ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
1024
ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
1471
if (!NFSBCMP(stp->ls_stateid.other, stateidp->other,
sys/fs/nfs/server/nfs_nfsdstate.c
1549
new_stp->ls_stateid.other[0] == 0x0 &&
sys/fs/nfs/server/nfs_nfsdstate.c
1550
new_stp->ls_stateid.other[1] == 0x0 &&
sys/fs/nfs/server/nfs_nfsdstate.c
1551
new_stp->ls_stateid.other[2] == 0x0)
sys/fs/nfs/server/nfs_nfsdstate.c
1554
new_stp->ls_stateid.other[0] == 0xffffffff &&
sys/fs/nfs/server/nfs_nfsdstate.c
1555
new_stp->ls_stateid.other[1] == 0xffffffff &&
sys/fs/nfs/server/nfs_nfsdstate.c
1556
new_stp->ls_stateid.other[2] == 0xffffffff)
sys/fs/nfs/server/nfs_nfsdstate.c
2047
stateidp->other[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
2048
stateidp->other[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
2049
stateidp->other[2] = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
2123
cfp->cl_clientid.lval[0]=lop->lo_stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
2124
cfp->cl_clientid.lval[1]=lop->lo_stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
2181
stateidp->other[0] = lckstp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
2182
stateidp->other[1] = lckstp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
2183
stateidp->other[2] = lckstp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
2192
stateidp->other[0] = new_stp->ls_stateid.other[0] =
sys/fs/nfs/server/nfs_nfsdstate.c
2194
stateidp->other[1] = new_stp->ls_stateid.other[1] =
sys/fs/nfs/server/nfs_nfsdstate.c
2196
stateidp->other[2] = new_stp->ls_stateid.other[2] =
sys/fs/nfs/server/nfs_nfsdstate.c
2381
!NFSBCMP(stateidp->other, stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdstate.c
2640
!NFSBCMP(stateidp->other, stp->ls_stateid.other,
sys/fs/nfs/server/nfs_nfsdstate.c
2805
stp->ls_stateid.other[0] = delegstateidp->other[0] =
sys/fs/nfs/server/nfs_nfsdstate.c
2807
stp->ls_stateid.other[1] = delegstateidp->other[1] =
sys/fs/nfs/server/nfs_nfsdstate.c
2809
stp->ls_stateid.other[2] = delegstateidp->other[2] =
sys/fs/nfs/server/nfs_nfsdstate.c
2826
new_open->ls_stateid.other[0] = clp->lc_clientid.lval[0];
sys/fs/nfs/server/nfs_nfsdstate.c
2827
new_open->ls_stateid.other[1] = clp->lc_clientid.lval[1];
sys/fs/nfs/server/nfs_nfsdstate.c
2828
new_open->ls_stateid.other[2] = nfsrv_nextstateindex(clp);
sys/fs/nfs/server/nfs_nfsdstate.c
2891
new_deleg->ls_stateid.other[0] = delegstateidp->other[0] =
sys/fs/nfs/server/nfs_nfsdstate.c
2893
new_deleg->ls_stateid.other[1] = delegstateidp->other[1] =
sys/fs/nfs/server/nfs_nfsdstate.c
2895
new_deleg->ls_stateid.other[2] = delegstateidp->other[2] =
sys/fs/nfs/server/nfs_nfsdstate.c
2930
new_open->ls_stateid.other[0] = clp->lc_clientid.lval[0];
sys/fs/nfs/server/nfs_nfsdstate.c
2931
new_open->ls_stateid.other[1] = clp->lc_clientid.lval[1];
sys/fs/nfs/server/nfs_nfsdstate.c
2932
new_open->ls_stateid.other[2] = nfsrv_nextstateindex(clp);
sys/fs/nfs/server/nfs_nfsdstate.c
3017
new_deleg->ls_stateid.other[0] = delegstateidp->other[0]
sys/fs/nfs/server/nfs_nfsdstate.c
3019
new_deleg->ls_stateid.other[1] = delegstateidp->other[1]
sys/fs/nfs/server/nfs_nfsdstate.c
3021
new_deleg->ls_stateid.other[2] = delegstateidp->other[2]
sys/fs/nfs/server/nfs_nfsdstate.c
3042
new_open->ls_stateid.other[0] = clp->lc_clientid.lval[0];
sys/fs/nfs/server/nfs_nfsdstate.c
3043
new_open->ls_stateid.other[1] = clp->lc_clientid.lval[1];
sys/fs/nfs/server/nfs_nfsdstate.c
3044
new_open->ls_stateid.other[2] = nfsrv_nextstateindex(clp);
sys/fs/nfs/server/nfs_nfsdstate.c
3076
new_deleg->ls_stateid.other[0] = delegstateidp->other[0]
sys/fs/nfs/server/nfs_nfsdstate.c
3078
new_deleg->ls_stateid.other[1] = delegstateidp->other[1]
sys/fs/nfs/server/nfs_nfsdstate.c
3080
new_deleg->ls_stateid.other[2] = delegstateidp->other[2]
sys/fs/nfs/server/nfs_nfsdstate.c
3115
new_open->ls_stateid.other[0] = clp->lc_clientid.lval[0];
sys/fs/nfs/server/nfs_nfsdstate.c
3116
new_open->ls_stateid.other[1] = clp->lc_clientid.lval[1];
sys/fs/nfs/server/nfs_nfsdstate.c
3117
new_open->ls_stateid.other[2] = nfsrv_nextstateindex(clp);
sys/fs/nfs/server/nfs_nfsdstate.c
3145
new_deleg->ls_stateid.other[0] =
sys/fs/nfs/server/nfs_nfsdstate.c
3146
delegstateidp->other[0]
sys/fs/nfs/server/nfs_nfsdstate.c
3148
new_deleg->ls_stateid.other[1] =
sys/fs/nfs/server/nfs_nfsdstate.c
3149
delegstateidp->other[1]
sys/fs/nfs/server/nfs_nfsdstate.c
3151
new_deleg->ls_stateid.other[2] =
sys/fs/nfs/server/nfs_nfsdstate.c
3152
delegstateidp->other[2]
sys/fs/nfs/server/nfs_nfsdstate.c
3207
stateidp->other[0] = openstp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
3208
stateidp->other[1] = openstp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
3209
stateidp->other[2] = openstp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
3306
stateidp->other[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
3307
stateidp->other[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
3308
stateidp->other[2] = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
4013
} else if (stateidp->other[0] != nfsrvboottime &&
sys/fs/nfs/server/nfs_nfsdstate.c
4159
NFSBCOPY((caddr_t)stateidp->other, (caddr_t)tl,
sys/fs/nfs/server/nfs_nfsdstate.c
4351
if (stp->ls_stateid.other[2] > 0x80000000) {
sys/fs/nfs/server/nfs_nfsdstate.c
4352
if (stp->ls_stateid.other[2] < max_index)
sys/fs/nfs/server/nfs_nfsdstate.c
4353
max_index = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
4355
if (stp->ls_stateid.other[2] > min_index)
sys/fs/nfs/server/nfs_nfsdstate.c
4356
min_index = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
4375
if (stp->ls_stateid.other[2] == canuse) {
sys/fs/nfs/server/nfs_nfsdstate.c
5236
clientid.lval[0] = stp->ls_stateid.other[0] = stateidp->other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
5237
clientid.lval[1] = stp->ls_stateid.other[1] = stateidp->other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
5238
stp->ls_stateid.other[2] = stateidp->other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
5987
if (!NFSBCMP(stp->ls_stateid.other, stateidp->other,
sys/fs/nfs/server/nfs_nfsdstate.c
959
ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
960
ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
961
ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
sys/fs/nfs/server/nfs_nfsdstate.c
993
ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
sys/fs/nfs/server/nfs_nfsdstate.c
994
ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
sys/fs/nfs/server/nfs_nfsdstate.c
995
ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
sys/fs/ntfs/ntfs_vnops.c
155
<other random data follows, presumably>
sys/kern/subr_thmap.c
736
thmap_leaf_t *leaf, *other;
sys/kern/subr_thmap.c
792
other = THMAP_NODE(thmap, target);
sys/kern/subr_thmap.c
793
if (key_cmp_p(thmap, other, key, len)) {
sys/kern/subr_thmap.c
799
val = other->val;
sys/kern/subr_thmap.c
820
other_slot = hashval_getleafslot(thmap, other, query.level);
sys/kern/subr_thmap.c
821
target = THMAP_GETOFF(thmap, other) | THMAP_LEAF_BIT;
sys/kern/sys_select.c
746
lwp_t *other;
sys/kern/sys_select.c
751
other = sip->sel_lwp;
sys/kern/sys_select.c
755
} else if (other == selector) {
sys/kern/sys_select.c
758
} else if (other == NULL) {
sys/miscfs/genfs/genfs_vnops.c
219
/ * other random data follows, presumably * /
sys/miscfs/genfs/layer_vnops.c
226
<other random data follows, presumably>
sys/miscfs/umapfs/umap_vnops.c
118
<other random data follows, presumably>
sys/sys/exec_elf.h
876
#define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
sys/sys/exec_elf.h
881
#define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
sys/sys/exec_elf.h
886
#define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
tests/lib/libc/sync/cpp_atomic_ops_linkable.cc
52
T tval(1), other(42);
tests/lib/libc/sync/cpp_atomic_ops_linkable.cc
53
m_val.compare_exchange_weak(tval, other,
tests/net/net/t_pktinfo_send.c
348
int client, server, other, rv;
tests/net/net/t_pktinfo_send.c
353
other = udp_server("127.0.0.2", CLIENTPORT);
tests/net/net/t_pktinfo_send.c
362
rump_sys_close(other);
tests/usr.bin/indent/opt_version.c
9
When the option '--version' is given, any other options are ignored.
tools/arm-elf2aout/sys/exec_elf.h
1156
#define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
tools/arm-elf2aout/sys/exec_elf.h
1161
#define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
tools/arm-elf2aout/sys/exec_elf.h
550
#define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
tools/m68k-elf2aout/sys/exec_elf.h
1156
#define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
tools/m68k-elf2aout/sys/exec_elf.h
1161
#define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)
tools/m68k-elf2aout/sys/exec_elf.h
550
#define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)