/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/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/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/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/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/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/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 482 sc = &vsc->ie; [all...] |
/src/sys/net80211/ |
ieee80211_ioctl.c | 1593 void *ie; local in function:ieee80211_ioctl_setoptie 1606 ie = malloc(ireq->i_len, M_DEVBUF, M_WAITOK); 1607 if (ie == NULL) 1609 error = copyin(ireq->i_data, ie, ireq->i_len); 1613 ic->ic_opt_ie = ie;
|
ieee80211_input.c | 1276 "ie %d/%d too long", 1950 ieee80211_saveie(u_int8_t **iep, const u_int8_t *ie) 1952 u_int ielen = ie[1]+2; 1955 if (*iep == NULL || (*iep)[1] != ie[1]) { 1961 memcpy(*iep, ie, ielen); 2053 "%s", "ie too short"); \ 2297 struct ieee80211_tim_ie *ie = local in function:ieee80211_recv_mgmt_beacon 2300 ni->ni_dtim_count = ie->tim_count; 2301 ni->ni_dtim_period = ie->tim_period; 2598 /* XXX verify only one of RSN and WPA ie's? * [all...] |
ieee80211_node.c | 991 * Preserve SSID, WPA, and WME ie's so the bss node is 1249 saveie(u_int8_t **iep, const u_int8_t *ie) 1252 if (ie == NULL) 1255 ieee80211_saveie(iep, ie); 1319 struct ieee80211_tim_ie *ie = local in function:ieee80211_add_scan 1322 ni->ni_dtim_count = ie->tim_count; 1323 ni->ni_dtim_period = ie->tim_period;
|
ieee80211.h | 537 u_int8_t ie; /* IEEE80211_ELEMID_COUNTRY */ member in struct:ieee80211_country_ie
|
/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/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,
|
/src/sys/dev/pci/ |
if_ipwreg.h | 271 struct ieee80211_ie_wpa ie; member in struct:ipw_wpa_ie
|