Home
last modified time | relevance | path

Searched refs:nin (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dioctl.c47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...) in fc_run_priv() argument
56 no_err = nin & FCRP_NOERROR; in fc_run_priv()
57 nin &= ~FCRP_NOERROR; in fc_run_priv()
60 if (nin + nout > FCC_MAX_CELLS) { in fc_run_priv()
62 service, nin, nout); in fc_run_priv()
63 nin = min(nin, FCC_MAX_CELLS); in fc_run_priv()
64 nout = FCC_MAX_CELLS - nin; in fc_run_priv()
68 cip->nargs = fc_int2cell(nin); in fc_run_priv()
70 for (i = 0; i < nin; i++) in fc_run_priv()
94 for (i = 0; i < nin; i++) in fc_run_priv()
H A Dmisc.c42 int error, nin; in fc_reg_read() local
50 nin = ((errp == NULL) ? 1 : (1 | FCRP_NOERROR)); in fc_reg_read()
52 error = fc_run_priv(env->private, service, nin, 1, virtaddr, &data); in fc_reg_read()
68 int error, nin; in fc_reg_write() local
76 nin = ((errp == NULL) ? 2 : (2 | FCRP_NOERROR)); in fc_reg_write()
78 error = fc_run_priv(env->private, service, nin, 0, virtaddr, data); in fc_reg_write()
/titanic_41/usr/src/uts/common/io/
H A Dneti_stack.c45 static net_instance_int_t *net_instance_int_create(net_instance_t *nin,
257 net_instance_int_create(net_instance_t *nin, net_instance_int_t *parent) in net_instance_int_create() argument
262 nini->nini_instance = nin; in net_instance_int_create()
327 net_instance_t *nin; in net_instance_alloc() local
332 nin = kmem_zalloc(sizeof (net_instance_t), KM_SLEEP); in net_instance_alloc()
333 nin->nin_version = version; in net_instance_alloc()
335 return (nin); in net_instance_alloc()
339 net_instance_free(net_instance_t *nin) in net_instance_free() argument
341 kmem_free(nin, sizeof (*nin)); in net_instance_free()
345 net_instance_register(net_instance_t *nin) in net_instance_register() argument
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c290 static uint_t nin, bufp; in secure_getbyte() local
294 if (nin == 0) { in secure_getbyte()
337 nin = bufp = msg_buf.length); in secure_getbyte()
342 return ((nin == 0) ? EOF : ucbuf[bufp - nin--]); in secure_getbyte()
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.cat.c400 int nin, nout, effective_rate, max_delay = 0, n; in main() local
554 while ((nin = read(0, buffer, BUFSIZ)) > 0) { in main()
576 nout = write(1, ptr, nin); in main()
589 nin -= nout; in main()
592 } while (nin > 0); in main()
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca_3des.c63 crypto_data_t *nin = &reqp->dr_ctx.in_dup; in dca_3des() local
117 if ((rv = dca_dupcrypto(in, nin)) != CRYPTO_SUCCESS) { in dca_3des()
126 reqp->dr_in = nin; in dca_3des()
171 crypto_data_t *nin = &reqp->dr_ctx.in_dup; in dca_3desupdate() local
261 if ((rv = dca_dupcrypto(in, nin)) != CRYPTO_SUCCESS) { in dca_3desupdate()
269 reqp->dr_in = nin; in dca_3desupdate()
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg352 Additional control lists may exist as families of objects are processed\nin \
/titanic_41/usr/src/cmd/fm/dicts/
H A DZFS.po58 …n\nAlternatively, the pool can be imported as-is, though it will be placed\nin the DEGRADED state …
H A DSCF.po615 …Ie/PCI-X bridge chip is located on an IOU or IOUA) or all the PCI-X slots \nin an I/O Boat are dec…
775 …Ie/PCI-X bridge chip is located on an IOU or IOUA) or all the PCI-X slots \nin an I/O Boat are dec…
777 …Ie/PCI-X bridge chip is located on an IOU or IOUA) or all the PCI-X slots \nin an I/O Boat are dec…
H A DSUN4V.po611 msgstr "An uncorrectable problem was detected in the IO hostbridge in which a mismatch\nin the SW a…
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dmsg.source650 "You must name a different printer\nin the -e option."