/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321_reg.h | 92 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument 93 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument 94 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument 95 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument 96 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument 97 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument 98 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument 99 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument 106 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument 107 #define REG_TRAFFIC_SHAPER_CONTROL(ie) CRA(0x2,ie&1,0x3b) argument [all …]
|
H A D | vsc7326_reg.h | 96 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ argument 97 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ argument 98 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ argument 99 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ argument 100 #define REG_HIGH_LOW_WM(ie,fn) CRA(0x2,ie&1,0x40+fn) /* Flow Control Water Marks */ argument 101 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ argument 102 #define REG_FIFO_DROP_CNT(ie,fn) CRA(0x2,ie&1,0x60+fn) /* Drop & CRC Error Counter */ argument 103 #define REG_DEBUG_BUF_CNT(ie,fn) CRA(0x2,ie&1,0x70+fn) /* Input Side Debug Counter */ argument 112 #define REG_TRAFFIC_SHAPER_BUCKET(ie,bn) CRA(0x2,ie&1,0x0a + (bn>7) | ((bn&7)<<4)) argument 113 #define REG_TRAFFIC_SHAPER_CONTROL(ie) CRA(0x2,ie&1,0x3b) argument [all …]
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 196 struct iaid_ent ie; in read_stable_iaid() local 200 while (read(fd, &ie, sizeof (ie)) == sizeof (ie)) { in read_stable_iaid() 201 if (strcmp(intf, ie.ie_name) == 0) { in read_stable_iaid() 203 return (ie.ie_iaid); in read_stable_iaid() 221 struct iaid_ent ie; in write_stable_iaid() local 226 while (read(fd, &ie, sizeof (ie)) == sizeof (ie)) { in write_stable_iaid() 227 if (strcmp(intf, ie.ie_name) == 0) { in write_stable_iaid() 229 if (iaid == ie.ie_iaid) { in write_stable_iaid() 237 (void) memset(&ie, 0, sizeof (ie)); in write_stable_iaid() 238 ie.ie_iaid = iaid; in write_stable_iaid() [all …]
|
/titanic_41/usr/src/cmd/tip/ |
H A D | etc.remote | 5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D: 12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers: 14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers: 16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers: 18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers: 20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers: 22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers: 24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers: 36 ie input EOF marks (default is NULL)
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 547 inittab_encode_e(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, in inittab_encode_e() argument 558 uint8_t type_size = inittab_type_to_size(ie); in inittab_encode_e() 571 switch (ie->ds_type) { in inittab_encode_e() 613 hlen = ie->ds_dhcpv6 ? sizeof (*d6o) : 2; in inittab_encode_e() 622 switch (ie->ds_type) { in inittab_encode_e() 897 if (n_entries % ie->ds_gran != 0) { in inittab_encode_e() 910 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET : in inittab_encode_e() 949 is_signed = (ie->ds_type == DSYM_SNUMBER64 || in inittab_encode_e() 950 ie->ds_type == DSYM_SNUMBER32 || in inittab_encode_e() 951 ie->ds_type == DSYM_SNUMBER16 || in inittab_encode_e() [all …]
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 568 char* ie = 0; in lex() local 694 ie -= c; in lex() 1173 ie = ip; in lex() 1330 v = memcopy(v, im, ie - im); in lex() 1336 v = ie; in lex() 1337 while (ie < ip) in lex() 1338 if (*ie++ == '/' && *ie == '*') in lex() 1340 e = ie - 1; in lex() 1341 while (++ie < ip) in lex() 1343 if (*ie == '*') in lex() [all …]
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 83 int ie; in decomp() local 152 nb = ne = ib = ie = -2; in decomp() 191 ie = ib = m; in decomp() 192 else if (ie == (m - 1)) in decomp() 193 ie = m; in decomp() 196 if (ie == ib) in decomp() 197 *t++ = ie; in decomp() 202 *t++ = ie; in decomp() 204 ie = ib = m; in decomp() 219 if (ie != ib) in decomp() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_supplicant.c | 239 struct wpa_ie_data ie; in wpa_supplicant_set_suites() local 257 if (wpa_parse_wpa_ie(wpa_s, ap_ie, ap_ie_len, &ie)) { in wpa_supplicant_set_suites() 269 sel = ie.group_cipher & ssid->group_cipher; in wpa_supplicant_set_suites() 283 sel = ie.pairwise_cipher & ssid->pairwise_cipher; in wpa_supplicant_set_suites() 296 sel = ie.key_mgmt & ssid->key_mgmt; in wpa_supplicant_set_suites() 386 struct wpa_ie_data ie; in wpa_supplicant_select_bss() local 414 bss->we_wpa_ie_len, &ie) == 0)) { in wpa_supplicant_select_bss() 419 if (!(ie.proto & ssid->proto)) { in wpa_supplicant_select_bss() 423 if (!(ie.pairwise_cipher & ssid->pairwise_cipher)) { in wpa_supplicant_select_bss() 427 if (!(ie.group_cipher & ssid->group_cipher)) { in wpa_supplicant_select_bss() [all …]
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 874 ieee80211_parse_htcap(struct ieee80211_node *in, const uint8_t *ie) in ieee80211_parse_htcap() argument 878 if (ie[0] == IEEE80211_ELEMID_VENDOR) { in ieee80211_parse_htcap() 885 ie += 4; in ieee80211_parse_htcap() 889 in->in_htcap = *(uint16_t *)(ie + in ieee80211_parse_htcap() 891 in->in_htparam = ie[offsetof(struct ieee80211_ie_htcap, hc_param)]; in ieee80211_parse_htcap() 906 ieee80211_parse_htinfo(struct ieee80211_node *in, const uint8_t *ie) in ieee80211_parse_htinfo() argument 914 if (ie[0] == IEEE80211_ELEMID_VENDOR) in ieee80211_parse_htinfo() 915 ie += 4; in ieee80211_parse_htinfo() 916 htinfo = (const struct ieee80211_ie_htinfo *)ie; in ieee80211_parse_htinfo() 970 ieee80211_setup_htrates(struct ieee80211_node *in, const uint8_t *ie, int flags) in ieee80211_setup_htrates() argument [all …]
|
H A D | net80211_node.c | 1041 ieee80211_saveie(uint8_t **iep, const uint8_t *ie) in ieee80211_saveie() argument 1043 uint_t ielen = ie[1]+2; in ieee80211_saveie() 1047 if (*iep == NULL || (*iep)[1] != ie[1]) { in ieee80211_saveie() 1053 (void) memcpy(*iep, ie, ielen); in ieee80211_saveie() 1057 saveie(uint8_t **iep, const uint8_t *ie) in saveie() argument 1059 if (ie == NULL) { in saveie() 1065 ieee80211_saveie(iep, ie); in saveie() 1124 struct ieee80211_tim_ie *ie; in ieee80211_add_scan() local 1126 ie = (struct ieee80211_tim_ie *)sp->tim; in ieee80211_add_scan() 1127 in->in_dtim_count = ie->tim_count; in ieee80211_add_scan() [all …]
|
H A D | net80211_input.c | 1086 struct ieee80211_tim_ie *ie; in ieee80211_recv_beacon() local 1088 ie = (struct ieee80211_tim_ie *)scan.tim; in ieee80211_recv_beacon() 1089 in->in_dtim_count = ie->tim_count; in ieee80211_recv_beacon() 1090 in->in_dtim_period = ie->tim_period; in ieee80211_recv_beacon()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/ |
H A D | README | 34 ./devpost/charlib. Characters that are assigned a code (ie. number in the fourth 38 while the second part (ie. the one that ends in .map) must be included every 55 2: Choose a unique internal name (ie. integer between 1 and 255). To find out 56 what internal names (ie. numbers) are already taken type, 67 (ie. numbers in column 2) are point size 10 widths assuming a resolution of
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | pte.h | 55 unsigned int ie:1; /* <12> 1=invert endianness */ member 77 #define tte_ie tte_bit.ie /* XXX? */ 228 (ttep)->tte_bit.ie = 1; \
|
/titanic_41/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | README | 6 % ksh x64-ie-test.sh /path/to/proto/root
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 53 uint32_t ie:1; /* 1=invert endianness */ member 89 #define tte_ie tte_bit.ie /* XXX? */ 269 (ttep)->tte_bit.ie = 1; \
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | example.10 | 2 # pass ack packets (ie established connection)
|
H A D | example.5 | 22 # allow packets through which have a non-standard IP header length (ie there
|
/titanic_41/usr/src/cmd/lp/filter/postscript/ |
H A D | README | 47 /usr/lib/postscript/* ie. $(LIBDIR)/* in Makefile 48 /usr/lbin/postscript/* ie. $(BINDIR)/* in Makefile 49 /usr/lib/macros/pictures ie. $(MACRODIR)/pictures in Makefile 50 /usr/lib/macros/color ie. $(MACRODIR)/color in Makefile 51 /usr/lib/font/devpost/* ie. $(FONTDIR)/devpost/* in Makefile 52 /usr/lib/font/PDQ/devpost/* ie. $(FONTDIR)/PDQ/devpost/* in Makefile 143 TARGETS - The default group of things (ie. source directories) that make 276 others) are copied to /usr/lib/postscript (ie. $(LIBDIR)) when you do an
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 750 } catch (InterruptedException ie) { in initialize() 771 } catch (InterruptedException ie) { in initialize() 857 } catch (InterruptedException ie) { in execute()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | PermSARegTable.java | 155 } catch (InterruptedException ie) { in run()
|
H A D | DAAdvertiser.java | 200 } catch (InterruptedException ie) { in run()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 1466 wl_wpa_ie_t *ie; in dladm_wlan_wpa_set_ie() local 1473 ie = malloc(len); in dladm_wlan_wpa_set_ie() 1474 if (ie == NULL) in dladm_wlan_wpa_set_ie() 1477 (void) memset(ie, 0, len); in dladm_wlan_wpa_set_ie() 1478 ie->wpa_ie_len = wpa_ie_len; in dladm_wlan_wpa_set_ie() 1479 (void) memcpy(ie->wpa_ie, wpa_ie, wpa_ie_len); in dladm_wlan_wpa_set_ie() 1481 status = i_dladm_wlan_param(handle, linkid, ie, MAC_PROP_WL_SETOPTIE, in dladm_wlan_wpa_set_ie() 1483 free(ie); in dladm_wlan_wpa_set_ie()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | README | 24 (ie. LIBDIR in ../Makefile) when you do an install.
|
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 580 int ie, err; in kaif_step() local 707 ie = pstate & KREG_PSTATE_IE_MASK; in kaif_step() 714 ((pstate & ~KREG_PSTATE_IE_MASK) | ie)); in kaif_step()
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 75 ie interlingue 211 ie ireland en|ga
|