Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c262 nini->nini_instance = nin; in net_instance_int_create()
327 net_instance_t *nin; in net_instance_alloc() local
333 nin->nin_version = version; in net_instance_alloc()
335 return (nin); in net_instance_alloc()
341 kmem_free(nin, sizeof (*nin)); in net_instance_free()
353 if (nin->nin_create == NULL || nin->nin_destroy == NULL) in net_instance_register()
554 net_instance_t *nin; in neti_stack_apply_create() local
576 nin = tmp->nini_instance; in neti_stack_apply_create()
620 net_instance_t *nin; in neti_stack_apply_shutdown() local
642 nin = tmp->nini_instance; in neti_stack_apply_shutdown()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c288 static uint_t nin, bufp; in secure_getbyte() local
292 if (nin == 0) { in secure_getbyte()
335 nin = bufp = msg_buf.length); in secure_getbyte()
340 return ((nin == 0) ? EOF : ucbuf[bufp - nin--]); in secure_getbyte()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c339 uint_t i, nin; in efipart_inithandles() local
349 status = efi_get_protocol_handles(&gEfiBlockIoProtocolGuid, &nin, &hin); in efipart_inithandles()
354 printf("%s: Got %d BLOCK IO MEDIA handle(s)\n", __func__, nin); in efipart_inithandles()
357 for (i = 0; i < nin; i++) { in efipart_inithandles()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg352 Additional control lists may exist as families of objects are processed\nin \
/illumos-gate/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 …
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source648 "You must name a different printer\nin the -e option."