HomeSort by: relevance | last modified time | path
    Searched refs:ie (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/lib/libc/stdlib/
hcreate.c 157 struct internal_entry *ie; local in function:hdestroy1_r
171 ie = SLIST_FIRST(&table[idx]);
174 (*freekey)(ie->ent.key);
176 (*freedata)(ie->ent.data);
177 free(ie);
202 struct internal_entry *ie; local in function:hsearch_r
217 ie = SLIST_FIRST(chain);
218 while (ie != NULL) {
219 if (strcmp(ie->ent.key, item.key) == 0)
221 ie = SLIST_NEXT(ie, link)
    [all...]
  /src/share/man/man4/man4.sun2/
Makefile 4 MAN= autoconf.4 bwtwo.4 ec.4 ie.4 intro.4 kbd.4 leds.4 \
  /src/share/man/man4/man4.acorn32/
Makefile 3 MAN= asc.4 autoconf.4 cosc.4 csc.4 ie.4 intro.4 iomdkbc.4 \
  /src/share/man/man4/man4.mvme68k/
Makefile 3 MAN= autoconf.4 clmpcc.4 clock.4 ie.4 intro.4 lpt.4 mainbus.4 \
  /src/share/man/man4/man4.sun3/
Makefile 4 MAN= autoconf.4 bwtwo.4 cgtwo.4 cgfour.4 fd.4 intro.4 ie.4 kbd.4 leds.4 \
  /src/share/man/man4/man4.sparc/
Makefile 6 cgsix.4 cgthree.4 cgtwo.4 clock.4 dbri.4 fd.4 ie.4 intro.4 kbd.4 \
  /src/sbin/ifconfig/
ieee80211.c 528 STAT_PRINT(is_rx_assoc_badwpaie, "rx assoc w/ bad WPA IE");
910 printie(const char* tag, const uint8_t *ie, size_t ielen, int maxlen)
918 for (; ielen > 0; ie++, ielen--) {
921 printf("%02x", *ie);
940 * NB: The decoding routines assume a properly formatted ie
946 printwmeparam(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
951 (const struct ieee80211_wme_param *) ie;
958 ie += offsetof(struct ieee80211_wme_param, params_acParams);
977 printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
982 (const struct ieee80211_wme_info *) ie;
    [all...]
  /src/sys/arch/sparc64/include/
pte.h 220 "b\74NFO\0" "b\73IE\0" "f\62\10SOFT2\0" \
257 #define SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
260 ((priv)?SUN4U_TLB_P:0LL)|((write)?SUN4U_TLB_W:0LL)|((g)?SUN4U_TLB_G:0LL)|((ie)?SUN4U_TLB_IE:0LL))
262 #define SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
267 ((ie)?SUN4V_TLB_IE:0LL))
269 #define TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
270 (CPU_ISSUN4V ? SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) : \
271 SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc))
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 281 boot_catalog_initial_entry *ie; local in function:cd9660_boot_setup_default_entry
288 ie = &default_entry->entry_data.IE;
290 ie->boot_indicator[0] = disk->bootable;
291 ie->media_type[0] = disk->targetMode;
292 cd9660_721(disk->loadSegment, ie->load_segment);
293 ie->system_type[0] = disk->system;
294 cd9660_721(disk->num_sectors, ie->sector_count);
295 cd9660_731(disk->sector, ie->load_rba);
299 "load rba %d\n", __func__, ie->boot_indicator[0]
    [all...]
  /src/sys/dev/acpi/
plgpio_acpi.c 146 uint32_t ibe, iev, is, ie; local in function:plgpio_acpi_register_event
201 ie = PLGPIO_READ(sc, PL061_GPIOIE_REG);
202 ie |= __BIT(pin);
203 PLGPIO_WRITE(sc, PL061_GPIOIE_REG, ie);
  /src/sys/arch/ia64/include/
cpufunc.h 222 intr_restore(register_t ie)
225 if (ie)
  /src/sys/arch/newsmips/dev/
