Home
last modified time | relevance | path

Searched defs:tl (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdserv.c110 u_int32_t *tl; in nfsrvd_access() local
324 u_int32_t *tl; in nfsrvd_setattr() local
636 u_int32_t *tl; in nfsrvd_readlink() local
679 u_int32_t *tl; in nfsrvd_read() local
865 u_int32_t *tl; in nfsrvd_write() local
1072 u_int32_t *tl; in nfsrvd_create() local
1240 u_int32_t *tl; in nfsrvd_mknod() local
1457 u_int32_t *tl; in nfsrvd_remove() local
1539 u_int32_t *tl; in nfsrvd_rename() local
1710 u_int32_t *tl; in nfsrvd_link() local
[all …]
Dnfs_nfsdsubs.c1337 u_int32_t *tl; in nfsrv_wcc() local
1358 u_int32_t *tl; in nfsrv_postopattr() local
1435 u_int32_t *tl; in nfsrv_mtofh() local
1722 u_int32_t *tl, *retnump; in nfsrv_putreferralattr() local
1845 u_int32_t *tl; in nfsrv_parsename() local
2102 uint32_t *tl; in nfsd_getminorvers() local
Dnfs_fha_new.c136 uint32_t *tl; in fhanew_get_fh() local
196 uint32_t *tl; in fhanew_get_offset() local
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dtxg.c788 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset)
802 txg_list_destroy(txg_list_t *tl)
813 txg_list_empty(txg_list_t *tl, uint64_t txg)
827 txg_all_lists_empty(txg_list_t *tl)
842 txg_list_add(txg_list_t *tl, void *p, uint64_t txg)
867 txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg)
895 txg_list_remove(txg_list_t *tl, uint64_t txg)
920 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg)
944 txg_list_member(txg_list_t *tl, void *p, uint64_t txg)
957 txg_list_head(txg_list_t *tl, uint64_t txg)
[all …]
/freebsd-12-stable/usr.sbin/dumpcis/
Dreadcis.c125 struct tuple_list *tl; in freecis() local
196 struct tuple_list *tl = 0, *last_tl; in read_tuples() local
253 struct tuple_list *tl; in read_one_tuplelist() local
361 find_tuple_in_list(struct tuple_list *tl, unsigned char code) in find_tuple_in_list()
Dmain.c39 struct tuple_list *tl; in scanfile() local
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dgen_template.c268 struct tlist *tl = calloc(1, sizeof(*tl)); in tlist_new() local
285 tlist_count(struct tlist *tl) in tlist_count()
297 tlist_add(struct tlist *tl) in tlist_add()
303 tlist_print(struct tlist *tl) in tlist_print()
332 struct tlist *tl = tlist_find_by_name(tname); in tlist_cmp_name() local
338 tlist_cmp(const struct tlist *tl, const struct tlist *ql) in tlist_cmp()
372 tlist_find_dup(const struct tlist *tl) in tlist_find_dup()
805 struct tlist *tl; in generate_template_type() local
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c275 u_int32_t *tl; in nfsrpc_accessrpc() local
470 u_int32_t *tl; in nfsrpc_openrpc() local
670 u_int32_t *tl; in nfsrpc_opendowngrade() local
835 u_int32_t *tl; in nfsrpc_closerpc() local
876 u_int32_t *tl; in nfsrpc_openconfirm() local
919 u_int32_t *tl; in nfsrpc_setclient() local
1296 u_int32_t *tl; in nfsrpc_setattrrpc() local
1339 u_int32_t *tl; in nfsrpc_lookup() local
1441 u_int32_t *tl; in nfsrpc_readlink() local
1562 u_int32_t *tl; in nfsrpc_readrpc() local
[all …]
Dnfs_clport.c692 } tl; in nfscl_filllockowner() local
783 u_int32_t *tl; in nfscl_wcc_data() local
841 u_int32_t *tl; in nfscl_postop_attr() local
1197 } tl; in nfscl_procdoesntexist() local
/freebsd-12-stable/sys/fs/nfs/
Dnfs_commonsubs.c293 u_int32_t *tl; in nfscl_reqstart() local
457 u_int32_t *tl; in nfscl_fillsattr() local
777 u_int32_t *tl; in nfsm_strtom() local
860 u_int32_t *tl; in nfsm_fhtom() local
1039 u_int32_t *tl; in nfsm_getfh() local
1075 u_int32_t *tl; in nfsrv_dissectacl() local
1128 u_int32_t *tl; in nfsrv_skipace() local
1149 u_int32_t *tl; in nfsrv_getattrbits() local
1198 u_int32_t *tl; in nfsv4_loadattr() local
2462 u_int32_t *tl; in nfsv4_fillattr() local
[all …]
Dnfs_commonacl.c47 u_int32_t *tl; in nfsrv_dissectace() local
290 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; in nfsrv_buildace() local
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
Dmarshall.c96 krb5_tl_data *tl) in kadm5_store_tl_data()
108 krb5_tl_data *tl) in kadm5_ret_tl_data()
Dget_s.c42 krb5_tl_data *tl; in add_tl_data() local
Dent_setup.c202 krb5_tl_data *tl; in _kadm5_setup_entry() local
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_vfpf_if.h85 struct channel_tlv tl; member
92 struct channel_tlv tl; member
104 struct channel_tlv tl; member
158 struct channel_tlv tl; member
277 struct channel_tlv tl; member
403 struct channel_tlv tl; member
411 struct channel_tlv tl; member
417 struct channel_tlv tl; member
423 struct channel_tlv tl; member
436 struct channel_tlv tl; member
[all …]
/freebsd-12-stable/bin/ed/
Dundo.c136 line_t *lp, *ep, *tl; in clear_undo_stack() local
/freebsd-12-stable/contrib/nvi/ex/
Dex_move.c87 recno_t cnt, diff, fl, tl, mfl, mtl; in ex_move() local
Dex_tag.c92 long tl; in ex_tag_push() local
1034 long tl; in ctag_sfile() local
1267 linear_search(char *string, char *front, char *back, long tl) in linear_search()
/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_box.c66 chtype tl, chtype tr, in wborder()
/freebsd-12-stable/contrib/mandoc/
Dterm_tab.c46 struct tablist *tl; in term_tab_set() local
/freebsd-12-stable/contrib/ntp/libntp/
Dprettydate.c73 int64 tl; in get_struct_tm() local
/freebsd-12-stable/sys/dev/pms/RefTisa/sat/src/
Dsmsat.c4482 bit16 tl = 0; in smsatRead6() local
4800 bit32 tl = 0; in smsatRead10() local
5266 bit32 tl = 0; in smsatRead12() local
5705 bit32 tl = 0; in smsatRead16() local
6158 bit16 tl = 0; in smsatWrite6() local
6473 bit32 tl = 0; in smsatWrite10() local
6917 bit32 tl = 0; in smsatWrite12() local
7339 bit32 tl = 0; in smsatWrite16() local
7769 bit32 tl = 0; in smsatVerify10() local
8052 bit32 tl = 0; in smsatVerify12() local
[all …]
/freebsd-12-stable/crypto/openssl/crypto/evp/
Dbio_ok.c540 unsigned long tl; in block_out() local
571 unsigned long tl = 0; in block_in() local
/freebsd-12-stable/usr.bin/tail/
Dreverse.c195 struct bfelem *tl, *first = NULL; in r_buf() local
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
Dsat.c1211 bit32 tl = 0; in satRead10() local
1939 bit32 tl = 0; in satRead12() local
2370 bit32 tl = 0; in satRead16() local
2819 bit16 tl = 0; in satRead6() local
3148 bit32 tl = 0; in satWrite16() local
3580 bit32 tl = 0; in satWrite12() local
4003 bit32 tl = 0; in satWrite10() local
4711 bit16 tl = 0; in satWrite6() local
7792 bit32 tl = 0; in satVerify10() local
8218 bit32 tl = 0; in satVerify12() local
[all …]

123