Searched refs:info (Results 276 - 300 of 859) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c264 char *info; local
275 info = dgettext(TEXT_DOMAIN, "Information");
297 if ((w = strlen(info)) > w_info)
336 w = strlen(info);
339 (void) strcat(*table, info);
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c33 #define MAX_FORMAT 80 /* for info table */
217 char *info; local
231 info = dgettext(TEXT_DOMAIN, "Information");
258 if ((w = strlen(info)) > w_info) {
308 w = strlen(info);
312 (void) strcat(*table, info);
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c33 #define MAX_FORMAT 80 /* for info table */
265 char *info; local
279 info = dgettext(TEXT_DOMAIN, "Information");
305 if ((w = strlen(info)) > w_info) {
354 w = strlen(info);
358 (void) strlcat(*table, info, sizeof (*table));
/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c58 struct sactab *sp; /* working pointer to move through PM info */
123 * info goes into list element
335 char **info, **savinfo; /* scratch pointers */ local
338 (void) sprintf(Scratch, "about to 'info' malloc %d entries", Nentries);
348 if ((info = (char **) malloc(Nentries * sizeof(char *))) == NULL) {
352 savinfo = info;
366 *info++ = p;
368 debug(*(info - 1));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c209 ** info -- initial contents (NULL for none)
219 sm_stropen(fp, info, flags, rpool)
221 const void *info;
265 if (info != NULL)
267 s->strio_base = sm_strdup_x(info);
277 s->strio_size = strlen(info);
307 ** SM_STRSETMODE -- set mode info for the file
353 ** SM_STRGETMODE -- get mode info for the file
390 ** SM_STRSETINFO -- set info for the file
421 ** SM_STRGETINFO -- get info fo
[all...]
H A Dsmstdio.c41 ** info -- info about file to open
52 sm_stdioopen(fp, info, flags, rpool)
54 const void *info;
98 if ((s = fopen((char *)info, stdiomode)) == NULL)
239 ** SM_STDIOSETINFO -- set info for this open file
244 ** valp -- memory location of info to set
268 ** SM_STDIOGETINFO -- get info for this open file
273 ** valp -- memory location to place info
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c273 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) argument
278 if (info != FTW_F) {
280 (info == FTW_SLN || info == FTW_DNR || info == FTW_NS)) {
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c45 Dbg_dl_iphdr_callback(Lm_list *lml, struct dl_phdr_info *info) argument
51 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_NAME), info->dlpi_name);
52 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_ADDR), EC_ADDR(info->dlpi_addr));
54 EC_ADDR(CAST_PTRINT(Addr, info->dlpi_phdr)),
55 EC_WORD(info->dlpi_phnum));
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h90 uchar_t **polledbuf, usb_console_info_impl_t *info);
91 int uhci_hcdi_polled_input_enter(usb_console_info_impl_t *info);
92 int uhci_hcdi_polled_read(usb_console_info_impl_t *info, uint_t *num);
93 int uhci_hcdi_polled_input_exit(usb_console_info_impl_t *info);
94 int uhci_hcdi_polled_input_fini(usb_console_info_impl_t *info);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c90 k_siginfo_t info; local
129 if (copyin_siginfo(datamodel, siginfo, &info))
133 if (!sigwillqueue(info.si_signo, info.si_code))
158 sqp->sq_info = info;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c89 x_control(XDR *xdrs, int request, void *info) argument
100 * Set the flags provided in the *info in xp_flags for rdma xdr
103 int32p = (int32_t *)info;
111 * Get the flags provided in xp_flags return through *info
113 int32p = (int32_t *)info;
119 rcilp = (rdma_chunkinfo_lengths_t *)info;
126 rcip = (rdma_chunkinfo_t *)info;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c274 hermon_dbr_info_t *info; local
279 info = kmem_zalloc(sizeof (hermon_dbr_info_t), KM_SLEEP);
297 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
308 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
319 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
324 *dinfo = info; /* Pass back the pointer */
326 /* init the info structure with returned info */
327 info->dbr_dmahdl = dma_hdl;
328 info
356 hermon_dbr_info_t *info = NULL; local
404 hermon_dbr_info_t *info; local
434 hermon_dbr_info_t *info, *link; local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c305 char **errorp, rcm_info_t **info)
325 if (ibpart_consumer_offline(hd, node, errorp, flags, info) ==
363 char **errorp, rcm_info_t **info)
391 ibpart_consumer_online(hd, node, errorp, flags, info);
476 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info)
506 rcm_log_message(RCM_TRACE1, "IBPART: get_info(%s) info = %s\n",
517 uint_t flags, char **errorp, rcm_info_t **info)
529 char **errorp, rcm_info_t **info)
542 rcm_info_t **info)
564 ret = rcm_notify_remove(hd, rsrc, flags, info);
304 ibpart_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
362 ibpart_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
475 ibpart_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
516 ibpart_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
528 ibpart_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
541 ibpart_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
581 ibpart_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
617 ibpart_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
1138 ibpart_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1168 ibpart_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1259 ibpart_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
[all...]
H A Dvlan_rcm.c305 char **errorp, rcm_info_t **info)
325 if (vlan_consumer_offline(hd, node, errorp, flags, info) ==
363 char **errorp, rcm_info_t **info)
391 vlan_consumer_online(hd, node, errorp, flags, info);
466 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info)
496 rcm_log_message(RCM_TRACE1, "VLAN: get_info(%s) info = %s\n",
507 uint_t flags, char **errorp, rcm_info_t **info)
519 char **errorp, rcm_info_t **info)
532 rcm_info_t **info)
553 ret = rcm_notify_remove(hd, rsrc, flags, info);
304 vlan_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
362 vlan_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
465 vlan_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
506 vlan_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
518 vlan_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
531 vlan_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
570 vlan_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
606 vlan_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
1109 vlan_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1138 vlan_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1227 vlan_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
[all...]
H A Dvnic_rcm.c305 char **errorp, rcm_info_t **info)
325 if (vnic_consumer_offline(hd, node, errorp, flags, info) ==
363 char **errorp, rcm_info_t **info)
391 vnic_consumer_online(hd, node, errorp, flags, info);
469 char **usagep, char **errorp, nvlist_t *props, rcm_info_t **info)
499 rcm_log_message(RCM_TRACE1, "VNIC: get_info(%s) info = %s\n",
510 uint_t flags, char **errorp, rcm_info_t **info)
522 char **errorp, rcm_info_t **info)
535 rcm_info_t **info)
556 ret = rcm_notify_remove(hd, rsrc, flags, info);
304 vnic_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
362 vnic_undo_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
468 vnic_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
509 vnic_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, uint_t flags, char **errorp, rcm_info_t **info) argument
521 vnic_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
534 vnic_consumer_remove(rcm_handle_t *hd, link_cache_t *node, uint_t flags, rcm_info_t **info) argument
573 vnic_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, rcm_info_t **info) argument
609 vnic_notify_event(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, char **errorp, nvlist_t *nvl, rcm_info_t **info) argument
1121 vnic_consumer_online(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1150 vnic_consumer_offline(rcm_handle_t *hd, link_cache_t *node, char **errorp, uint_t flags, rcm_info_t **info) argument
1238 vnic_consumer_notify(rcm_handle_t *hd, datalink_id_t linkid, char **errorp, uint_t flags, rcm_info_t **info) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.c532 dt_header_info_t info; local
547 info.dthi_dtp = dtp;
548 info.dthi_out = out;
549 info.dthi_empty = 0;
551 info.dthi_pmname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1);
552 dt_header_fmt_macro(info.dthi_pmname, pvp->pv_desc.dtvd_name);
554 info.dthi_pfname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1 + i);
555 dt_header_fmt_func(info.dthi_pfname, pvp->pv_desc.dtvd_name);
560 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
564 if (dt_idhash_iter(pvp->pv_probes, dt_header_decl, &info) !
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java118 static public void info(String s) { method in class:Debug
159 static public void info(Object o, String s) { method in class:Debug
270 info(theInstance, s);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kalloc.c79 struct t_info *info; member in union:structptrs
160 p.info = kmem_zalloc(sizeof (struct t_info), KM_SLEEP);
161 *ptr = (char *)p.info;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c111 CK_MECHANISM_INFO info; local
160 rv = C_GetMechanismInfo(slotID, mech_type, &info);
164 if (info.flags & CKF_DIGEST)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c187 * is filled up with all info (because of ptbl)
749 struct hio_info *info = arg; local
753 ASSERT(info->pp != NULL);
755 for (count = 0; count < info->bufsused; count++) {
756 wbuf = &(info->bufs[count]);
759 while (sema_tryp(&(info->sema[count])) == 0) {
760 if (hsched_invoke_strategy(info->fsp)) {
761 sema_p(&(info->sema[count]));
765 sema_destroy(&(info->sema[count]));
767 biofini(&(info
834 struct hio_info *info; local
2000 struct dk_cinfo info; local
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c186 ipgpc_trie_list[trie_id].info.mask = mask;
187 ipgpc_trie_list[trie_id].info.dontcareonly = B_TRUE;
244 ipgpc_table_list[table_id].info.mask = mask;
245 ipgpc_table_list[table_id].info.dontcareonly = B_TRUE;
271 ipgpc_ds_table_id.info.mask = DS_MASK;
272 ipgpc_ds_table_id.info.dontcareonly = B_TRUE;
492 while ((ipgpc_fid_list[h].info != 0) &&
496 if (ipgpc_fid_list[h].info == -1) { /* dirty */
506 if ((dirty != -1) && (ipgpc_fid_list[h].info == 0)) {
509 } else if (ipgpc_fid_list[h].info
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c268 char info[MODMAXLINKINFOLEN]; local
277 info[0] = '\0';
289 mdb_readstr(info, sizeof (info),
299 linkage.ml_rev, name, info[0] != '\0' ? info : "?");
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c91 if (nl[prev].info == nl[i].info) {
96 prev_type = ELF_ST_TYPE(nl[prev].info);
97 prev_bind = ELF_ST_BIND(nl[prev].info);
98 cur_type = ELF_ST_TYPE(nl[i].info);
329 npe->info = gsym.st_info;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c124 #define SEARCH_ULOCKFSP(head, ulp, info) \
135 info = _curr; \
239 ulockfs_info_t *info; local
243 SEARCH_ULOCKFSP(head, ulp, info);
274 if (info && (info->flags & ULOCK_INFO_FALLOCATE)) {
370 * synchronously flush superblock and summary info
666 * get new summary info
674 * release old summary info and update in-memory superblock
888 ulockfs_info_t *info; local
1468 ulockfs_info_t *info; local
1487 ulockfs_info_t *info; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c154 db->info.hash = NULL;
155 db->info.bsize = 256;
156 db->info.ffactor = 8;
157 db->info.nelem = 25000;
158 db->info.lorder = 0;
412 db->db = dbopen(db->filename, O_RDWR, 0600, DB_HASH, &db->info);

Completed in 118 milliseconds

<<11121314151617181920>>