HomeSort by relevance Sort by last modified time
    Searched defs:tsl (Results 1 - 14 of 14) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
lufs_debug.c 360 struct topstats_link *tsl, **ptsl; local
370 tsl = topstats_anchor;
371 while (tsl) {
372 if (mtm->mtm_tops == &tsl->ts_stats) {
374 *ptsl = tsl->ts_next;
375 kmem_free(tsl, sizeof (*tsl));
378 ptsl = &tsl->ts_next;
379 tsl = tsl->ts_next
388 struct topstats_link *tsl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
tlabel.c 475 ts_label_t *tsl; local
478 if ((tsl = getflabel(vp)) == NULL)
481 if (copyout((caddr_t)label2bslabel(tsl), (caddr_t)label_p,
485 label_rele(tsl);
zone.c 3701 ts_label_t *tsl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_vfsops.c 890 ts_label_t *tsl = NULL; local
944 if (tsl != NULL)
945 label_rele(tsl);
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_snmp.c 663 ts_label_t *tsl; local
665 tsl = sctp->sctp_connp->conn_ixa->ixa_tsl;
667 mlp.tme_doi = label2doi(tsl);
668 mlp.tme_label = *label2bslabel(tsl);
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_rts.c 97 const ts_label_t *tsl, int match_flags, ip_stack_t *ipst, ire_t **pifire,
101 const ill_t *ill, zoneid_t zoneid, const ts_label_t *tsl, int match_flags,
307 ts_label_t *tsl = NULL; local
659 tsl = crgetlabel(ioc_cr);
665 if (tsl != NULL &&
667 (tsl->tsl_doi != rtsap->rtsa_doi ||
668 !bldominates(&tsl->tsl_label,
673 tsl = labelalloc(
702 tsl, match_flags_local, 0, ipst, NULL);
706 gw_addr, ill, zoneid, tsl, match_flags
    [all...]
tnet.c 1463 ts_label_t *tsl; local
    [all...]
ip6.c 1989 ts_label_t *tsl = NULL; local
    [all...]
sadb.c 85 static sadb_sens_t *sadb_make_sens_ext(ts_label_t *tsl, int *len);
3453 ts_label_t *tsl, *effective_tsl; local
4883 ts_label_t *tsl = NULL; local
5463 ts_label_t *tsl; local
    [all...]
ip.c 3549 ts_label_t *tsl = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit.c 2464 ts_label_t *tsl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_subr.c 5030 ts_label_t *tsl = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/udp/
udp.c 1771 ts_label_t *tsl; local
2766 ts_label_t *tsl; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/tcp/
tcp.c 13033 ts_label_t *tsl; local
    [all...]

Completed in 360 milliseconds