Home
last modified time | relevance | path

Searched refs:old_id (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c295 char *old_id = NULL; in get_wild() local
301 old_id = strdup(_priv_exec->id); in get_wild()
302 wild_id = old_id; in get_wild()
310 if (old_id) in get_wild()
311 free(old_id); in get_wild()
/titanic_41/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c364 char *old_id = NULL; in get_wild() local
370 old_id = strdup(_priv_exec->id); in get_wild()
371 wild_id = old_id; in get_wild()
379 if (old_id) in get_wild()
380 free(old_id); in get_wild()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c324 mddb_recid_t old_id; in expand_record() local
362 old_id = parent_rh->r_next_recid; in expand_record()
382 mddb_deleterec_wrapper(old_id); in expand_record()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4623 uint32_t old_id; in fctl_create_remote_port() local
4627 old_id = pd->pd_port_id.port_id; in fctl_create_remote_port()
4634 d_id, old_id); in fctl_create_remote_port()