Searched defs:result (Results 226 - 250 of 1174) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.cpp110 int result; local
141 result = ioctl(_fd, IOCTL_HECI_GET_VERSION, &version_response);
142 if (result) {
144 fprintf(stderr, "error in IOCTL_HECI_GET_VERSION recieve message. err=%d\n", result);
168 result = ioctl(_fd, IOCTL_HECI_CONNECT_CLIENT, &client_connect);
169 if (result) {
171 fprintf(stderr, "error in IOCTL_HECI_CONNECT_CLIENT recieve message. err=%d\n", result);
234 fprintf(stderr, "read succeded with result %d\n", rv);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_main.c83 char *result; local
85 result = strdup(cp);
86 if (result == NULL)
89 return (result);
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c111 ds_devinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
117 *result = (void *)0;
122 *result = ds_dip;
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_ddi.c204 _nskern_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) argument
210 *result = nskern_dip;
216 *result = 0;
359 ls_elt_t *result = 0; local
362 result = p->ls_next;
363 result->ls_prev->ls_next = result->ls_next;
364 result->ls_next->ls_prev = result->ls_prev;
365 LS_INIT(result);
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c220 iptun_getinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
224 *result = iptun_dip;
227 *result = NULL;
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c48 h1394_cmd_priv_t *cmd_private, int *result);
50 h1394_cmd_priv_t *cmd_private, int *result);
52 h1394_cmd_priv_t *cmd_private, int *result);
54 h1394_cmd_priv_t *cmd_private, int *result);
56 cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result);
58 cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result);
60 cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result);
149 h1394_cmd_priv_t *cmd_private, int *result)
164 *result = H1394_STATUS_INVALID_BUSGEN;
166 *result
148 hci1394_s1394if_phy(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
196 hci1394_s1394if_write(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
245 hci1394_s1394if_read(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
295 hci1394_s1394if_lock(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
343 hci1394_s1394if_write_response(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
392 hci1394_s1394if_read_response(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
443 hci1394_s1394if_lock_response(void *hal_private, cmd1394_cmd_t *cmd_id, h1394_cmd_priv_t *cmd_private, int *result) argument
[all...]
/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/
H A Dbl.c84 bl_getinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
90 *result = bl_dip;
94 *result = (void *)(uintptr_t)getminor((dev_t)arg);
98 *result = NULL;
H A Dcpuid_drv.c55 cpuid_getinfo(dev_info_t *devi, ddi_info_cmd_t cmd, void *arg, void **result) argument
73 *result = 0;
75 *result = cpuid_devi;
H A Ddump.c77 dump_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
81 *result = dump_devi;
84 *result = 0;
H A Dclone.c127 void **result)
136 *result = (void *)cln_dip;
141 *result = (void *)0;
126 cln_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_node.c42 ci[2] = (cell_t)1; /* #result cells */
44 ci[4] = p1275_dnode2cell(OBP_NONODE); /* Res1: Prime result */
60 ci[2] = (cell_t)1; /* #result cells */
62 ci[4] = p1275_dnode2cell(OBP_NONODE); /* Res1: Prime result */
78 void *result)
108 switch ((*cb)(curnode, arg, result)) {
140 bytype_cb(pnode_t node, void *arg, void *result) argument
143 *((pnode_t *)result) = node;
152 pnode_t result = OBP_NONODE; local
153 prom_walk_devs(node, bytype_cb, devtype, &result);
77 prom_walk_devs(pnode_t node, int (*cb)(pnode_t, void *, void *), void *arg, void *result) argument
163 byname_cb(pnode_t node, void *arg, void *result) argument
175 pnode_t result = OBP_NONODE; local
[all...]
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c92 static struct tm result; local
100 tmp = &result;
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c247 bpf_getinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
253 *result = bpf_dev_info;
257 *result = (void *)0;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_cmd.h70 } result; member in struct:nfscmd_res
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c271 XenbusState result; local
273 int err = xenbus_gather(XBT_NULL, path, "state", "%d", &result, NULL);
275 result = XenbusStateClosed;
277 return (result);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c91 psm_intr_op_t op, int *result);
95 psm_intr_op_t op, int *result) = NULL;
273 psm_intr_op_t op, int *result)
278 return (apix_irm_alloc_fixed(dip, handle, result));
283 return (apix_irm_free_fixed(dip, handle, result));
291 return ((*psm_intr_ops_saved)(dip, handle, op, result));
311 int *result)
329 PSM_INTR_OP_ALLOC_VECTORS, result));
340 PSM_INTR_OP_ALLOC_VECTORS, result));
358 PSM_INTR_OP_ALLOC_VECTORS, result));
272 apix_irm_intr_ops(dev_info_t *dip, ddi_intr_handle_impl_t *handle, psm_intr_op_t op, int *result) argument
310 apix_irm_alloc_fixed(dev_info_t *dip, ddi_intr_handle_impl_t *handle, int *result) argument
375 apix_irm_free_fixed(dev_info_t *dip, ddi_intr_handle_impl_t *handle, int *result) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm_plat.c104 ppm_manage_early_cpus(dev_info_t *dip, int new, int *result) argument
113 *result = DDI_FAILURE;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.c36 uint8_t *chap_passwd, uint8_t *result);
300 * *result.
304 uint8_t *chap_passwd, uint8_t *result)
319 bcopy(tmp_result, result,
303 encode_chap_password(int identifier, int chap_passwd_len, uint8_t *chap_passwd, uint8_t *result) argument
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c46 void *arg, void **result);
156 void *arg, void **result)
164 *result = (void *)hubd_get_dip((dev_t)arg);
165 if (*result != NULL) {
172 *result = (void *)(intptr_t)instance;
155 hubd_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c229 LDAPMessage *result=NULL,*ent=NULL; local
261 ent=ldap_first_entry(ld, result);
282 ldap_msgfree(result);
389 LDAPMessage *result=NULL, *ent=NULL; local
406 for (ent=ldap_first_entry(ld, result); ent != NULL; ent=ldap_next_entry(ld, ent)) {
443 ldap_msgfree(result);
H A Dldap_services.c192 LDAPMessage *result=NULL, *ent=NULL; local
261 &result)) != LDAP_SUCCESS) {
266 ent = ldap_first_entry(ld, result);
275 ldap_msgfree(result);
423 LDAPMessage *result=NULL,*ent=NULL; local
469 ent=ldap_first_entry(ld, result);
514 ldap_msgfree(result);
H A Dldap_tkt_policy.c206 LDAPMessage *result=NULL,*ent=NULL; local
249 ent=ldap_first_entry(ld, result);
260 ldap_msgfree(result);
436 LDAPMessage *result=NULL,*ent=NULL; local
463 count = ldap_count_entries(ld, result);
475 for (ent=ldap_first_entry(ld, result), count=0; ent != NULL; ent=ldap_next_entry(ld, ent), ++count) {
485 ldap_msgfree(result);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvcredir.c181 cvcr_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
190 *result = (void *)cvcr_dip;
195 *result = (void *)0;
/illumos-gate/usr/src/uts/sun4u/starfire/cvcredir/
H A Dcvcredir.c176 cvcr_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
185 *result = (void *)cvcr_dip;
190 *result = (void *)0;

Completed in 816 milliseconds

1234567891011>>