Searched defs:tlp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c254 lnode_t *lp, *tlp; local
271 tlp = lp;
272 if (tlp == NULL) {
273 tlp = kmem_cache_alloc(lnode_cache, KM_SLEEP);
283 kmem_cache_free(lnode_cache, tlp);
288 lp = tlp;
557 lnode_t *tlp, *nlp; local
559 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c215 iwscn_list_t *tlp; /* This target's entry */ local
224 if ((tlp = srrm(vp)) == NULL) {
233 srinterrupt(tlp, close);
237 kmem_free(tlp, sizeof (*tlp));
248 tlp->wl_next = NULL;
249 *lpp = tlp;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c319 const struct tag_list *tlp; local
322 for (tlp = tag_list; tlp->tl_name != NULL; tlp++)
323 if (tagtype == tlp->tl_type)
324 return (tlp->tl_name);
336 const struct tag_list *tlp; local
339 for (tlp = code_list; tlp->tl_name != NULL; tlp
[all...]
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc139 struct conv_list *tlp; local
155 tlp = list->next;
157 list = tlp;
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c794 krb5_tl_data *tlp; local
853 for (tlp = entry->tl_data; tlp; tlp = tlp->tl_data_next) {
858 switch (tlp->tl_data_type) {
890 for (tlp = entry->tl_data; tlp; tlp = tlp
960 krb5_tl_data *tlp; local
2118 krb5_tl_data **tlp, *tl; local
[all...]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1440 disp_lock_t *tlp; local
1448 tlp = caller->t_lockp;
1463 disp_lock_exit_high(tlp);
1816 disp_lock_t *tlp; local
1873 tlp = server_t->t_lockp;
1891 disp_lock_exit(tlp);
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c963 struct transit_list *tlp; local
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {
977 for (mdsp = tlp->trl_spans; mdsp != NULL;
2851 transit_list_insert(struct transit_list *tlp) argument
2857 tlp->trl_next = trh->trh_head;
2858 trh->trh_head = tlp;
2862 transit_list_remove(struct transit_list *tlp) argument
2881 struct transit_list *tlp; local
2901 struct transit_list *tlp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2728 struct iflist *tlp = NULL; local
2816 if ((tlp != NULL) &&
2817 ((strcmp(buf, tlp->ifname) == 0))) {
2852 tlp = malloc(sizeof (struct iflist));
2853 (void) strlcpy(tlp->ifname, buf,
2854 sizeof (tlp->ifname));
2855 tlp->tot = t;
2856 *nextnew = tlp;
2857 nextnew = &tlp->next_if;
2935 tlp
3041 struct iflist *tlp = NULL; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8557 line_t *tlp; local
8600 tlp = lp; /* title line */
8607 bam_add_line(mp, ent, tlp, lp);

Completed in 293 milliseconds