Searched refs:topt (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 133 struct t_optmgmt *topt, *tropt; local 896 struct t_optmgmt *topt, *tropt; local 900 topt = (struct t_optmgmt *)t_alloc(fd, T_OPTMGMT, 0); 901 if (topt == NULL) { 910 topt->opt.buf = (char *)malloc(sizeof (struct opthdr) + sizeof (int)); 911 topt->opt.maxlen = 0; 912 topt->opt.len = sizeof (struct opthdr) + sizeof (int); 913 topt->flags = T_NEGOTIATE; 914 sockopt = (struct opthdr *)topt->opt.buf; 918 (void) memcpy((char *)(topt->opt.buf + sizeof (struct opthdr)), [all …]
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 459 struct opthdr *topt; in __rpc_tli_set_options() local 510 topt = (struct opthdr *)buf; in __rpc_tli_set_options() 511 topt->level = optlevel; in __rpc_tli_set_options() 512 topt->name = optname; in __rpc_tli_set_options() 513 topt->len = optsz; in __rpc_tli_set_options()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 528 struct T_opthdr *topt; in pfp_packet() local 535 topt = (struct T_opthdr *)(mp0->b_rptr + tunit->OPT_offset); in pfp_packet() 537 ((char *)topt + _TPI_ALIGN_TOPT(sizeof (*topt))); in pfp_packet() 539 topt->len = tunit->OPT_length; in pfp_packet() 540 topt->level = SOL_PACKET; in pfp_packet() 541 topt->name = PACKET_AUXDATA; in pfp_packet() 542 topt->status = 0; in pfp_packet()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 1459 char topt[32]; in scsi_get_scsi_options() local 1468 (void) sprintf(topt, "target%d-scsi-options", tgt); in scsi_get_scsi_options() 1470 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, topt, -1); in scsi_get_scsi_options()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 975 showalloptions(argv, topt) in showalloptions() argument 977 option_t *topt;
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 6007 struct T_opthdr *topt = (struct T_opthdr *)buf; in tl_fill_option() local 6010 topt->level = SOL_SOCKET; in tl_fill_option() 6011 topt->name = SCM_UCRED; in tl_fill_option() 6012 topt->len = ucredminsize(cr) + sizeof (*topt); in tl_fill_option() 6013 topt->status = 0; in tl_fill_option() 6014 (void) cred2ucred(cr, cpid, (void *)(topt + 1), pcr); in tl_fill_option()
|