/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 196 struct iaid_ent ie; local 200 while (read(fd, &ie, sizeof (ie)) == sizeof (ie)) { 201 if (strcmp(intf, ie.ie_name) == 0) { 203 return (ie.ie_iaid); 221 struct iaid_ent ie; local 226 while (read(fd, &ie, sizeof (ie)) == sizeof (ie)) { 264 struct iaid_ent ie; local [all...] |
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321_reg.h | 89 * ie = 0 for ingress, 1 for egress 92 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ 93 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ 94 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ 95 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ 96 #define REG_HIGH_LOW_WM(ie,f [all...] |
H A D | vsc7326_reg.h | 93 * ie = 0 for ingress, 1 for egress 96 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ 97 #define REG_TOP_BOTTOM(ie,fn) CRA(0x2,ie&1,0x10+fn) /* FIFO Buffer Top & Bottom */ 98 #define REG_TAIL(ie,fn) CRA(0x2,ie&1,0x20+fn) /* FIFO Write Pointer */ 99 #define REG_HEAD(ie,fn) CRA(0x2,ie&1,0x30+fn) /* FIFO Read Pointer */ 100 #define REG_HIGH_LOW_WM(ie,f [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 568 char* ie = 0; local 694 ie -= c; 1173 ie = ip; 1330 v = memcopy(v, im, ie - im); 1336 v = ie; 1337 while (ie < ip) 1338 if (*ie++ == '/' && *ie == '*') 1340 e = ie - 1; 1341 while (++ie < i [all...] |
/illumos-gate/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, argument 558 uint8_t type_size = inittab_type_to_size(ie); 571 switch (ie->ds_type) { 613 hlen = ie->ds_dhcpv6 ? sizeof (*d6o) : 2; 622 switch (ie->ds_type) { 897 if (n_entries % ie->ds_gran != 0) { 910 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET : 949 is_signed = (ie->ds_type == DSYM_SNUMBER64 || 950 ie->ds_type == DSYM_SNUMBER32 || 951 ie 1010 inittab_decode_e(const dhcp_symbol_t *ie, const uchar_t *payload, uint16_t length, boolean_t just_payload, int *ierrnop) argument 1339 inittab_encode(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, boolean_t just_payload) argument 1360 inittab_decode(const dhcp_symbol_t *ie, const uchar_t *payload, uint16_t length, boolean_t just_payload) argument 1610 inittab_type_to_size(const dhcp_symbol_t *ie) argument [all...] |
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 83 int ie; local 152 nb = ne = ib = ie = -2; 191 ie = ib = m; 192 else if (ie == (m - 1)) 193 ie = m; 196 if (ie == ib) 197 *t++ = ie; 202 *t++ = ie; 204 ie = ib = m; 219 if (ie ! [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | PermSARegTable.java | 155 } catch (InterruptedException ie) {
|
H A D | DAAdvertiser.java | 200 } catch (InterruptedException ie) {
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 770 * Notify hostap vaps of a change in the HTINFO ie. 871 * Process an 802.11n HT capabilities ie. 874 ieee80211_parse_htcap(struct ieee80211_node *in, const uint8_t *ie) argument 878 if (ie[0] == IEEE80211_ELEMID_VENDOR) { 880 * Station used Vendor OUI ie to associate; 882 * the Vendor OUI's and not the standard ie's. 885 ie += 4; 889 in->in_htcap = *(uint16_t *)(ie + 891 in->in_htparam = ie[offsetof(struct ieee80211_ie_htcap, hc_param)]; 898 * Process an 802.11n HT info ie an 906 ieee80211_parse_htinfo(struct ieee80211_node *in, const uint8_t *ie) argument 970 ieee80211_setup_htrates(struct ieee80211_node *in, const uint8_t *ie, int flags) argument 1004 ieee80211_setup_basic_htrates(struct ieee80211_node *in, const uint8_t *ie) argument [all...] |
H A D | net80211_node.c | 1041 ieee80211_saveie(uint8_t **iep, const uint8_t *ie) argument 1043 uint_t ielen = ie[1]+2; 1047 if (*iep == NULL || (*iep)[1] != ie[1]) { 1053 (void) memcpy(*iep, ie, ielen); 1057 saveie(uint8_t **iep, const uint8_t *ie) argument 1059 if (ie == NULL) { 1065 ieee80211_saveie(iep, ie); 1124 struct ieee80211_tim_ie *ie; local 1126 ie = (struct ieee80211_tim_ie *)sp->tim; 1127 in->in_dtim_count = ie [all...] |
H A D | net80211_input.c | 640 "ieee80211_auth_shared: ie %d%d too long\n", 954 * Accept pre-draft HT ie's if the 1015 * Process HT ie's. This is complicated by our 1016 * accepting both the standard ie's and the pre-draft 1017 * vendor OUI ie's that some vendors still use/require. 1086 struct ieee80211_tim_ie *ie; local 1088 ie = (struct ieee80211_tim_ie *)scan.tim; 1089 in->in_dtim_count = ie->tim_count; 1090 in->in_dtim_period = ie->tim_period; 1374 * Accept pre-draft HT ie' [all...] |
H A D | net80211_ioctl.c | 2079 char *ie; local 2095 ie = ieee80211_malloc(ie_in->wpa_ie_len); 2096 (void) memcpy(ie, ie_in->wpa_ie, ie_in->wpa_ie_len); 2102 ic->ic_opt_ie = ie;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_supplicant.c | 239 struct wpa_ie_data ie; local 257 if (wpa_parse_wpa_ie(wpa_s, ap_ie, ap_ie_len, &ie)) { 269 sel = ie.group_cipher & ssid->group_cipher; 283 sel = ie.pairwise_cipher & ssid->pairwise_cipher; 296 sel = ie.key_mgmt & ssid->key_mgmt; 386 struct wpa_ie_data ie; local 414 bss->we_wpa_ie_len, &ie) == 0)) { 419 if (!(ie.proto & ssid->proto)) { 423 if (!(ie.pairwise_cipher & ssid->pairwise_cipher)) { 427 if (!(ie [all...] |
H A D | wpa.c | 352 wpa_printf(MSG_DEBUG, "%s: ie len too short %u", 363 wpa_printf(MSG_DEBUG, "%s: malformed ie or unknown version", 376 wpa_printf(MSG_DEBUG, "%s: ie length mismatch, %u too much", 387 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), " 398 wpa_printf(MSG_DEBUG, "%s: ie too short (for key mgmt)", 409 wpa_printf(MSG_DEBUG, "%s: ie count botch (key mgmt), " 420 wpa_printf(MSG_DEBUG, "%s: ie too short (for capabilities)", 432 wpa_printf(MSG_DEBUG, "%s: ie has %u trailing bytes", 462 wpa_printf(MSG_DEBUG, "%s: ie len too short %u", 472 wpa_printf(MSG_DEBUG, "%s: malformed ie o 1113 uint8_t *ie = NULL, *gtk = NULL, *key_rsc; local [all...] |
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 53 uint32_t ie:1; /* 1=invert endianness */ member in struct:__anon10197::tte 89 #define tte_ie tte_bit.ie /* XXX? */ 269 (ttep)->tte_bit.ie = 1; \
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | pte.h | 55 unsigned int ie:1; /* <12> 1=invert endianness */ member in struct:__anon10371::tte 77 #define tte_ie tte_bit.ie /* XXX? */ 228 (ttep)->tte_bit.ie = 1; \
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 750 } catch (InterruptedException ie) { 771 } catch (InterruptedException ie) { 857 } catch (InterruptedException ie) {
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 580 int ie, err; local 707 ie = pstate & KREG_PSTATE_IE_MASK; 714 ((pstate & ~KREG_PSTATE_IE_MASK) | ie));
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 1466 wl_wpa_ie_t *ie; local 1473 ie = malloc(len); 1474 if (ie == NULL) 1477 (void) memset(ie, 0, len); 1478 ie->wpa_ie_len = wpa_ie_len; 1479 (void) memcpy(ie->wpa_ie, wpa_ie, wpa_ie_len); 1481 status = i_dladm_wlan_param(handle, linkid, ie, MAC_PROP_WL_SETOPTIE, 1483 free(ie);
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 650 * ls -l \ "interpret" behavior, ie, 652 * : ex-1 s" -l" 1 ls ; \ "compile" behavior, ie,
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | intel.esc | 393 event ereport.cpu.intel.nb.ie@motherboard{within(12s)}; 394 event fault.cpu.intel.nb.ie@motherboard, retire=0; 399 ereport.cpu.intel.nb.ie@motherboard; 401 prop fault.cpu.intel.nb.ie@motherboard 403 ereport.cpu.intel.nb.ie@motherboard; 405 prop fault.cpu.intel.nb.ie@motherboard (0)-> EREPORT_BUS_ERROR;
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallPrinter.java | 1212 } catch (pmIncompleteFormException ie) { 1213 throw new pmIncompleteFormException(ie.getMessage()); 1260 } catch (pmIncompleteFormException ie) { 1261 throw new pmIncompleteFormException(ie.getMessage());
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 1909 print_ie(FILE *fout, struct indirect_entry *ie) argument 1913 print_tag(fout, &ie->ie_tag); 1914 print_icb_tag(fout, &ie->ie_icb_tag); 1915 print_long_ad(fout, "ICB", &ie->ie_indirecticb);
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 516 struct indirect_entry *ie; local 551 ie = (struct indirect_entry *)ibp->b_un.b_addr; 552 if (ud_verify_tag_and_desc(&ie->ie_tag, 557 lad = &ie->ie_indirecticb;
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | roff.c | 317 int *rstack; /* stack of inverted `ie' values */ 564 { "ie", roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT, NULL }, 2185 * of the current rstack entry set in prior `ie' calls or 3040 int i, ib, ie; local 3076 ie = r->argc - 1; 3078 ib = ie = *cp - '1'; 3089 asz = ie > ib ? ie - ib : 0; /* for blanks */ 3090 for (i = ib; i <= ie; i++) { 3136 for (i = ib; i <= ie; [all...] |