Searched defs:info (Results 201 - 225 of 550) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c98 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *info)
104 efifb->fb_height = info->VerticalResolution;
105 efifb->fb_width = info->HorizontalResolution;
106 efifb->fb_stride = info->PixelsPerScanLine;
107 result = efifb_mask_from_pixfmt(efifb, info->PixelFormat,
108 &info->PixelInformation);
510 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *info; local
517 status = gop->QueryMode(gop, mode, &infosz, &info);
520 efifb_from_gop(&efifb, gop->Mode, info);
97 efifb_from_gop(struct efi_fb *efifb, EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *mode, EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *info) argument
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusb_busdma_loader.c416 struct usb_xfer_root *info; local
421 info = xfer->xroot;
423 mtx_assert(info->xfer_mtx, MA_OWNED);
427 USB_BUS_LOCK(info->bus);
429 USB_BUS_UNLOCK(info->bus);
441 info->dma_error = 0;
484 info->dma_nframes = nframes;
485 info->dma_currframe = 0;
486 info->dma_frlength_0 = frlength_0;
500 if (info
543 struct usb_xfer_root *info; local
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c305 static const struct ieee80211_wme_info info = { local
314 (void) memcpy(frm, &info, sizeof (info));
315 return (frm + sizeof (info));
332 /* NB: this works 'cuz a param has an info at the front */
345 *frm++ = wme->wme_bssChanParams.cap_info; /* AC info */
838 + 4 + 2 * sizeof (struct ieee80211_ie_htinfo); /* HT info */
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c51 smbios_info_t info; local
66 if (smbios_info_common(shp, hp->smbh_hdl, &info) != SMB_ERR) {
67 for (p = (char *)info.smbi_serial; *p != '\0'; p++)
69 for (p = (char *)info.smbi_asset; *p != '\0'; p++)
/illumos-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c55 smbios_info_t info; local
74 * If we can't read system info, assume it's blacklisted.
77 smbios_info_common(shp, id, &info) == SMB_ERR) {
97 if (strcmp(platform_name, info.smbi_product) == 0) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c944 add_to_search_result(meta_object_t *object, find_objs_info_t *info, argument
951 if (*num_results_alloc <= info->num_matched_objs) {
953 info->matched_objs = realloc(info->matched_objs,
955 if (info->matched_objs == NULL) {
959 (info->matched_objs)[(info->num_matched_objs)++] = object;
965 int *num_results_allocated, find_objs_info_t *info, CK_ULONG slotnum,
1017 if (!meta_object_in_list(object, info->matched_objs,
1018 info
964 process_find_results(CK_OBJECT_HANDLE *results, CK_ULONG num_results, int *num_results_allocated, find_objs_info_t *info, CK_ULONG slotnum, boolean_t token_only, slot_session_t *slot_session, meta_session_t *session) argument
1030 meta_search_for_objects(meta_session_t *session, find_objs_info_t *info, slot_session_t *slot_session, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_ULONG slotnum, boolean_t token_only, int *num_results_alloc) argument
1230 find_objs_info_t *info; local
1277 find_objs_info_t *info; local
[all...]
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c170 struct ld_info* info = ld_info; local
178 info = ld_info;
182 if ((char*)(info->ldinfo_dataorg) <= (char*)module &&
183 (char*)module <= ((char*)(info->ldinfo_dataorg)
184 + (unsigned)(info->ldinfo_datasize)))
185 return info;
186 if (n=info->ldinfo_next)
187 info = (void*)((char*)info + n);
245 struct ld_info* info; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c714 clnt_dg_control(CLIENT *cl, int request, char *info) argument
735 /* for other requests which use info */
736 if (info == NULL) {
743 if (time_not_ok((struct timeval *)info)) {
748 cu->cu_total = *(struct timeval *)info;
752 *(struct timeval *)info = cu->cu_total;
756 (void) memcpy(info, cu->cu_raddr.buf, (size_t)cu->cu_raddr.len);
760 if (time_not_ok((struct timeval *)info)) {
765 cu->cu_wait = *(struct timeval *)info;
769 *(struct timeval *)info
[all...]
H A Dsvc_run.c1039 rpc_control(int op, void *info) argument
1045 tmp = *((int *)info);
1054 *((int *)info) = svc_mt_mode;
1057 if ((tmp = *((int *)info)) < 1)
1064 *((int *)info) = svc_thr_max;
1067 *((int *)info) = svc_thr_total;
1070 *((int *)info) = svc_thr_total_creates;
1073 *((int *)info) = svc_thr_total_create_errors;
1076 if (*((int *)info) && !__rpc_use_pollfd_done) {
1082 tmp = __rpc_legal_connmaxrec(*(int *)info);
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c393 door_info_t info; local
404 info.di_target = 0;
405 if (__door_info(d, &info) < 0 || info.di_target == getpid()) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c95 sdp_parse_info(char **info, const char *begin, const char *end, argument
104 /* There can be only one info field */
105 if (*info != NULL)
111 COMMP_COPY_STR(*info, begin, len);
112 if (*info == NULL) {
1165 * Parses the SDP info
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c233 fex_info_t info; local
308 __fex_get_op(sip, uap, &info);
312 /* if we got here from feraiseexcept, pass dummy info */
316 info.op = fex_other;
317 info.op1.type = info.op2.type = info.res.type =
329 handler(1 << (int)e, &info);
340 __fex_st_result(sip, uap, &info);
344 fsr |= ((info
396 fex_info_t info, simd_info[4]; local
[all...]
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c673 struct ucode_get_rev_struct info; local
695 info.ugv_rev = revp;
696 info.ugv_size = cpuid_max;
697 info.ugv_errno = EM_OK;
698 tmprc = ioctl(dev_fd, UCODE_GET_VERSION, &info);
699 rc = info.ugv_errno;
709 if (info.ugv_rev[i] == (uint32_t)-1)
711 (void) printf("%d\t0x%x\n", i, info.ugv_rev[i]);
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c48 get_kind_v1(ushort_t info) argument
50 return (CTF_INFO_KIND_V1(info));
54 get_kind_v2(ushort_t info) argument
56 return (CTF_INFO_KIND(info));
60 get_root_v1(ushort_t info) argument
62 return (CTF_INFO_ISROOT_V1(info));
66 get_root_v2(ushort_t info) argument
68 return (CTF_INFO_ISROOT(info));
72 get_vlen_v1(ushort_t info) argument
74 return (CTF_INFO_VLEN_V1(info));
78 get_vlen_v2(ushort_t info) argument
121 ushort_t info, vlen; local
[all...]
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c512 const priv_impl_info_t *info; local
519 info = getprivimplinfo();
520 if (info == NULL)
527 setsz = info->priv_setsize * sizeof (priv_chunk_t);
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c99 psinfo_t info; /* process information structure from /proc */ local
198 * Get the info structure for the process and close quickly.
200 if (read(procfd, &info, sizeof (info)) != sizeof (info)) {
230 p->uid = info.pr_uid;
231 p->gid = info.pr_gid;
232 p->pid = info.pr_pid;
233 p->ppid = info.pr_ppid;
234 p->pgrp = info
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c283 char **errorp, rcm_info_t **info)
330 char **errorp, rcm_info_t **info)
382 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info)
412 rcm_log_message(RCM_TRACE1, "Bridge: get_info(%s) info = %s\n",
423 uint_t flags, char **errorp, rcm_info_t **info)
435 char **errorp, rcm_info_t **info)
447 char **errorp, rcm_info_t **info)
483 char **errorp, nvlist_t *nvl, rcm_info_t **info)
574 rcm_log_message(RCM_TRACE2, "Bridge: usage (%s) info = %s\n",
735 * cache_update() - Update cache with latest interface info
282 bridge_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
329 bridge_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
381 bridge_get_info(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info) argument
422 bridge_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
434 bridge_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
446 bridge_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
482 bridge_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
[all...]
H A Dnetwork_rcm.c417 char **info, char **errstr, nvlist_t *proplist, rcm_info_t **depend_info)
430 assert(info != NULL);
455 } else if ((*info = (char *)malloc(len)) == NULL) {
462 (void) snprintf(*info, len, info_fmt, link);
468 free(*info);
475 /* Get dependent info if requested */
523 net_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, argument
529 assert(info != NULL);
534 return (net_passthru(hd, NET_RESUME, rsrc, flag, info, dependent_info,
548 net_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, argument
416 net_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **info, char **errstr, nvlist_t *proplist, rcm_info_t **depend_info) argument
[all...]
H A Drcm_impl.h115 const char *(*info)(); member in struct:module
183 rcm_info_t **info; /* info to be filled in */ member in struct:__anon1309
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c740 * info - log an informational message.
743 info __V((const char *fmt, ...)) function
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c426 pcinfo_t info; local
440 (void) strcpy(info.pc_clname, "TS");
441 if (priocntl(0L, 0L, PC_GETCID, (caddr_t)&info) == -1L) {
446 tsmaxpri = ((struct tsinfo *)info.pc_clinfo)->ts_maxupri;
447 tsID = info.pc_cid;
449 /* Print priority info in debug mode */
467 /* Print new priority info in debug mode */
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c279 "TS scheduler info.");
281 if (debug) { /* Print priority info */
869 pcinfo_t info; local
873 (void) strcpy(info.pc_clname, name);
874 if (priocntl(0L, 0L, PC_GETCID, (caddr_t)&info) == -1L) {
878 tsinfop = (struct tsinfo *)info.pc_clinfo;
881 rtinfop = (struct rtinfo *)info.pc_clinfo;
886 return (info.pc_cid);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c549 info( function
727 if (info(sp, cmd, 1, 1, ep)) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c138 DBT info; local
147 memset(&info, '\0', sizeof(info));
224 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR);
238 &info, DB_SET)) != 0)
241 if (i > 0 || info.size <= 0)
258 (int) info.size, (char *) info.data);
280 if (info.size >= userleft - 1)
285 if (info
603 DBT key, info; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c250 /* initialize Devconfig info */
467 static char info[MAXLINE]; local
473 while (getdialline(info, sizeof(info))) {
474 if ((info[0] == '#') || (info[0] == ' ') ||
475 (info[0] == '\t') || (info[0] == '\n'))
477 if ((na = getargs(info, arps, narps)) == 0)

Completed in 928 milliseconds

1234567891011>>