Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c290 mdnamelist_t *p, *tailp, *toplp, *newlp; in create_trans_compslist() local
315 newlp = create_nlp(); in create_trans_compslist()
316 newlp->namep = tp->masternamep; in create_trans_compslist()
318 toplp = tailp = newlp; in create_trans_compslist()
320 tailp->next = newlp; in create_trans_compslist()
321 tailp = newlp; in create_trans_compslist()
330 newlp = create_nlp(); in create_trans_compslist()
331 newlp->namep = tp->lognamep; in create_trans_compslist()
333 toplp = tailp = newlp; in create_trans_compslist()
335 tailp->next = newlp; in create_trans_compslist()
[all …]
/titanic_41/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_41/usr/src/cmd/lvm/util/
H A Dmetastat.c943 mdnamelist_t *p, *tailp, *toplp, *newlp; in create_trans_compslist() local
965 newlp = create_nlp(sp); in create_trans_compslist()
966 newlp->namep = tp->masternamep; in create_trans_compslist()
968 toplp = tailp = newlp; in create_trans_compslist()
970 tailp->next = newlp; in create_trans_compslist()
971 tailp = newlp; in create_trans_compslist()
977 newlp = create_nlp(sp); in create_trans_compslist()
978 newlp->namep = tp->lognamep; in create_trans_compslist()
980 toplp = tailp = newlp; in create_trans_compslist()
982 tailp->next = newlp; in create_trans_compslist()
[all …]
/titanic_41/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 );