Searched refs:result (Results 526 - 550 of 1411) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c669 int result = 0, timeout_fired = 0; local
763 result = EFAULT;
791 result = EINVAL;
804 result = EIO;
819 result = EINVAL;
828 result = ECANCELED;
859 result = ENOENT;
876 result = ELOOP;
890 result = EAGAIN;
892 result
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c262 * and return the result. Note that this works for several types, e.g. both strings
273 * @param result Pointer to where to store result
277 match_compare_property (HalDevice *d, const char *key, const char *right_side, dbus_int64_t *result) argument
290 *result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side);
295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0);
300 *result = ((dbus_int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (right_side, NULL, 0));
305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side));
636 dbus_int64_t result; local
637 if (!match_compare_property (d, prop_to_check, attr[3], &result)) {
643 dbus_int64_t result; local
649 dbus_int64_t result; local
655 dbus_int64_t result; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c409 struct hostent *result, char *buffer, int buflen,
437 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2ent);
460 struct hostent *result, char *buffer, int buflen,
479 result->h_addrtype = AF_INET;
480 result->h_length = sizeof (struct in_addr);
483 result->h_addr_list = (char **)ROUND_UP(
486 result->h_aliases = (char **)ROUND_UP(result->h_addr_list,
488 result->h_aliases[0] = buffer;
489 result
408 _filter_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
459 __s_api_hostname2ip(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
[all...]
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c165 * the kernel has no reason to retain the contract. As a result
187 * cond_noneg: If set, indicates that the result of negotiation has
287 * levels of detail result in calls to contract_device_status() to supply
314 * being called where the result of the negotiation is recorded in the
317 * final result of the negotiation. A single NACK overrides all other ACKs
318 * If there is no NACK, then a single ACK will result in an overall ACK
319 * result. If there are no ACKs or NACKs, then the result CT_NONE is
322 * I/O framework then calls contract_device_negend() with a result code
900 * Converts a result intege
904 result_str(uint_t result) argument
1421 int result = CT_NONE; local
1586 uint_t result = CT_NONE; local
1944 uint_t result; local
2010 contract_device_negend(dev_info_t *dip, dev_t dev, int spec_type, int result) argument
2040 int result; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c151 uint_t result = 0, r = DDI_INTR_UNCLAIMED; local
195 result += r;
199 if (result)
203 if (result)
478 ddi_intr_handle_impl_t *hdlp, void *result)
488 ret = pci_intx_get_cap(rdip, (int *)result);
495 *(int *)result = hdlp->ih_scratch1;
500 *(int *)result = hdlp->ih_pri ?
513 (cpuid_t *)result);
533 ret = pci_intx_get_pending(rdip, (int *)result);
477 px_intx_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, ddi_intr_handle_impl_t *hdlp, void *result) argument
549 px_msix_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, ddi_intr_handle_impl_t *hdlp, void *result) argument
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c365 ddi_hp_property_t request, result; local
380 copyin(rval, &result, sizeof (ddi_hp_property_t)))
386 bzero(&result, sizeof (result));
392 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf;
393 result.buf_size = result32.buf_size;
533 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf,
534 &result.buf_size)) != DDI_SUCCESS) {
538 if (copyout(&result, rval, sizeof (ddi_hp_property_t))) {
545 if (result
569 ddi_hp_property_t request, result; local
748 pcishpc_hp_ops(dev_info_t *dip, char *cn_name, ddi_hp_op_t op, void *arg, void *result) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h102 extern papi_status_t lpd_find_printer_info(service_t *svc, printer_t **result);
/illumos-gate/usr/src/lib/efcode/packages/
H A Dpopulate.c58 fc_cell_t len, result; local
80 fc_ptr2cell(dropin_name), fc_ptr2cell(buf), len, &result);
240 fc_cell_t len, result; local
271 fc_ptr2cell(method), fc_ptr2cell(buf), len, &result);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c634 const char *result; local
637 result = sym_ntos(__p_type_syms, type, &success);
639 return (result);
670 const char *result; local
673 result = sym_ntos(__p_class_syms, class, &success);
675 return (result);
1208 unsigned long result; local
1212 result = sym_ston(__p_class_syms, buf, &success);
1220 result = strtoul(buf + 5, &endptr, 10);
1221 if (errno == 0 && *endptr == '\0' && result <
1231 unsigned long result; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dssp.c229 SPNEGO_NEGRESULT result; local
372 * Get final SPNEGO result from the INPUT token.
374 rc = spnegoGetNegotiationResult(stok_in, &result);
380 DPRINT("spnego result: 0x%x", result);
381 if (result != spnego_negresult_success) {
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechstr.c322 * Return a strcmp-like result (positive, zero, or negative).
343 pkcs11_mapping_t *result = NULL; local
352 result = (pkcs11_mapping_t *)bsearch((void *)&target, (void *)mapping,
355 if (result != NULL) {
356 return (result->str);
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dacos.s79 call PIC_F(_SVID_libm_err) / report SVID result/error
H A Dasin.s64 call PIC_F(_SVID_libm_err) / report SVID result/error
/illumos-gate/usr/src/cmd/refer/
H A Dhunt5.c28 result(unsigned *mptr, int nf, FILE *fc) function
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.h75 void audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result,
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fcp.c164 int result; local
168 result = s1394_fa_list_remove(hal, target, type);
169 if (result == DDI_SUCCESS) {
180 return (result);
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c136 int result; local
156 &idma_ctrlinfo, 0, &result);
163 tnf_int, result, result);
582 int result; local
595 &icp->ic_isoch_hdl, &result)) != DDI_SUCCESS) {
597 AV1394_TNF_ISOCH_ERROR, "", tnf_int, result, result);
673 int result; local
696 &update_info, 0, &result);
724 int result; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_cmd.h70 } result; member in struct:nfscmd_res
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c502 * Invoked from the SM as a result of client's invocation of
913 uint32_t crc = 0xffffffff, result; local
934 result = crc ^ 0xffffffff;
937 byte0 = (uint8_t)(result & 0xFF);
938 byte1 = (uint8_t)((result >> 8) & 0xFF);
939 byte2 = (uint8_t)((result >> 16) & 0xFF);
940 byte3 = (uint8_t)((result >> 24) & 0xFF);
941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
944 return (result);
956 uint32_t result; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dnulldriver.c126 void *arg, void **result)
125 nulldriver_getinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h87 int result);
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c50 ddi_intr_op_t intr_op, ddi_intr_handle_impl_t *hdlp, void *result);
73 ddi_ctl_enum_t op, void *arg, void *result);
456 ddi_ctl_enum_t ctlop, void *arg, void *result)
485 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
490 *(int *)result = 0;
500 *(int *)result = totreg;
508 *(off_t *)result = (reg_p + rn)->size_low;
510 "rn = %d, REGSIZE=%x.\n", rn, *(off_t *)result);
812 ddi_intr_handle_impl_t *hdlp, void *result)
823 *(int *)result
455 niumx_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
811 niumx_intr_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, ddi_intr_handle_impl_t *hdlp, void *result) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_mem.h72 uint32_t result; /* result of the operation */ member in struct:__anon10323
105 #define DR_MEM_SRES_NONE 0x0 /* no sub-result */
/illumos-gate/usr/src/uts/sun4/io/
H A Dtod.c148 tod_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) argument
158 *result = (void *)NULL;
161 *result = (void *)softc->dip;
166 *result = (void *)(uintptr_t)inst;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dbbc_beep.c66 void **result);
281 void *arg, void **result)
299 *result = (void *)bbc_beeptr->bbc_beep_dip;
307 *result = (void *)(uintptr_t)instance;
280 bbc_beep_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument

Completed in 120 milliseconds

<<21222324252627282930>>