Home
last modified time | relevance | path

Searched refs:tlp (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c317 const struct tag_list *tlp; in poe_tagname() local
320 for (tlp = tag_list; tlp->tl_name != NULL; tlp++) in poe_tagname()
321 if (tagtype == tlp->tl_type) in poe_tagname()
322 return (tlp->tl_name); in poe_tagname()
334 const struct tag_list *tlp; in poe_codename() local
337 for (tlp = code_list; tlp->tl_name != NULL; tlp++) in poe_codename()
338 if (codetype == tlp->tl_type) in poe_codename()
339 return (tlp->tl_name); in poe_codename()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c257 lnode_t *lp, *tlp; in makelonode() local
274 tlp = lp; in makelonode()
275 if (tlp == NULL) { in makelonode()
276 tlp = kmem_cache_alloc(lnode_cache, KM_SLEEP); in makelonode()
286 kmem_cache_free(lnode_cache, tlp); in makelonode()
291 lp = tlp; in makelonode()
560 lnode_t *tlp, *nlp; in lgrow() local
562 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp = nlp) { in lgrow()
565 nlp = tlp->lo_next; in lgrow()
566 tlp->lo_next = newtable[hash].lh_chain; in lgrow()
[all …]
/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) {
890 for (tlp = entry->tl_data; tlp; tlp = tlp->tl_data_next) {
897 if (tlp->tl_data_length)
960 krb5_tl_data *tlp; local
1016 for (tlp = entry->tl_data; tlp; tlp = tlp->tl_data_next)
1038 for (tlp = entry->tl_data; tlp;
1039 tlp = tlp->tl_data_next) {
1048 tlp->
2139 tlp = &dbentry.tl_data;
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c215 iwscn_list_t *tlp; /* This target's entry */ in srpop() local
224 if ((tlp = srrm(vp)) == NULL) { in srpop()
233 srinterrupt(tlp, close); in srpop()
237 kmem_free(tlp, sizeof (*tlp)); in srpop()
248 tlp->wl_next = NULL; in srpop()
249 *lpp = tlp; in srpop()
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c964 struct transit_list *tlp; in delspan_insert() local
975 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
2859 trh->trh_head = tlp; in transit_list_insert()
2874 if (*tlpp == tlp) in transit_list_remove()
2875 *tlpp = tlp->trl_next; in transit_list_remove()
2876 tlp->trl_next = NULL; in transit_list_remove()
2882 struct transit_list *tlp; in pfnum_to_transit_list() local
2884 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in pfnum_to_transit_list()
2891 return (tlp); in pfnum_to_transit_list()
2902 struct transit_list *tlp; in pfn_is_being_deleted() local
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h686 disp_lock_t *tlp; \
687 tlp = (tp)->t_lockp; \
689 disp_lock_exit_high(tlp); \
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc137 struct conv_list *tlp; in free_conv_list() local
153 tlp = list->next; in free_conv_list()
155 list = tlp; in free_conv_list()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3127 struct iflist *tlp = NULL; in if_report() local
3213 if ((tlp != NULL) && in if_report()
3252 tlp->tot = t; in if_report()
3253 *nextnew = tlp; in if_report()
3254 nextnew = &tlp->next_if; in if_report()
3334 cleanlist = tlp; in if_report()
3526 if ((tlp != NULL) && in if_report()
3565 tlp->tot = t; in if_report()
3566 *nextnew = tlp; in if_report()
3567 nextnew = &tlp->next_if; in if_report()
[all …]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1455 disp_lock_t *tlp; in door_return() local
1463 tlp = caller->t_lockp; in door_return()
1478 disp_lock_exit_high(tlp); in door_return()
1831 disp_lock_t *tlp; in door_get_server() local
1888 tlp = server_t->t_lockp; in door_get_server()
1906 disp_lock_exit(tlp); in door_get_server()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc271 * - mtlp-d: a malformed tlp to be transmitted downstream
356 * - flt-mtlp-u: a malformed tlp transmitted upstream - leaf only
1470 * downstream malformed tlp
1499 * upstream malformed tlp
1858 * propagate onto pci express as a poisoned tlp
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8476 line_t *tlp; local
8519 tlp = lp; /* title line */
8526 bam_add_line(mp, ent, tlp, lp);