Searched refs:nin (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | neti_stack.c | 45 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 …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | secure.c | 288 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 D | lp.cat.c | 400 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 D | dca_3des.c | 63 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 D | efipart.c | 339 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 D | rtld.msg | 352 Additional control lists may exist as families of objects are processed\nin \
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 …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 D | msg.source | 648 "You must name a different printer\nin the -e option."
|