Searched refs:info (Results 101 - 125 of 859) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmButton.java78 Debug.info("BUTTON: null root panel");
83 Debug.info("BUTTON: makeDefaultButton null on " + r);
87 * Debug.info("\nBUTTON: makeDefaultButton " +
93 Debug.info("BUTTON: false isDefaultCapable on " + r);
104 * Debug.info("\nBUTTON: makeDefaultButton: old button was " +
123 * Debug.info("BUTTON: " + getText() +
129 Debug.info("BUTTON: " + getText() + " gained");
140 * Debug.info("BUTTON: " + getText() +
146 Debug.info("BUTTON: " + getText() + " lost");
H A DBST.java51 // Debug.info("HELP: New BST(" + theItem + ")");
74 Debug.info("HELP: Duplicate insert: " +
103 * Debug.info("HELP: Finding " +(exactMatch ? "exact " : "partial ") +
120 // Debug.info("HELP: Found " + newKey + " in " + data);
127 Debug.info("HELP: Finding " +(exactMatch ? "exact " : "partial ") +
142 Debug.info("HELP: Found " + newKey + " in " + data);
154 Debug.info("HELP: Traverse: " + data);
160 Debug.info("HELP: Traverse: " + data);
171 Debug.info("HELP: Traverse_find: " + data.key);
179 * Debug.info("HEL
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_event.c129 rcm_info_t *info = NULL; local
180 &info);
195 if ((error = get_resource_info(rsrcnames, flag, seq_num, &info))
198 "invalid argument in get info request\n");
209 interval, &info);
216 &info);
223 &info);
230 &info);
237 &info);
245 event_data, &info);
299 generate_reply_event(int error, rcm_info_t *info, nvlist_t **ret) argument
[all...]
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c114 struct t_info info; local
123 if (t_getinfo(fd, &info) == -1) {
133 if (size = externsz((unsigned)info.addr))
139 if (size = externsz((unsigned)info.options))
145 if (size = externsz((unsigned)info.connect))
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c304 * @info: pointer to i40e_hmc_create_obj_info struct
310 struct i40e_hmc_lan_create_obj_info *info)
321 if (NULL == info) {
323 DEBUGOUT("i40e_create_lan_hmc_object: bad info ptr\n");
326 if (NULL == info->hmc_info) {
331 if (I40E_HMC_INFO_SIGNATURE != info->hmc_info->signature) {
337 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
343 if ((info
309 i40e_create_lan_hmc_object(struct i40e_hw *hw, struct i40e_hmc_lan_create_obj_info *info) argument
471 struct i40e_hmc_lan_create_obj_info info; local
553 i40e_delete_lan_hmc_object(struct i40e_hw *hw, struct i40e_hmc_lan_delete_obj_info *info) argument
667 struct i40e_hmc_lan_delete_obj_info info; local
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c116 waiting_list_add(chg_info_t *info, pid_t pid, thread_t tid, argument
134 if (info->chg_w_first == NULL) {
135 info->chg_w_first = wl;
136 info->chg_w_last = wl;
138 info->chg_w_last->next = wl;
139 wl->prev = info->chg_w_last;
140 info->chg_w_last = wl;
150 waiting_list_delete(chg_info_t *info, thread_t tid) argument
154 for (wl = info->chg_w_first; wl != NULL; wl = wl->next) {
158 info
202 waiting_list_set_cleanup(chg_info_t *info, pid_t pid) argument
256 chg_get_statusChange(LineBuf *info, ldap_call_t *in, pid_t nscd_pid) argument
596 get_nscd_psinfo(pid_t pid, psinfo_t *info) argument
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Dstruct.c46 struct taginfo *info; local
50 info = DATUM_INFO(datum);
53 if (!(INFO_STRUCT(info) || INFO_ARRAY(info)))
64 struct taginfo *info, *base_info; local
66 info = DATUM_INFO(datum);
67 base_info = INFO_DERIVED(info)? info->base: info;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_util.c100 mlsvc_join(smb_joininfo_t *info, smb_joinres_t *res) argument
133 if (info->domain_username[0] != '\0') {
134 (void) smb_auth_ntlm_hash(info->domain_passwd, passwd_hash);
135 smb_ipc_set(info->domain_username, passwd_hash);
145 if (smb_config_set_idmap_domain(info->domain_name) != 0)
158 status = smb_ads_lookup_msdcs(info->domain_name, &dxi.d_dci);
162 info->domain_name, xlate_nt_status(status));
182 * Get the domain policy info (domain SID etc).
185 status = smb_ddiscover_main(info->domain_name, &dxi);
188 "smbd: failed getting domain info fo
[all...]
H A Dlsar_clnt.c296 smb_domain_t *info)
307 if (lsa_handle == NULL || info == NULL)
312 bzero(info, sizeof (smb_domain_t));
330 info->di_type = SMB_DOMAIN_PRIMARY;
332 (char *)pd_info->name.str, "", info); local
341 info->di_type = SMB_DOMAIN_ACCOUNT;
343 (char *)ad_info->name.str, "", info); local
354 info->di_type = SMB_DOMAIN_PRIMARY;
359 guid_str, info); local
378 lsar_lookup_names(mlsvc_handle_t *lsa_handle, char *name, smb_account_t *info) argument
295 lsar_query_info_policy(mlsvc_handle_t *lsa_handle, WORD infoClass, smb_domain_t *info) argument
486 lsar_lookup_names1(mlsvc_handle_t *lsa_handle, lsa_names_t *names, smb_account_t *info) argument
540 lsar_lookup_names2(mlsvc_handle_t *lsa_handle, lsa_names_t *names, smb_account_t *info) argument
595 lsar_lookup_names3(mlsvc_handle_t *lsa_handle, lsa_names_t *names, smb_account_t *info) argument
657 lsar_lookup_names4(mlsvc_handle_t *lsa_handle, lsa_names_t *names, smb_account_t *info) argument
957 struct mslsa_AccountInfo *info; local
1339 smb_account_trace(const smb_account_t *info) argument
[all...]
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c131 psinfo_t info; /* process information from /proc */ local
168 * Get the info structure for the process and close quickly.
170 if (read(fd, &info, sizeof (info)) < 0) {
182 if (info.pr_lwp.pr_state == 0) /* can't happen? */
185 if ((plabel = getzonelabelbyid(info.pr_zoneid)) == NULL) {
192 if (info.pr_zoneid == GLOBAL_ZONEID) {
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h63 /* name of kstat returning board status info */
72 * Calculate the number of boards, who's info readings that were
109 /* name of kstat returning keyswitch info */
145 #define SG_INFO_TIMESTATUS(info) ((int)((info) & _SG_INFO_TIMSTSMSK))
146 #define SG_INFO_VALUESTATUS(info) ((int)((info) & _SG_INFO_VALSTSMSK))
147 #define SG_INFO_NANOSECONDS(info) ((hrtime_t)((info) & _SG_INFO_TIMVALMSK))
206 * The raw env. info
[all...]
/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/lib/libbsm/common/
H A Daudit_rexecd.c95 struct auditinfo_addr info; local
98 info.ai_auid = uid;
99 info.ai_asid = getpid();
106 info.ai_mask.am_success = mask.am_success;
107 info.ai_mask.am_failure = mask.am_failure;
113 info.ai_termid.at_port = aug_get_port();
114 info.ai_termid.at_type = type;
115 info.ai_termid.at_addr[0] = addr[0];
116 info.ai_termid.at_addr[1] = addr[1];
117 info
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c78 ldma_agent_info_t *info; /* agent information */ member in struct:ldma_agent
139 LDMA_INFO("agent %s hdl %llx already exists", agent->info->name,
146 LDMA_INFO("agent %s too many connections", agent->info->name);
151 agent->info->name, availp, hdl, dhdl, verp->major, verp->minor);
172 agent->info->name, hdl);
176 LDMA_DBG("agent %s deleting connection (%x) %llx", agent->info->name,
257 agent->info->name, hdl, dhdl, dname, ver->major, ver->minor);
265 "domain %s", agent->info->name, dname);
278 LDMA_DBG("%s: UNREGISTER hdl=%llx", agent->info->name, hdl);
282 agent->info
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DCountValue.java46 BeanInfo info = Introspector.getBeanInfo(CountValue.class);
50 BeanDescriptor d = info.getBeanDescriptor();
H A DExitRecord.java47 BeanInfo info = Introspector.getBeanInfo(ExitRecord.class);
67 BeanDescriptor d = info.getBeanDescriptor();
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h115 ptree_propinfo_t info; member in struct:picl_prop
158 #define pinfo_ver u.prop.info.version
159 #define prop_type u.prop.info.piclinfo.type
160 #define prop_size u.prop.info.piclinfo.size
161 #define prop_mode u.prop.info.piclinfo.accessmode
162 #define prop_name u.prop.info.piclinfo.name
170 #define read_func u.prop.info.read
171 #define write_func u.prop.info.write
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c90 __db_dispatch(logp, db, lsnp, redo, info)
95 void *info;
105 return ((dispatch_table[rectype])(logp, db, lsnp, redo, info));
109 db, lsnp, redo, info));
120 (__db_txnlist_find(info, txnid) == DB_NOTFOUND &&
123 db, lsnp, TXN_UNDO, info));
131 __db_txnlist_find(info, txnid) != DB_NOTFOUND)
133 db, lsnp, TXN_REDO, info));
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c79 * to copy the ops vector from the provider info structure to the
82 * framework does not require the provider info structure to be
131 crypto_register_provider(crypto_provider_info_t *info, argument
140 if (info->pi_interface_version > CRYPTO_SPI_VERSION_4) {
148 if (info->pi_provider_type != CRYPTO_HW_PROVIDER &&
149 info->pi_provider_type != CRYPTO_SW_PROVIDER &&
150 info->pi_provider_type != CRYPTO_LOGICAL_PROVIDER)
157 prov_desc = kcf_alloc_provider_desc(info);
160 prov_desc->pd_prov_type = info->pi_provider_type;
163 prov_desc->pd_prov_handle = info
741 init_prov_mechs(crypto_provider_info_t *info, kcf_provider_desc_t *desc) argument
980 process_logical_providers(crypto_provider_info_t *info, kcf_provider_desc_t *hp) argument
[all...]
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c142 lwpstart(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) argument
147 if (proc_lwp_in_set(lwps, info->pr_lwpid)) {
154 if ((L = Lgrab(P, info->pr_lwpid, &gcode)) != NULL) {
162 (int)info->pr_lwpid, Lgrab_error(gcode));
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c113 lwpstop(int *lwpcount, const lwpstatus_t *status, const lwpsinfo_t *info) argument
118 if (proc_lwp_in_set(lwps, info->pr_lwpid)) {
125 if ((L = Lgrab(P, info->pr_lwpid, &gcode)) != NULL) {
133 (int)info->pr_lwpid, Lgrab_error(gcode));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dminconn.c37 info("plugin_init");
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h78 #define ASSERTinfo(cnd, info) \
80 "assertion failure: %s (%s = %s)", #cnd, #info, info), 0)))
95 #define ASSERTinfo(cnd, info) ((void)0)
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c403 * info - driver info
404 * hca - hca info
406 * port - port info
428 * hca - hca info
438 * with the port and relese port info structure.
481 * info pointer to umad info instructure
502 umad_init_hca_info(const umad_info_t *info, umad_hca_info_t *hca) argument
508 rc = ibt_open_hca(info
562 umad_init_driver_info(umad_info_t *info) argument
656 umad_context_destroy(dev_info_t *dip, umad_info_t *info) argument
827 umad_info_t *info; local
988 umad_info_t *info; local
1389 umad_info_t *info; local
1513 umad_info_t *info; local
1688 umad_info_t *info; local
1893 umad_info_t *info; local
2184 umad_info_t *info; local
2559 umad_info_t *info; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/frutree/
H A DMakefile42 INFOS= piclfrutree.info system-board.info
62 $(CPP) piclfrutree.info | \

Completed in 2728 milliseconds

1234567891011>>