Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c319 const struct tag_list *tlp; in poe_tagname() local
322 for (tlp = tag_list; tlp->tl_name != NULL; tlp++) in poe_tagname()
323 if (tagtype == tlp->tl_type) in poe_tagname()
324 return (tlp->tl_name); in poe_tagname()
336 const struct tag_list *tlp; in poe_codename() local
339 for (tlp = code_list; tlp->tl_name != NULL; tlp++) in poe_codename()
340 if (codetype == tlp->tl_type) in poe_codename()
341 return (tlp->tl_name); in poe_codename()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c254 lnode_t *lp, *tlp; in makelonode() local
271 tlp = lp; in makelonode()
272 if (tlp == NULL) { in makelonode()
273 tlp = kmem_cache_alloc(lnode_cache, KM_SLEEP); in makelonode()
283 kmem_cache_free(lnode_cache, tlp); in makelonode()
288 lp = tlp; in makelonode()
557 lnode_t *tlp, *nlp; in lgrow() local
559 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp = nlp) { in lgrow()
560 uint_t hash = ltablehash(tlp->lo_vp, newsize); in lgrow()
562 nlp = tlp->lo_next; in lgrow()
[all …]
/titanic_44/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->tl_data_next) {
891 if (tlp->tl_data_type == KRB5_TL_KADM_DATA && !kadm)
895 (int) tlp->tl_data_type,
896 (int) tlp->tl_data_length);
897 if (tlp->tl_data_length)
898 for (i=0; i<tlp->tl_data_length; i++)
899 fprintf(arg->ofile, "%02x", tlp->tl_data_contents[i]);
[all …]
/titanic_44/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()
/titanic_44/usr/src/uts/common/os/
H A Dmem_config.c963 struct transit_list *tlp; in delspan_insert() local
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
977 for (mdsp = tlp->trl_spans; mdsp != NULL; in delspan_insert()
2851 transit_list_insert(struct transit_list *tlp) in transit_list_insert() argument
2857 tlp->trl_next = trh->trh_head; in transit_list_insert()
2858 trh->trh_head = tlp; in transit_list_insert()
2862 transit_list_remove(struct transit_list *tlp) in transit_list_remove() argument
2870 while (*tlpp != NULL && *tlpp != tlp) in transit_list_remove()
2873 if (*tlpp == tlp) in transit_list_remove()
2874 *tlpp = tlp->trl_next; in transit_list_remove()
[all …]
/titanic_44/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Delfrd.c548 struct libpath *tlp; in pop_libpath() local
550 tlp = lp; in pop_libpath()
552 free(tlp->lp_path); in pop_libpath()
553 free(tlp); in pop_libpath()
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h680 disp_lock_t *tlp; \
681 tlp = (tp)->t_lockp; \
683 disp_lock_exit_high(tlp); \
/titanic_44/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc139 struct conv_list *tlp; in free_conv_list() local
155 tlp = list->next; in free_conv_list()
157 list = tlp; in free_conv_list()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2728 struct iflist *tlp = NULL; in if_report() local
2816 if ((tlp != NULL) && in if_report()
2817 ((strcmp(buf, tlp->ifname) == 0))) { in if_report()
2852 tlp = malloc(sizeof (struct iflist)); in if_report()
2853 (void) strlcpy(tlp->ifname, buf, in if_report()
2854 sizeof (tlp->ifname)); in if_report()
2855 tlp->tot = t; in if_report()
2856 *nextnew = tlp; in if_report()
2857 nextnew = &tlp->next_if; in if_report()
2935 tlp = cleanlist->next_if; in if_report()
[all …]
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1440 disp_lock_t *tlp; in door_return() local
1448 tlp = caller->t_lockp; in door_return()
1463 disp_lock_exit_high(tlp); in door_return()
1816 disp_lock_t *tlp; in door_get_server() local
1873 tlp = server_t->t_lockp; in door_get_server()
1891 disp_lock_exit(tlp); in door_get_server()
/titanic_44/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
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7685 line_t *tlp; local
7725 tlp = lp; /* title line */
7732 bam_add_line(mp, ent, tlp, lp);