Searched defs:tailp (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c87 fs_sharelist_t *tailp; local
91 tailp = NULL;
112 tailp = newp;
114 tailp->next = newp;
115 tailp = newp;
H A Dfs_mount_defaults.c99 fs_mntdefaults_t *tailp; local
103 tailp = NULL;
140 tailp = newp;
142 tailp->next = newp;
143 tailp = newp;
163 fs_mntdefaults_t *tailp; local
167 tailp = NULL;
191 tailp = newp;
193 tailp->next = newp;
194 tailp
[all...]
H A Dfs_mounts.c164 fs_mntlist_t *tailp; local
169 tailp = NULL;
203 tailp = newp;
205 tailp->next = newp;
206 tailp = newp;
275 fs_mntlist_t *tailp; local
280 tailp = NULL;
309 tailp = newp;
311 tailp->next = newp;
312 tailp
331 fs_mntlist_t *tailp; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c175 nltype *tailp; local
222 for (tailp = cycleheadp; tailp->cnext; tailp = tailp->cnext) {
227 printname(tailp);
257 tailp->cnext = childp;
269 for (tailp = childp; tailp->cnext;
270 tailp
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c250 decl_list **tailp, *endp; local
257 tailp = &defp->def.st.decls;
267 endp = *tailp = decls;
268 tailp = &decls->next;
272 *tailp = NULL;
289 decl_list **tailp; local
301 tailp = &defp->def.st.decls;
334 tailp = &decls->next;
342 *tailp = decls;
345 tailp
393 enumval_list **tailp; local
436 case_list **tailp; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c1035 rds_free_send_buf(rds_ep_t *ep, rds_buf_t *headp, rds_buf_t *tailp, uint_t nbuf, argument
1045 if (tailp == NULL) {
1051 tailp = tmp;
1053 tailp = headp;
1069 spool->pool_tailp = tailp;
H A Drdsib_ib.c1027 rds_buf_t *headp, *tailp, *bp; local
1033 tailp = NULL;
1115 tailp->buf_nextp = bp;
1116 tailp = bp;
1119 tailp = bp;
1139 rds_free_send_buf(ep, headp, tailp, npolled, lock);
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c290 mdnamelist_t *p, *tailp, *toplp, *newlp; local
297 tailp = toplp = NULL;
318 toplp = tailp = newlp;
320 tailp->next = newlp;
321 tailp = newlp;
333 toplp = tailp = newlp;
335 tailp->next = newlp;
336 tailp = newlp;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mh.c532 md_disk_status_list_t **tailp = &head; local
539 dsp = *tailp = Zalloc(sizeof (*dsp));
540 tailp = &dsp->next;
H A Dmeta_mn_subr.c377 mndiskset_membershiplist_t **tailp = nl; local
386 nlp = *tailp = Zalloc(sizeof (*nlp));
387 tailp = &nlp->next;
438 nlp = *tailp = Zalloc(sizeof (*nlp));
439 tailp = &nlp->next;
H A Dmeta_import.c295 did_list_t *tailp = did_listp; local
297 while (tailp != NULL) {
298 if (tailp->did_index == did_index)
299 return (tailp);
300 tailp = tailp->next;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c307 prop_db_info_t **tailp = lipp; local
354 tailp = &lip->li_nextprop;
374 *tailp = lip;
/illumos-gate/usr/src/cmd/od/
H A Dod.c293 static output_t **tailp = &head; variable
315 *tailp = out;
316 tailp = &out->next;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c266 struct directio_buf **tailp, page_t **pplist)
279 dbp->next = *tailp;
280 *tailp = dbp;
264 directio_start(struct ufsvfs *ufsvfsp, struct inode *ip, size_t nbytes, offset_t offset, char *addr, enum seg_rw rw, struct proc *procp, struct directio_buf **tailp, page_t **pplist) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c667 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; local
674 tailp = &dummy;
691 tailp->next = sp;
692 tailp = sp;
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c741 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; local
748 tailp = &dummy;
765 tailp->next = sp;
766 tailp = sp;
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetastat.c943 mdnamelist_t *p, *tailp, *toplp, *newlp; local
950 tailp = toplp = NULL;
968 toplp = tailp = newlp;
970 tailp->next = newlp;
971 tailp = newlp;
980 toplp = tailp = newlp;
982 tailp->next = newlp;
983 tailp = newlp;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1368 xfs_sharelist_t *tailp; local
1372 tailp = NULL;
1394 tailp = newp;
1396 tailp->next = newp;
1397 tailp = newp;
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2753 char *tailp = NULL; local
2781 size = strtoll(t, &tailp, 0);
2787 size = strtoll(t, &tailp, 0);
2793 size = strtoll(t, &tailp, 0);
2799 size = strtoll(t, &tailp, 0);
2814 size = strtoll(t, &tailp, 0);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h409 vgen_port_t *tailp; /* tail */ member in struct:vgen_portlist
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c410 dsl_dir_t **ddp, const char **tailp)
469 * tailp==NULL and there's any component left.
472 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {
475 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp);
478 if (tailp != NULL)
479 *tailp = next;
409 dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag, dsl_dir_t **ddp, const char **tailp) argument
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2345 mblk_t *ret_mp = NULL, **tailp = &ret_mp, *next; local
2358 *tailp = mp;
2359 tailp = &mp->b_next;
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c5426 struct hostname_cache **hpp, **tailp, *hp, *entry; local
5463 tailp = hpp;
5480 hnc_unreg(tailp);
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6447 ohci_td_t *tailp, *headp, *next; local
6470 tailp = (ohci_td_t *)(ohci_td_iommu_to_cpu(ohcip, addr));
6474 (void *)headp, (void *)tailp);
6479 ohci_td_cpu_to_iommu(ohcip, tailp));
6486 while (headp != tailp) {
6503 (void *)headp, (void *)tailp);
6513 "ohci_traverse_tds: tailp = 0x%x headp = 0x%x",
10415 ohci_td_t *tailp, *headp, *nextp; local
10428 tailp = (ohci_td_t *)(ohci_td_iommu_to_cpu(ohcip,
10456 while (nextp != tailp) {
10568 ohci_td_t *headp, *tailp; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c4793 mblk_t *tailp = NULL; local
4814 listp = tailp = nmp;
4816 tailp->b_next = nmp;
4817 tailp = nmp;

Completed in 173 milliseconds