Searched defs:handled (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c832 boolean_t handled = B_FALSE; local
854 handled = B_TRUE;
863 handled = B_TRUE;
938 error == EINVAL) && handled) {
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c80 static int handle_common_opts(int c, boolean_t *handled);
346 * @param handled
347 * RETURN: whether the given option flag was handled.
355 boolean_t *handled)
362 *handled = B_TRUE;
395 *handled = B_FALSE;
428 boolean_t handled; local
431 error = handle_common_opts(c, &handled);
432 if (error == 0 && handled == B_FALSE) {
596 boolean_t handled; local
353 handle_common_opts( int c, boolean_t *handled) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2078 * but so far their timeout mechanisms are handled in
2704 int handled = 0; local
2723 handled++;
2730 handled++;
2737 handled++;
2742 "interrupt bits not handled (0x%x)", obdb);
2744 handled++;
2747 handled++;
2749 return (handled? DDI_INTR_CLAIMED : DDI_INTR_UNCLAIMED);
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1491 boolean_t handled; local
1502 handled = B_TRUE;
1505 handled = (status & PVSCSI_INTR_ALL_SUPPORTED) != 0;
1506 if (handled)
1511 if (handled) {
1542 return (handled ? DDI_INTR_CLAIMED : DDI_INTR_UNCLAIMED);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4807 * to tcp and let the rest be handled in strwrite().
5108 * Get socket options. For SOL_SOCKET options some options are handled
5478 boolean_t handled = B_FALSE; local
5554 handled = B_TRUE;
5573 handled = B_TRUE;
5582 handled = B_TRUE;
5693 error == EINVAL) && handled) {

Completed in 76 milliseconds