Searched refs:i_val (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dtxtwalk.h43 int i_val; member in union:data::udata
H A Dtxtwalk.c141 printf ("%d\n", found[i].u.i_val);
166 = found[i].u.i_val;
237 found[(*numfound)++].u.i_val = i;
/netbsd-current/sys/net80211/
H A Dieee80211_ioctl.c1285 ireq->i_val = wmep->wmep_logcwmin;
1288 ireq->i_val = wmep->wmep_logcwmax;
1291 ireq->i_val = wmep->wmep_aifsn;
1294 ireq->i_val = wmep->wmep_txopLimit;
1298 ireq->i_val = wmep->wmep_acm;
1302 ireq->i_val = !wmep->wmep_noackPolicy;
1345 ireq->i_val = 1;
1349 ireq->i_val = IEEE80211_WEP_OFF;
1351 ireq->i_val = IEEE80211_WEP_ON;
1353 ireq->i_val
[all...]
H A Dieee80211_acl.c279 switch (ireq->i_val) {
281 ireq->i_val = as->as_policy;
H A Dieee80211_ioctl.h399 * WME parameters are set and return using i_val and i_len.
400 * i_val holds the value itself. i_len specifies the AC
415 int16_t i_val; /* Index or simple value */ member in struct:ieee80211req
/netbsd-current/external/mit/lua/dist/src/
H A Dltable.h16 #define gval(n) (&(n)->i_val)
H A Dlobject.h720 TValue i_val; /* direct access to node's value as a proper 'TValue' */ member in union:Node
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c1394 tree constr, t, si, i_val;
1491 i_val = vector_element (gsi, mask, si, &masktmp);
1493 if (TREE_CODE (i_val) == INTEGER_CST)
1497 index = TREE_INT_CST_LOW (i_val);
1498 if (!tree_fits_uhwi_p (i_val) || index >= elements)
1499 i_val = build_int_cst (mask_elt_type, index & (elements - 1));
1502 t = vector_element (gsi, vec1, i_val, &vec1tmp);
1504 t = vector_element (gsi, vec0, i_val, &vec0tmp);
1515 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val,
1521 i_val
1393 tree constr, t, si, i_val; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1535 tree constr, t, si, i_val;
1634 i_val = vector_element (gsi, mask, si, &masktmp);
1636 if (TREE_CODE (i_val) == INTEGER_CST)
1640 index = TREE_INT_CST_LOW (i_val);
1641 if (!tree_fits_uhwi_p (i_val) || index >= elements)
1642 i_val = build_int_cst (mask_elt_type, index & (elements - 1));
1645 t = vector_element (gsi, vec1, i_val, &vec1tmp);
1647 t = vector_element (gsi, vec0, i_val, &vec0tmp);
1658 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val,
1664 i_val
1534 tree constr, t, si, i_val; local
[all...]
/netbsd-current/sbin/ifconfig/
H A Dieee80211.c202 ireq.i_val = val;
622 if (ireq.i_val)
630 if (ireq.i_val)
640 else if (ireq.i_val < IEEE80211_RTS_MAX)
641 printf(" rts %d", ireq.i_val);
648 else if (ireq.i_val < IEEE80211_FRAG_MAX)
649 printf(" frag %d", ireq.i_val);
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dif-bsd.c123 ireq.i_val = -1;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c472 ireq->i_val = ireq32->i_val;
1024 ireq32->i_val = ireq->i_val;
H A Dnetbsd32_ioctl.h153 int16_t i_val; /* Index or simple value */ member in struct:netbsd32_ieee80211req
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_bsd.c116 ireq.i_val = val;
1086 return ireq.i_val;
/netbsd-current/sys/dev/ic/
H A Datw.c3954 if (!(IEEE80211_FRAG_MIN <= ireq->i_val &&
3955 ireq->i_val <= IEEE80211_FRAG_MAX))
3958 sc->sc_ic.ic_fragthreshold = ireq->i_val;
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif-bsd.c489 ireq.i_val = -1;

Completed in 178 milliseconds