Searched refs:old_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c352 char *old_ptr; local
404 old_ptr = strpbrk(linebuf, " \t\n");
405 old_ptr = skip_wspace(old_ptr);
406 if (old_ptr == NULL) {
418 * old_ptr is either at "flags1" or "unix"
420 if ((unix_ptr = strstr(old_ptr, "/unix")) != NULL) {
438 unix_ptr = rskip_bspace(old_ptr, unix_ptr);
440 if (unix_ptr == old_ptr) {
444 flags1_ptr = old_ptr;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c9017 mdi_realloc(void *old_ptr, size_t old_size, size_t new_size) argument
9022 if (old_ptr) {
9023 bcopy(old_ptr, new_ptr, MIN(old_size, new_size));
9024 kmem_free(old_ptr, old_size);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c16883 char *old_ptr; local
16915 old_ptr = ppa_ptr;
16923 *new_ppa_ptr = stoi(&old_ptr);
16924 else if (*new_ppa_ptr != (uint_t)stoi(&old_ptr))

Completed in 97 milliseconds