Searched defs:info (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/tools/
H A Dtime.c48 Dl_info info; local
51 if (dladdr1((void *)pc, &info, &sym, RTLD_DL_SYMENT) != NULL) {
52 if (strstr(info.dli_fname, ".so") == NULL)
53 *(char **)arg = (char *)info.dli_fname;
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen_impl.h120 usb_dev_handle_info_t *info; member in struct:__anon6
H A Dlibusbugen.c85 usb_dev_handle_info_t *info, int index, int interface, int alternate);
327 usb_dev_handle_info_t *info; local
340 /* create a handle and info structure */
346 if ((info = calloc(sizeof (*info), 1)) == NULL) {
352 hdl->info = info;
356 hdl->info->ep_fd[i] = -1;
357 hdl->info->ep_status_fd[i] = -1;
359 hdl->info
404 usb_dev_handle_info_t *info; local
444 usb_dev_handle_info_t *info; local
502 usb_dev_handle_info_t *info; local
544 usb_dev_handle_info_t *info; local
589 usb_dev_handle_info_t *info; local
632 usb_dev_handle_info_t *info; local
835 usb_dev_handle_info_t *info; local
922 usb_dev_handle_info_t *info; local
981 usb_dev_handle_info_t *info; local
1031 usb_dev_handle_info_t *info; local
1116 usb_dev_handle_info_t *info; local
1303 usb_dev_handle_info_t *info = hdl->info; local
1331 usb_set_ep_iface_alts(usb_dev_handle_impl_t *hdl, usb_dev_handle_info_t *info, int index, int interface, int alternate) argument
1381 usb_dev_handle_info_t *info = hdl->info; local
[all...]
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c63 static struct psinfo info; /* process information structure from /proc */ variable in typeref:struct:psinfo
225 * Determine which processes to print info about by searching
250 * Get the info structure for the process and close quickly.
252 if (read(procfd, &info, sizeof (info)) != sizeof (info)) {
267 psp->pdata.uid = info.pr_uid;
268 psp->pdata.pid = info.pr_pid;
269 psp->pdata.ppid = info.pr_ppid;
270 psp->pdata.sz = info
[all...]
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c144 /* IB device info cache */
263 * from the uverbs HCA info ioctl.
268 ibdev_cache_info_t *info; local
336 info = &ibdev_cache[hca_infop->uverbs_hca_devidx];
338 (void) strncpy(info->ibd_name,
342 sprintf(info->ibd_node_guid_str, "%04x:%04x:%04x:%04x",
349 sprintf(info->ibd_node_guid_external_str, "%04x:%04x:%04x:%04x",
356 sprintf(info->ibd_sys_image_guid, "%04x:%04x:%04x:%04x",
367 snprintf(info->ibd_fw_ver, sizeof (info
649 ibdev_cache_info_t *info = NULL; local
1117 ibdev_cache_info_t *info; local
1260 sol_cpu_info_t *info; local
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c127 * uri_struct manipulation, and static token info. All of that is used by the
1114 CK_INFO info; local
1199 rv = pFuncList->C_GetInfo(&info);
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h886 * The only info used by the driver is the size of this struct,
2163 /* More info on event */
2326 u64 info; member in struct:psif_epsc_csr_rsp
2833 /* Query destin for the response info field */
2834 struct psif_epsc_query_req info; member in struct:psif_epsc_csr_query
2848 /* Set destin for the response info field */
2849 struct psif_epsc_query_req info; member in struct:psif_epsc_csr_set
3122 /* Query table info pkey or gid */
3202 /** Payload or info */
H A Dpsif_hw_data_le.h860 * The only info used by the driver is the size of this struct,
2137 /* More info on event */
2300 u64 info; member in struct:psif_epsc_csr_rsp
2807 /* Query destin for the response info field */
2808 struct psif_epsc_query_req info; member in struct:psif_epsc_csr_query
2822 /* Set destin for the response info field */
2823 struct psif_epsc_query_req info; member in struct:psif_epsc_csr_set
3096 /* Query table info pkey or gid */
3176 /** Payload or info */

Completed in 175 milliseconds