Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
subr_optstr.c | 59 const char *keyp; local in function:optstr_get_pointer 62 keyp = key; 63 while (*optstr == *keyp) { 65 keyp++; 68 if (*optstr == '=' && *keyp == '\0') |
/src/usr.bin/sort/ | |
fsort.c | 85 RECHEADER **keypos, **keyp; local in function:fsort 164 for (keyp = &keypos[-1]; keyp >= keylist; keyp--) 165 *keyp = nbuffer + (*keyp - buffer); |
/src/sys/dev/ic/ | |
apple_smc_fan.c | 328 struct apple_smc_key **keyp; local in function:apple_smc_fan_attach_sensor 341 keyp = &sc->sc_fans[fan].sensors[sensor].sensor_key; 343 keyp); 363 fail1: apple_smc_release_key(sc->sc_smc, *keyp); 364 fail0: *keyp = NULL; 427 struct apple_smc_key **const keyp = local in function:apple_smc_fan_release_keys 429 if (*keyp != NULL) { 430 apple_smc_release_key(sc->sc_smc, *keyp); 431 *keyp = NULL; |