Symbol: eword
sys/dev/pci/ixgbe_phy.c
1222
uint16_t phy_offset, control, eword, edata, block_crc;
sys/dev/pci/ixgbe_phy.c
1269
ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
sys/dev/pci/ixgbe_phy.c
1272
control = (eword & IXGBE_CONTROL_MASK_NL) >>
sys/dev/pci/ixgbe_phy.c
1274
edata = eword & IXGBE_DATA_MASK_NL;
sys/dev/pci/ixgbe_phy.c
1291
&eword);
sys/dev/pci/ixgbe_phy.c
1295
IXGBE_TWINAX_DEV, eword);
sys/dev/pci/ixgbe_phy.c
1296
DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,
usr.bin/make/dir.c
381
Dir_MatchFilesi(const char *word, const char *eword, struct PathEntry *p,
usr.bin/make/dir.c
395
if (Str_Matchi(entry, strchr(entry, '\0'), word, eword))
usr.bin/make/direxpand.c
112
DirExpandWildi(const char *word, const char *eword, Lst path, Lst expansions)
usr.bin/make/direxpand.c
117
slash = memchr(word, '/', eword - word);
usr.bin/make/direxpand.c
120
Dir_MatchFilesi(word, eword, dot, expansions);
usr.bin/make/direxpand.c
123
PathMatchFilesi(word, eword, path, expansions);
usr.bin/make/direxpand.c
129
for (cp = word; cp != eword; cp++) {
usr.bin/make/direxpand.c
157
PathMatchFilesi(slash+1, eword, &temp,
usr.bin/make/direxpand.c
163
PathMatchFilesi(word, eword, path, expansions);
usr.bin/make/direxpand.c
168
PathMatchFilesi(word, eword, path, expansions);
usr.bin/make/direxpand.c
182
DirExpandCurlyi(const char *word, const char *eword, Lst path, Lst expansions)
usr.bin/make/direxpand.c
192
for (cp2 = word; cp2 != eword; cp2++)
usr.bin/make/direxpand.c
200
Lst_EnQueue(&curled, Str_dupi(word, eword));
usr.bin/make/direxpand.c
274
Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions)
usr.bin/make/direxpand.c
279
char *s = Str_dupi(word, eword);
usr.bin/make/direxpand.c
284
cp = memchr(word, '{', eword - word);
usr.bin/make/direxpand.c
286
DirExpandCurlyi(word, eword, path, expansions);
usr.bin/make/direxpand.c
288
DirExpandWildi(word, eword, path, expansions);
usr.bin/make/direxpand.c
92
PathMatchFilesi(const char *word, const char *eword, Lst path, Lst expansions)
usr.bin/make/direxpand.c
97
Dir_MatchFilesi(word, eword, Lst_Datum(ln), expansions);
usr.bin/vi/vi/v_word.c
240
return (eword(sp, vp, BIGWORD));
usr.bin/vi/vi/v_word.c
252
return (eword(sp, vp, LITTLEWORD));
usr.bin/vi/vi/v_word.c
68
static int eword(SCR *, VICMD *, enum which);