/src/lib/libc/rpc/ |
xdr_reference.c | 80 caddr_t loc = *pp; local in function:__weak_alias 83 if (loc == NULL) 89 *pp = loc = mem_alloc(size); 90 if (loc == NULL) { 94 memset(loc, 0, size); 101 stat = (*proc)(xdrs, loc); 104 mem_free(loc, size);
|
xdr_reference.c | 80 caddr_t loc = *pp; local in function:__weak_alias 83 if (loc == NULL) 89 *pp = loc = mem_alloc(size); 90 if (loc == NULL) { 94 memset(loc, 0, size); 101 stat = (*proc)(xdrs, loc); 104 mem_free(loc, size);
|
/src/sys/arch/arm/broadcom/ |
bcm53xx_i2c.c | 62 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmi2c_ccb_match 64 if (strcmp(cf->cf_name, loc->loc_name)) 77 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmi2c_ccb_attach 84 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
bcm53xx_i2c.c | 62 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmi2c_ccb_match 64 if (strcmp(cf->cf_name, loc->loc_name)) 77 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmi2c_ccb_attach 84 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
bcm53xx_nand.c | 67 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmnand_ccb_match 69 if (strcmp(cf->cf_name, loc->loc_name)) 82 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmnand_ccb_attach 89 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
bcm53xx_sdhc.c | 66 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:sdhc_ccb_match 68 if (strcmp(cf->cf_name, loc->loc_name)) 82 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:sdhc_ccb_attach 86 loc->loc_offset, loc->loc_size, &ccbsc->ccbsc_bsh); 101 loc->loc_size); 109 ccbsc->ccbsc_ih = intr_establish(loc->loc_intrs[0], IPL_VM, IST_LEVEL, 113 loc->loc_intrs[0]); 117 loc->loc_intrs[0]);
|
bcm53xx_nand.c | 67 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmnand_ccb_match 69 if (strcmp(cf->cf_name, loc->loc_name)) 82 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmnand_ccb_attach 89 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
bcm53xx_sdhc.c | 66 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:sdhc_ccb_match 68 if (strcmp(cf->cf_name, loc->loc_name)) 82 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:sdhc_ccb_attach 86 loc->loc_offset, loc->loc_size, &ccbsc->ccbsc_bsh); 101 loc->loc_size); 109 ccbsc->ccbsc_ih = intr_establish(loc->loc_intrs[0], IPL_VM, IST_LEVEL, 113 loc->loc_intrs[0]); 117 loc->loc_intrs[0]);
|
bcm53xx_mdio.c | 69 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmmdio_ccb_match 71 if (strcmp(cf->cf_name, loc->loc_name)) 84 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmmdio_ccb_attach 92 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
bcm53xx_mdio.c | 69 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmmdio_ccb_match 71 if (strcmp(cf->cf_name, loc->loc_name)) 84 const struct bcm_locators * const loc = &ccbaa->ccbaa_loc; local in function:bcmmdio_ccb_attach 92 loc->loc_offset, loc->loc_size, &sc->sc_bsh);
|
/src/sys/external/isc/atheros_hal/dist/ |
ah_eeprom_v1.c | 117 int i, loc; local in function:ath_hal_v1EepromAttach 201 for (i = 0, loc = AR_EEPROM_ATHEROS_TP_SETTINGS; i < AR_CHANNELS_MAX; i++, loc += AR_TP_SETTINGS_SIZE) { 205 chan->pcdac[0] = (athvals[loc] >> 10) & 0x3F; 206 chan->gainF[0] = (athvals[loc] >> 4) & 0x3F; 207 chan->pcdac[1] = ((athvals[loc] << 2) & 0x3C) 208 | ((athvals[loc+1] >> 14) & 0x03); 209 chan->gainF[1] = (athvals[loc+1] >> 8) & 0x3F; 210 chan->pcdac[2] = (athvals[loc+1] >> 2) & 0x3F; 211 chan->gainF[2] = ((athvals[loc+1] << 4) & 0x30 [all...] |
ah_eeprom_v1.c | 117 int i, loc; local in function:ath_hal_v1EepromAttach 201 for (i = 0, loc = AR_EEPROM_ATHEROS_TP_SETTINGS; i < AR_CHANNELS_MAX; i++, loc += AR_TP_SETTINGS_SIZE) { 205 chan->pcdac[0] = (athvals[loc] >> 10) & 0x3F; 206 chan->gainF[0] = (athvals[loc] >> 4) & 0x3F; 207 chan->pcdac[1] = ((athvals[loc] << 2) & 0x3C) 208 | ((athvals[loc+1] >> 14) & 0x03); 209 chan->gainF[1] = (athvals[loc+1] >> 8) & 0x3F; 210 chan->pcdac[2] = (athvals[loc+1] >> 2) & 0x3F; 211 chan->gainF[2] = ((athvals[loc+1] << 4) & 0x30 [all...] |
/src/usr.sbin/installboot/ |
cd9660.c | 113 off_t loc; local in function:cd9660_findstage2 159 loc = (off_t)isonum_733(idr->extent) * blocksize; 160 rv = pread(params->fsfd, buf, blocksize, loc);
|
cd9660.c | 113 off_t loc; local in function:cd9660_findstage2 159 loc = (off_t)isonum_733(idr->extent) * blocksize; 160 rv = pread(params->fsfd, buf, blocksize, loc);
|
/src/games/boggle/boggle/ |
prtable.c | 71 int a, b, cols, loc, maxlen, nrows, z; local in function:prtable 85 b = c = z = loc = 0; 93 loc += (*length)(base, j); 102 while (loc < z * maxlen) { 104 loc++;
|
prtable.c | 71 int a, b, cols, loc, maxlen, nrows, z; local in function:prtable 85 b = c = z = loc = 0; 93 loc += (*length)(base, j); 102 while (loc < z * maxlen) { 104 loc++;
|
/src/sys/dev/hpc/ |
button.c | 90 int *loc; local in function:button_attach 94 loc = device_cfdata(self)->cf_loc; 95 sc->sc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP]); 96 sc->sc_port = loc[HPCIOIFCF_PORT]; 97 sc->sc_id = loc[HPCIOIFCF_ID]; 98 sc->sc_active = loc[HPCIOIFCF_ACTIVE]; 103 if (loc[HPCIOIFCF_LEVEL] != HPCIOIFCF_LEVEL_DEFAULT) { 105 if (loc[HPCIOIFCF_LEVEL] == 0) 112 switch (loc[HPCIOIFCF_EDGE]) { 127 __FILE__, __LINE__, loc[HPCIOIFCF_EDGE]) [all...] |
button.c | 90 int *loc; local in function:button_attach 94 loc = device_cfdata(self)->cf_loc; 95 sc->sc_hc = (*haa->haa_getchip)(haa->haa_sc, loc[HPCIOIFCF_IOCHIP]); 96 sc->sc_port = loc[HPCIOIFCF_PORT]; 97 sc->sc_id = loc[HPCIOIFCF_ID]; 98 sc->sc_active = loc[HPCIOIFCF_ACTIVE]; 103 if (loc[HPCIOIFCF_LEVEL] != HPCIOIFCF_LEVEL_DEFAULT) { 105 if (loc[HPCIOIFCF_LEVEL] == 0) 112 switch (loc[HPCIOIFCF_EDGE]) { 127 __FILE__, __LINE__, loc[HPCIOIFCF_EDGE]) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
nouveau_nvkm_subdev_acr_hsfw.c | 63 u32 loc, sig; local in function:nvkm_acr_hsfw_load_image 79 loc = *(u32 *)(fw->data + fwhdr->patch_loc); 83 loc = fwhdr->patch_loc; 127 hsfw->sig.patch_loc = loc;
|
nouveau_nvkm_subdev_acr_hsfw.c | 63 u32 loc, sig; local in function:nvkm_acr_hsfw_load_image 79 loc = *(u32 *)(fw->data + fwhdr->patch_loc); 83 loc = fwhdr->patch_loc; 127 hsfw->sig.patch_loc = loc;
|
/src/bin/sh/ |
error.h | 61 sigjmp_buf loc; member in struct:jmploc
|
error.h | 61 sigjmp_buf loc; member in struct:jmploc
|
/src/lib/libc/locale/ |
setlocale.c | 64 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache) 66 const char *monetary_name = loc->part_name[LC_MONETARY]; 67 const char *numeric_name = loc->part_name[LC_NUMERIC]; 68 const char *message_name = loc->part_name[LC_MESSAGES]; 69 _NumericLocale *numeric = loc->part_impl[LC_NUMERIC]; 70 _MonetaryLocale *monetary = loc->part_impl[LC_MONETARY]; 85 loc->cache = old_cache; 132 loc->cache = cache; 179 locale_t loc; local in function:__setlocale 189 loc = _current_locale() [all...] |
setlocale.c | 64 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache) 66 const char *monetary_name = loc->part_name[LC_MONETARY]; 67 const char *numeric_name = loc->part_name[LC_NUMERIC]; 68 const char *message_name = loc->part_name[LC_MESSAGES]; 69 _NumericLocale *numeric = loc->part_impl[LC_NUMERIC]; 70 _MonetaryLocale *monetary = loc->part_impl[LC_MONETARY]; 85 loc->cache = old_cache; 132 loc->cache = cache; 179 locale_t loc; local in function:__setlocale 189 loc = _current_locale() [all...] |
/src/games/phantasia/ |
gamesupport.c | 30 long loc; /* location in player file */ local in function:changestats 52 loc = -1L; 62 loc = Fileloc; 68 if (loc < 0L && (loc = findname(Databuf, playerp)) < 0L) 407 writerecord(playerp, loc); 416 freerecord(playerp, loc); 499 long loc = 0L; /* location in file */ local in function:purgeoldplayers 505 fseek(Playersfp, loc, SEEK_SET); 515 freerecord(&Other, loc); 526 long loc = 0L; \/* location in scoreboard file *\/ local in function:enterscore [all...] |