| /src/usr.sbin/sysinst/ |
| txtwalk.h | 43 int i_val; member in union:data::udata
|
| txtwalk.c | 141 printf ("%d\n", found[i].u.i_val); 166 = found[i].u.i_val; 237 found[(*numfound)++].u.i_val = i;
|
| /src/sys/net80211/ |
| ieee80211_ioctl.c | 1285 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 = IEEE80211_WEP_MIXED [all...] |
| ieee80211_acl.c | 279 switch (ireq->i_val) { 281 ireq->i_val = as->as_policy;
|
| ieee80211_ioctl.h | 399 * 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
|
| /src/external/mit/lua/dist/src/ |
| ltable.h | 16 #define gval(n) (&(n)->i_val)
|
| lobject.h | 720 TValue i_val; /* direct access to node's value as a proper 'TValue' */ member in union:Node
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-generic.cc | 1516 tree constr, t, si, i_val; 1618 i_val = vector_element (gsi, mask, si, &masktmp); 1620 if (TREE_CODE (i_val) == INTEGER_CST) 1624 index = TREE_INT_CST_LOW (i_val); 1625 if (!tree_fits_uhwi_p (i_val) || index >= elements) 1626 i_val = build_int_cst (mask_elt_type, index & (elements - 1)); 1629 t = vector_element (gsi, vec1, i_val, &vec1tmp); 1631 t = vector_element (gsi, vec0, i_val, &vec0tmp); 1642 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val, 1648 i_val = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val 1515 tree constr, t, si, i_val; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-generic.cc | 1549 tree constr, t, si, i_val; 1648 i_val = vector_element (gsi, mask, si, &masktmp); 1650 if (TREE_CODE (i_val) == INTEGER_CST) 1654 index = TREE_INT_CST_LOW (i_val); 1655 if (!tree_fits_uhwi_p (i_val) || index >= elements) 1656 i_val = build_int_cst (mask_elt_type, index & (elements - 1)); 1659 t = vector_element (gsi, vec1, i_val, &vec1tmp); 1661 t = vector_element (gsi, vec0, i_val, &vec0tmp); 1672 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val, 1678 i_val = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val 1548 tree constr, t, si, i_val; local [all...] |
| /src/sbin/ifconfig/ |
| ieee80211.c | 202 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);
|
| /src/usr.bin/rump_dhcpclient/ |
| if-bsd.c | 123 ireq.i_val = -1;
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.c | 472 ireq->i_val = ireq32->i_val; 1024 ireq32->i_val = ireq->i_val;
|
| netbsd32_ioctl.h | 153 int16_t i_val; /* Index or simple value */ member in struct:netbsd32_ieee80211req
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_bsd.c | 116 ireq.i_val = val; 1092 return ireq.i_val;
|
| /src/sys/dev/ic/ |
| atw.c | 3954 if (!(IEEE80211_FRAG_MIN <= ireq->i_val && 3955 ireq->i_val <= IEEE80211_FRAG_MAX)) 3958 sc->sc_ic.ic_fragthreshold = ireq->i_val;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| if-bsd.c | 489 ireq.i_val = -1;
|