Home
last modified time | relevance | path

Searched refs:tailp (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c173 nltype *tailp; in dfn_findcycle() local
220 for (tailp = cycleheadp; tailp->cnext; tailp = tailp->cnext) { in dfn_findcycle()
225 printname(tailp); in dfn_findcycle()
255 tailp->cnext = childp; in dfn_findcycle()
267 for (tailp = childp; tailp->cnext; in dfn_findcycle()
268 tailp = tailp->cnext) { in dfn_findcycle()
269 tailp->cnext->cyclehead = cycleheadp; in dfn_findcycle()
274 printname(tailp->cnext); in dfn_findcycle()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c250 decl_list **tailp, *endp; in def_struct() local
257 tailp = &defp->def.st.decls; in def_struct()
267 endp = *tailp = decls; in def_struct()
268 tailp = &decls->next; in def_struct()
272 *tailp = NULL; in def_struct()
289 decl_list **tailp; in def_program() local
301 tailp = &defp->def.st.decls; in def_program()
334 tailp = &decls->next; in def_program()
342 *tailp = decls; in def_program()
345 tailp = &decls->next; in def_program()
[all …]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c162 fs_mntlist_t *tailp; in fs_get_filtered_mount_list() local
167 tailp = NULL; in fs_get_filtered_mount_list()
201 tailp = newp; in fs_get_filtered_mount_list()
203 tailp->next = newp; in fs_get_filtered_mount_list()
204 tailp = newp; in fs_get_filtered_mount_list()
273 fs_mntlist_t *tailp; in fs_get_mounts_by_mntopt() local
278 tailp = NULL; in fs_get_mounts_by_mntopt()
307 tailp = newp; in fs_get_mounts_by_mntopt()
309 tailp->next = newp; in fs_get_mounts_by_mntopt()
310 tailp = newp; in fs_get_mounts_by_mntopt()
[all …]
H A Dfs_shares.c85 fs_sharelist_t *tailp; in fs_get_share_list() local
89 tailp = NULL; in fs_get_share_list()
110 tailp = newp; in fs_get_share_list()
112 tailp->next = newp; in fs_get_share_list()
113 tailp = newp; in fs_get_share_list()
H A Dfs_mount_defaults.c97 fs_mntdefaults_t *tailp; in fs_get_filtered_mount_defaults() local
101 tailp = NULL; in fs_get_filtered_mount_defaults()
138 tailp = newp; in fs_get_filtered_mount_defaults()
140 tailp->next = newp; in fs_get_filtered_mount_defaults()
141 tailp = newp; in fs_get_filtered_mount_defaults()
161 fs_mntdefaults_t *tailp; in fs_get_mount_defaults() local
165 tailp = NULL; in fs_get_mount_defaults()
189 tailp = newp; in fs_get_mount_defaults()
191 tailp->next = newp; in fs_get_mount_defaults()
192 tailp = newp; in fs_get_mount_defaults()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_buf.h165 rds_buf_t *tailp, uint_t nbuf, boolean_t lock);
/illumos-gate/usr/src/cmd/od/
H A Dod.c297 static output_t **tailp = &head; variable
319 *tailp = out; in add_out()
320 tailp = &out->next; in add_out()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c304 prop_db_info_t **tailp = lipp; in parse_props() local
351 tailp = &lip->li_nextprop; in parse_props()
371 *tailp = lip; in parse_props()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c667 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; in msg_common() local
674 tailp = &dummy; in msg_common()
691 tailp->next = sp; in msg_common()
692 tailp = sp; in msg_common()
/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, in rds_free_send_buf() argument
1045 if (tailp == NULL) { in rds_free_send_buf()
1051 tailp = tmp; in rds_free_send_buf()
1053 tailp = headp; in rds_free_send_buf()
1069 spool->pool_tailp = tailp; in rds_free_send_buf()
H A Drdsib_ib.c1027 rds_buf_t *headp, *tailp, *bp; in rds_poll_send_completions() local
1033 tailp = NULL; in rds_poll_send_completions()
1115 tailp->buf_nextp = bp; in rds_poll_send_completions()
1116 tailp = bp; in rds_poll_send_completions()
1119 tailp = bp; in rds_poll_send_completions()
1139 rds_free_send_buf(ep, headp, tailp, npolled, lock); in rds_poll_send_completions()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c741 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; in msg_common() local
748 tailp = &dummy; in msg_common()
765 tailp->next = sp; in msg_common()
766 tailp = sp; in msg_common()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h415 uint64_t *tailp, uint64_t *state);
422 uint64_t *tailp, uint64_t *state);
H A Dvnet_gen.h409 vgen_port_t *tailp; /* tail */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c249 struct directio_buf **tailp, page_t **pplist) in directio_start() argument
262 dbp->next = *tailp; in directio_start()
263 *tailp = dbp; in directio_start()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1368 xfs_sharelist_t *tailp; in get_share_list() local
1372 tailp = NULL; in get_share_list()
1394 tailp = newp; in get_share_list()
1396 tailp->next = newp; in get_share_list()
1397 tailp = newp; in get_share_list()
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2753 char *tailp = NULL; in calc_size() local
2781 size = strtoll(t, &tailp, 0); in calc_size()
2787 size = strtoll(t, &tailp, 0); in calc_size()
2793 size = strtoll(t, &tailp, 0); in calc_size()
2799 size = strtoll(t, &tailp, 0); in calc_size()
2814 size = strtoll(t, &tailp, 0); in calc_size()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c429 dsl_dir_t **ddp, const char **tailp) in dsl_dir_hold() argument
491 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { in dsl_dir_hold()
495 tailp); in dsl_dir_hold()
498 if (tailp != NULL) in dsl_dir_hold()
499 *tailp = next; in dsl_dir_hold()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6429 ohci_td_t *tailp, *headp, *next; in ohci_traverse_tds() local
6452 tailp = (ohci_td_t *)(ohci_td_iommu_to_cpu(ohcip, addr)); in ohci_traverse_tds()
6456 (void *)headp, (void *)tailp); in ohci_traverse_tds()
6461 ohci_td_cpu_to_iommu(ohcip, tailp)); in ohci_traverse_tds()
6468 while (headp != tailp) { in ohci_traverse_tds()
6485 (void *)headp, (void *)tailp); in ohci_traverse_tds()
10395 ohci_td_t *tailp, *headp, *nextp; in ohci_wait_for_transfers_completion() local
10408 tailp = (ohci_td_t *)(ohci_td_iommu_to_cpu(ohcip, in ohci_wait_for_transfers_completion()
10436 while (nextp != tailp) { in ohci_wait_for_transfers_completion()
10449 if (nextp == tailp) { in ohci_wait_for_transfers_completion()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1212 plistp->tailp->nextp = portp; in vgen_port_list_insert()
1214 plistp->tailp = portp; in vgen_port_list_insert()
1236 if (portp == plistp->tailp) in vgen_port_list_remove()
1237 plistp->tailp = plistp->headp; in vgen_port_list_remove()
1246 if (portp == plistp->tailp) in vgen_port_list_remove()
1247 plistp->tailp = prevp; in vgen_port_list_remove()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2345 mblk_t *ret_mp = NULL, **tailp = &ret_mp, *next; in mac_protect_check() local
2358 *tailp = mp; in mac_protect_check()
2359 tailp = &mp->b_next; in mac_protect_check()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2324 mblk_t *head = NULL, **tailp = &head; in t4_fl_get_payload() local
2358 *tailp = mp; in t4_fl_get_payload()
2359 tailp = &mp->b_cont; in t4_fl_get_payload()
2383 *tailp = mp; in t4_fl_get_payload()
2384 tailp = &mp->b_cont; in t4_fl_get_payload()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c5411 struct hostname_cache **hpp, **tailp, *hp, *entry; in hnc_register() local
5448 tailp = hpp; in hnc_register()
5465 hnc_unreg(tailp); in hnc_register()