Searched defs:nl (Results 51 - 75 of 97) sorted by relevance

1234

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c482 mem_dimm_list_t *dl, *nl; local
495 for (dl = bm->bm_dlist; dl != NULL; dl = nl) {
496 nl = dl->dl_next;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c369 int l, nl; local
383 s = am(myself, (nl = l + v->length) + 1);
395 *newLen = nl;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c160 int nl; local
164 nl = nleft;
167 if (--nl == 0) {
169 nl = nleft;
178 int nl; local
186 nl = nleft;
198 if (--nl == 0) {
200 nl = nleft;
H A Dexrecover.c761 int nl; local
765 nl = nleft;
768 if (--nl == 0) {
770 nl = nleft;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c1671 char nl = '\n'; local
1678 iov[2].iov_base = &nl;
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c297 mndiskset_membershiplist_t *nl; local
325 if (meta_read_nodelist(&cnt, &nl, ep)) {
425 if (meta_is_member(NULL, ownpar->d.owner, nl) != 1) {
609 meta_free_nodelist(nl);
617 meta_free_nodelist(nl);
H A Dmetastat.c64 static void print_concise_namelist(mdsetname_t *sp, mdnamelist_t **nl,
1168 mdnamelist_t *nl = NULL; local
1177 if (meta_get_sp_names(sp, &nl, 0, &error) >= 0) {
1182 for (nlp = nl; nlp != NULL; nlp = nlp->next) {
1253 free_names(&nl);
1258 if (meta_get_trans_names(sp, &nl, 0, &error) >= 0)
1259 print_concise_namelist(sp, &nl, 't');
1262 if (meta_get_mirror_names(sp, &nl, 0, &error) >= 0)
1263 print_concise_namelist(sp, &nl, 'm');
1266 if (meta_get_raid_names(sp, &nl,
1313 print_concise_namelist(mdsetname_t *sp, mdnamelist_t **nl, char mtype) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c645 name_entry *nl, *next; local
672 while (((nl = next) != NULL) && (!die)) {
674 if (statd_call_statd(nl->name) == 0) {
676 remove_name(nl->name, 1, 0);
679 delete_name(&recov_q.sm_recovhdp, nl->name);
689 "responding\n", nl->name);
775 name_entry *nl; local
777 nl = *namepp;
778 while (nl != NULL) {
779 if (str_cmp_address_specifier(nl
801 name_entry *nl; local
1177 name_entry *nl; local
1402 name_entry *nl, *next; local
1514 name_entry *nl; local
[all...]
H A Dsm_proc.c587 mon_entry *next, *nl; local
591 while ((nl = next) != NULL) {
594 str_cmp_unqual_hostname(nl->id.mon_id.mon_name,
596 nl_idp = &nl->id.mon_id.my_id;
605 (int)nl, mon_name ?
611 record_name(nl->id.mon_id.mon_name, 0);
612 /* if nl is not the first entry on list */
613 if (nl->prev != NULL)
614 nl->prev->nxt = nl
844 mon_entry *nl; local
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c320 compute_times(nltype *nl, profrec_t *psym) argument
332 psym->seconds = (double)nl->nticks;
333 if (nl->ncalls) {
334 psym->msecs_per_call = (double)nl->nticks /
335 (double)nl->ncalls;
339 psym->seconds = (double)nl->nticks / (double)hz;
340 if (nl->ncalls) {
343 (double)nl->ncalls;
350 ((double)nl->nticks / (double)n_pcsamples) * 100;
358 nltype *nl; local
416 nltype *nl; local
513 nltype *nl; local
[all...]
H A Dprof.c155 PROF_SYMBOL nl; variable
658 slp->sl_name = getname(ldptr, nl);
661 slp->sl_addr = (char *)nl.ps_sym.st_value;
662 slp->sl_size = nl.ps_sym.st_size;
1132 nl = ldptr->pf_symarr_p[symindex];
1139 ldptr->pf_symstr_p[nl.ps_sym.st_name],
1140 (unsigned char) nl.ps_sym.st_info,
1141 nl.ps_sym.st_value);
1150 return (nl.ps_sym.st_shndx < SHN_LORESERVE &&
1151 TXTSYM(nl
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c561 struct nlist *nl; local
564 nl = (struct nlist *)&caddr[N_SYMOFF(*exec)];
566 ld = (Link_dynamic *)&caddr[nl->n_value];
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h175 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c744 zap_leaf_transfer_array(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) argument
750 uint16_t nchunk = zap_leaf_chunk_alloc(nl);
752 &ZAP_LEAF_CHUNK(nl, nchunk).l_array;
772 zap_leaf_transfer_entry(zap_leaf_t *l, int entry, zap_leaf_t *nl) argument
780 chunk = zap_leaf_chunk_alloc(nl);
781 nle = ZAP_LEAF_ENTRY(nl, chunk);
784 (void) zap_leaf_rehash_entry(nl, chunk);
786 nle->le_name_chunk = zap_leaf_transfer_array(l, le->le_name_chunk, nl);
788 zap_leaf_transfer_array(l, le->le_value_chunk, nl);
793 zap_leaf_phys(nl)
800 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) argument
[all...]
H A Dzap.c617 zap_leaf_t *nl; local
678 nl = zap_create_leaf(zap, tx);
679 zap_leaf_split(l, nl, zap->zap_normflags != 0);
683 err = zap_set_idx_to_blk(zap, sibling+i, nl->l_blkid, tx);
690 *lp = nl;
692 zap_put_leaf(nl);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c886 mndiskset_membershiplist_t *nl, *nl2; local
903 if (meta_read_nodelist(&nodecnt, &nl, ep) == -1) {
905 nl = NULL;
982 nl2 = nl;
1154 meta_free_nodelist(nl);
1167 meta_free_nodelist(nl);
H A Dmeta_mirror.c883 mndiskset_membershiplist_t *nl, *p; local
888 if (meta_read_nodelist(&n, &nl, ep)) {
893 for (p = nl; (p != NULL); p = p->next) {
905 meta_free_nodelist(nl);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c886 * each new-line character is replaced with string <nl>.
889 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
902 sfputr(outfile,nl,-1);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c947 unsigned nl; /* number of literal/length codes */ local
959 nl = 257 + ((unsigned) b & 0x1f); /* number of literal/length codes */
967 if (nl > 286 || nd > 30)
992 n = nl + nd;
1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/illumos-gate/usr/src/cmd/file/
H A Dfile.c719 int nl; local
750 nl = 0;
759 if (nl++ > 6)
766 if (nl++ > 6)
775 if (nl++ > 6)
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c688 struct netidlist *nl; local
690 for (nl = rs->nlist; nl; nl = nl->next)
691 if (strcmp(nl->netid, netid) == 0)
693 if (nl)
695 nl = (struct netidlist *)malloc(sizeof (struct netidlist));
696 if (nl == NULL)
698 nl
716 struct netidlist *nl; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h159 struct nl *arc_parentp; /* pointer to parent's nl entry */
160 struct nl *arc_childp; /* pointer to child's nl entry */
204 struct nl *nl; /* ptr to nameslist for this module */ member in struct:mod_info
205 struct nl *npe; /* virtual end of module's namelist */
230 struct nl { struct
249 struct nl *cyclehead; /* pointer to head of cycle */
250 struct nl *cnex
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c723 struct natlog *nl; local
730 nl = (struct natlog *)((char *)ipl + sizeof(*ipl));
742 (void) sprintf(t, ".%-.6ld @%hd ", ipl->ipl_usec, nl->nlg_rule + 1);
745 if (nl->nlg_type == NL_NEWMAP)
747 else if (nl->nlg_type == NL_NEWRDR)
749 else if (nl->nlg_type == NL_FLUSH)
751 else if (nl->nlg_type == NL_EXPIRE)
753 else if (nl->nlg_type == NL_NEWBIMAP)
755 else if (nl->nlg_type == NL_NEWBLOCK)
757 else if (nl
[all...]
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c88 #define SYM_VALUE(sym) (nl[(sym)].n_value)
124 struct nlist *nl, *nlptr; variable in typeref:struct:nlist
339 nl = (struct nlist *)calloc(nlsize, sizeof (struct nlist));
341 nlptr = nl;
367 nlptr = nl;
386 for (nlptr = &nl[vs]; nlptr != &nl[endnm]; nlptr++) {
498 if (nlptr >= &nl[nlsize]) {
499 if ((nl = (struct nlist *)realloc(nl,
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c676 struct memlist *nl; local
689 nl = memlist_dup(t_mp->sbm_mlist);
690 mlret = memlist_delete_span(s_basepa, s_nbytes, &nl);
699 SBD_MEMLIST_DUMP(nl);
701 sbd_add_memory_spans(sbp, nl);
703 memlist_delete(nl);

Completed in 134 milliseconds

1234