Home
last modified time | relevance | path

Searched refs:newlp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c713 line_t *newlp; in bam_add_findroot() local
741 newlp = s_calloc(1, sizeof (line_t)); in bam_add_findroot()
742 newlp->cmd = s_strdup(menu_cmds[FINDROOT_CMD]); in bam_add_findroot()
743 newlp->sep = s_strdup(" "); in bam_add_findroot()
744 newlp->arg = s_strdup(grubsign); in bam_add_findroot()
746 "%s%s%s", newlp->cmd, newlp->sep, in bam_add_findroot()
747 newlp->arg); in bam_add_findroot()
748 newlp->line = s_strdup(linebuf); in bam_add_findroot()
749 bam_add_line(mp, entry, line, newlp); in bam_add_findroot()
754 newlp->line)); in bam_add_findroot()
[all …]
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c1338 LDAPPend *newlp;
1339 newlp = (LDAPPend *)NSLDAPI_CALLOC( 1,
1341 if( newlp == NULL )
1348 newlp->lp_msgid = msgid;
1349 newlp->lp_result = result;
1350 link_pend( ld, newlp );