Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c742 line_t *newlp; in bam_add_findroot() local
774 newlp = s_calloc(1, sizeof (line_t)); in bam_add_findroot()
775 newlp->cmd = s_strdup(menu_cmds[FINDROOT_CMD]); in bam_add_findroot()
776 newlp->sep = s_strdup(" "); in bam_add_findroot()
777 newlp->arg = s_strdup(grubsign); in bam_add_findroot()
779 "%s%s%s", newlp->cmd, newlp->sep, in bam_add_findroot()
780 newlp->arg); in bam_add_findroot()
781 newlp->line = s_strdup(linebuf); in bam_add_findroot()
782 bam_add_line(mp, entry, line, newlp); in bam_add_findroot()
787 fcn, newlp->line)); in bam_add_findroot()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c1336 LDAPPend *newlp;
1337 newlp = (LDAPPend *)NSLDAPI_CALLOC( 1,
1339 if( newlp == NULL )
1346 newlp->lp_msgid = msgid;
1347 newlp->lp_result = result;
1348 link_pend( ld, newlp );