Home
last modified time | relevance | path

Searched refs:TIUSER (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h63 } TIUSER; typedef
64 #define TIUSERSZ sizeof (TIUSER)
94 extern int t_kalloc(TIUSER *, int, int, char **);
95 extern int t_kbind(TIUSER *, struct t_bind *, struct t_bind *);
96 extern int t_kclose(TIUSER *, int);
97 extern int t_kconnect(TIUSER *, struct t_call *, struct t_call *);
98 extern int t_kfree(TIUSER *, char *, int);
99 extern int t_kgetstate(TIUSER *, int *);
100 extern int t_kopen(struct file *, dev_t, int, TIUSER **, struct cred *);
101 extern int t_krcvudata(TIUSER *, struct t_kunitdata *, int *, int *);
[all …]
H A Dbootprops.h72 kdlifconfig(TIUSER *tiptr, int af, void *myIPaddr, void *mymask,
75 ksetifflags(TIUSER *tiptr, uint_t value, char *ifname);
77 kifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf, char *ifname);
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c82 static int nd_init(vnode_t *, TIUSER **);
83 static int nd_poll(TIUSER *, int, int *);
84 static int nd_send_data(TIUSER *, caddr_t, int, XDR *, uint32_t *);
85 static int nd_get_reply(TIUSER *, XDR *, uint32_t, int *);
108 static TIUSER *tiptr; in nfs_dump()
152 nd_init(vnode_t *dumpvp, TIUSER **tiptr) in nd_init()
230 nd_send_data(TIUSER *tiptr, caddr_t addr, int offset, XDR *xdrp, uint32_t *xidp) in nd_send_data()
358 nd_get_reply(TIUSER *tiptr, XDR *xdrp, uint32_t call_xid, int *badmsg) in nd_get_reply()
472 nd_poll(TIUSER *tiptr, int retry, int *eventp) in nd_poll()
H A Dnfs_dlinet.c208 static int ifioctl(TIUSER *, int, struct netbuf *);
218 static int revarp_myaddr(TIUSER *);
223 static int rtioctl(TIUSER *, int, struct rtentry *);
228 static int dlifconfig(TIUSER *, struct in_addr *, struct in_addr *,
230 static int setifflags(TIUSER *, uint_t);
634 TIUSER *tiptr; in whoami()
964 TIUSER *tiptr; in dhcpinit()
1301 dlifconfig(TIUSER *tiptr, struct in_addr *myIPaddr, struct in_addr *mymask, in dlifconfig()
1427 rtioctl(TIUSER *tiptr, int cmd, struct rtentry *rtentry) in rtioctl()
1454 ifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf) in ifioctl()
[all …]
/titanic_50/usr/src/uts/common/ktli/
H A Dt_kutil.c73 tli_send(TIUSER *tiptr, mblk_t *bp, int fmode) in tli_send()
88 tli_recv(TIUSER *tiptr, mblk_t **bp, int fmode) in tli_recv()
114 get_ok_ack(TIUSER *tiptr, int type, int fmode) in get_ok_ack()
202 t_kadvise(TIUSER *tiptr, uchar_t *addr, int addr_len) in t_kadvise()
H A Dt_kclose.c65 t_kclose(TIUSER *tiptr, int callclosef) in t_kclose()
H A Dt_kopen.c69 t_kopen(file_t *fp, dev_t rdev, int flags, TIUSER **tiptr, cred_t *cr) in t_kopen()
77 TIUSER *ntiptr; in t_kopen()
H A Dt_kspoll.c83 t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events) in t_kspoll()
H A Dt_kgtstate.c69 t_kgetstate(TIUSER *tiptr, int *state) in t_kgetstate()
H A Dt_kunbind.c70 t_kunbind(TIUSER *tiptr) in t_kunbind()
H A Dt_kbind.c68 t_kbind(TIUSER *tiptr, struct t_bind *req, struct t_bind *ret) in t_kbind()
H A Dt_ksndudat.c65 t_ksndudata(TIUSER *tiptr, struct t_kunitdata *unitdata, frtn_t *frtn) in t_ksndudata()
H A Dt_kfree.c67 t_kfree(TIUSER *tiptr, char *ptr, int struct_type) in t_kfree()
H A Dt_kalloc.c69 t_kalloc(TIUSER *tiptr, int struct_type, int fields, char **ptr) in t_kalloc()
H A Dt_kconnect.c69 t_kconnect(TIUSER *tiptr, struct t_call *sndcall, struct t_call *rcvcall) in t_kconnect()
H A Dt_krcvudat.c72 t_krcvudata(TIUSER *tiptr, struct t_kunitdata *unitdata, int *type, int *uderr) in t_krcvudata()
/titanic_50/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c65 kdlifconfig(TIUSER *tiptr, int af, void *myIPaddr, void *mymask, in kdlifconfig()
163 kifioctl(TIUSER *tiptr, int cmd, struct netbuf *nbuf, char *ifname) in kifioctl()
214 ksetifflags(TIUSER *tiptr, uint_t value, char *ifname) in ksetifflags()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c232 TIUSER *tiptr = nbp->nbp_tiptr; in nb_snddis()
552 TIUSER *tiptr; in nb_loan_fp()
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt.h358 extern int bindresvport(TIUSER *tiptr, struct netbuf *addr,
466 extern void t_kadvise(TIUSER *, uchar_t *, int);
H A Dclnt_gen.c219 TIUSER *tiptr, in bindresvport()
H A Dclnt_clts.c123 TIUSER *e_tiptr; /* pointer to transport endpoint */
1392 TIUSER *tiptr = NULL; in endpnt_get()
/titanic_50/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c88 TIUSER *tiptr; in rtime()
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c864 TIUSER *tiptr; in iscsi_net_interface()
865 TIUSER *tiptr6; in iscsi_net_interface()
/titanic_50/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c51 TIUSER *tiptr; in rds_do_ip_ioctl()
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp.c277 TIUSER *tiptr; in ibcm_do_ip_ioctl()

12