Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c310 char *old_id = NULL; in get_wild() local
316 old_id = strdup(_priv_exec->id); in get_wild()
317 wild_id = old_id; in get_wild()
325 if (old_id) in get_wild()
326 free(old_id); in get_wild()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4624 uint32_t old_id; in fctl_create_remote_port() local
4628 old_id = pd->pd_port_id.port_id; in fctl_create_remote_port()
4635 d_id, old_id); in fctl_create_remote_port()