sc_wrap.c 272 int ie = 0; local in function:sc_sched
330 ie = SCSI_INTEN;
339 sc_send(scb, chan, ie);
431 scop_rsense(int intr, struct scsi *sc_param, int lun, int ie, int count,
446 sc_go(intr, sc_param, ie, sc_param);
  /src/usr.bin/systat/
vmstat.c 162 intr_evcnt_t *ie; local in function:get_interrupt_events
172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) {
176 ie = ie_head + nevcnt;
177 ie->ie_group = malloc(evcnt.ev_grouplen + 1);
178 ie->ie_name = malloc(evcnt.ev_namelen + 1);
179 if (ie->ie_group == NULL || ie->ie_name == NULL)
181 if (!KREAD(evcnt.ev_group, ie->ie_group, evcnt.ev_grouplen + 1))
183 if (!KREAD(evcnt.ev_name, ie->ie_name, evcnt.ev_namelen + 1))
185 ie->ie_count = &evptr->ev_count
    [all...]
  /src/doc/
TODO.modules 58 existing drivers if they're willing to manage (ie, attach) a
95 modules. The build infrastructure (ie, sys/modules/Makefile) doesn't
228 have any way to identify which module is needed for which image (ie,
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
am335x-osd335x-common.dtsi 28 * the HW OPP table, the silicon looks like it is Revision 1.0 (ie the
spear310.dtsi 106 st-plgpio,ie-reg = <0x50>;
spear320.dtsi 134 st-plgpio,ie-reg = <0x64>;
spear1340.dtsi 162 st-plgpio,ie-reg = <0x80>;
  /src/sys/net80211/
ieee80211_output.c 1071 ieee80211_setup_wpa_ie(struct ieee80211com *ic, u_int8_t *ie)
1099 u_int8_t *frm = ie;
1146 ie[1] = frm - ie - 2;
1147 IASSERT(ie[1]+2 <= sizeof(struct ieee80211_ie_wpa),
1148 ("WPA IE too big, %u > %zu",
1149 ie[1]+2, sizeof(struct ieee80211_ie_wpa)));
1157 ieee80211_setup_rsn_ie(struct ieee80211com *ic, u_int8_t *ie)
1184 u_int8_t *frm = ie;
1229 ie[1] = frm - ie - 2
    [all...]
ieee80211_input.c 1281 "ie %d/%d too long",
1955 ieee80211_saveie(u_int8_t **iep, const u_int8_t *ie)
1957 u_int ielen = ie[1]+2;
1960 if (*iep == NULL || (*iep)[1] != ie[1]) {
1966 memcpy(*iep, ie, ielen);
2058 "%s", "ie too short"); \
2302 struct ieee80211_tim_ie *ie = local in function:ieee80211_recv_mgmt_beacon
2305 ni->ni_dtim_count = ie->tim_count;
2306 ni->ni_dtim_period = ie->tim_period;
2603 /* XXX verify only one of RSN and WPA ie's? *
    [all...]
  /src/sys/arch/sun2/dev/
if_ie_mbmem.c 29 * Converted to SUN ie driver by Charles D. Cranor,
38 * written so that different "ie" interfaces can be controlled by the same
45 * the ie chip operates in a 24 bit address space.
47 * most ie interfaces appear to be divided into two parts:
52 * the generic stuff of the ie chip is all done with data structures
76 * there are 3 kinds of sun "ie" interfaces:
107 * The page map effects BOTH how the ie chip sees the
128 * on the onboard ie interface the 24 bit address space is hardwired
239 struct ie_softc ie; member in struct:ie_mbmem_softc
407 sc = &vsc->ie;
    [all...]
  /src/sys/arch/hppa/gsc/
if_ie_gsc.c 97 struct ie_softc ie; member in struct:ie_gsc_softc
375 struct ie_softc *sc = &gsc->ie;
  /src/sys/dev/vme/
if_ie_vme.c 29 * Converted to SUN ie driver by Charles D. Cranor,
38 * written so that different "ie" interfaces can be controlled by the same
45 * the ie chip operates in a 24 bit address space.
47 * most ie interfaces appear to be divided into two parts:
52 * the generic stuff of the ie chip is all done with data structures
76 * there are 3 kinds of sun "ie" interfaces:
107 * The page map effects BOTH how the ie chip sees the
128 * on the onboard ie interface the 24 bit address space is hardwired
237 struct ie_softc ie; member in struct:ie_vme_softc
481 sc = &vsc->ie;
    [all...]
  /src/sys/dev/pci/
if_ipwreg.h 271 struct ieee80211_ie_wpa ie; member in struct:ipw_wpa_ie
  /src/sys/arch/x86/x86/
mpbios.c 608 struct mpbios_int ie; local in function:mpbios_scan
804 ie = *iep;
810 ie.dst_apic_id = sc->sc_pic.pic_apicid;
811 mpbios_int((char *)&ie, type,

Completed in 60 milliseconds

1 2