Searched refs:info (Results 51 - 75 of 859) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dba_table.c56 if (bataid->info.dontcareonly == B_TRUE) {
57 bataid->info.dontcareonly = B_FALSE;
68 ++table->masked_values[mskd_val].info;
98 if ((num_found = ipgpc_mark_found(bataid->info.mask,
108 if (bataid->table.masked_values[masked_value].info == 0) {
114 if ((ret = ipgpc_mark_found(bataid->info.mask, filter_list,
145 --table->masked_values[masked_value].info;
152 bataid->info.dontcareonly = B_TRUE;
H A Dtable.c75 if (((table[x].key == key) && (table[x].info == 1)) ||
76 (table[x].info == 0)) {
78 table[x].info = 1;
85 table[x].next->info = 1;
90 if (((p->key == key) && (p->info == 1)) ||
91 (p->info == 0)) {
93 p->info = 1;
95 if (taid->info.dontcareonly == B_TRUE) {
96 taid->info.dontcareonly = B_FALSE;
106 p->info
[all...]
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c59 static void info(const char *, ...);
222 info("static ");
224 info("extern ");
237 info(" <returns value>");
239 info(" <use: side-effects context>");
241 info(" <use: return value context>");
243 info(" <use: unspecified context>");
246 info(" <PRINTFLIKE%d>", nargs);
248 info(" <SCANFLIKE%d>", nargs);
251 info(" { <definitio
557 info(const char *format, ...) function
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c77 * Add the manifest info consisting of filename (fn), hash property name
87 manifest_info_t *info; local
103 info = uu_zalloc(sizeof (*info));
104 if (info == NULL) {
108 info->mi_path = uu_strdup(fn);
109 if (info->mi_path == NULL) {
110 uu_free(info);
114 info->mi_prop = pname;
116 (void) memcpy(info
296 manifest_info_t *info; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c381 destroy_async_match_info (AsyncMatchInfo *info) argument
383 g_object_unref (info->store);
385 g_free (info->key);
386 g_free (info->value);
388 g_signal_handler_disconnect (info->store, info->prop_signal_id);
389 g_signal_handler_disconnect (info->store, info->store_signal_id);
390 g_source_remove (info->timeout_id);
392 g_free (info);
400 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data; local
424 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data; local
444 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data; local
462 AsyncMatchInfo *info; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c656 * more detailed error info via e_code. In all
1055 bd_info(apd_t *a, cfga_info_t info, int parsable) argument
1061 char *end = &info[sizeof (cfga_info_t)];
1063 DBG("bd_info(%p)\n", (void *)info);
1078 info += snprintf(info, end - info, p[BI_POWERED]);
1082 info += snprintf(info, end - info,
1104 cpu_info(apd_t *a, cfga_info_t info, int parsable) argument
1186 mem_info(apd_t *a, cfga_info_t info, int parsable) argument
1281 io_info(apd_t *a, cfga_info_t info, int parsable) argument
1327 cmp_info(apd_t *a, cfga_info_t info, int parsable) argument
1369 ap_info(apd_t *a, cfga_info_t info, ap_target_t tgt) argument
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Ddatum.c49 _tnf_datum(struct taginfo *info, caddr_t val) argument
51 return (_DATUM(info, val));
109 /* Note: No need to get base info because props inherited */
162 struct taginfo *info; local
166 info = DATUM_INFO(datum);
167 return (DATUM(info->meta, (caddr_t)info->tag));
189 struct taginfo *info; local
194 info = DATUM_INFO(datum);
195 size = info
[all...]
H A Darray.c51 struct taginfo *info; local
55 info = DATUM_INFO(datum);
57 if (!INFO_ARRAY(info))
73 struct taginfo *info, *base, *elt, *elt_base; local
75 info = DATUM_INFO(datum);
76 base = INFO_DERIVED(info) ? info->base : info;
87 return (info);
179 struct taginfo *info, *bas local
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c54 _tx_getinfo(int fd, struct t_info *info, int api_semantics) argument
100 info->addr = infoackp->ADDR_size;
101 info->options = infoackp->OPT_size;
102 info->tsdu = infoackp->TSDU_size;
103 info->etsdu = infoackp->ETSDU_size;
104 info->connect = infoackp->CDATA_size;
105 info->discon = infoackp->DDATA_size;
106 info->servtype = infoackp->SERV_type;
110 info->flags = 0;
112 info
[all...]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dexecute_cmd.c9 * For copyright info, see copyright.h.
64 * ss-internal index for subsystem control info structure
82 register ss_data *info; local
87 info = ss_info(sci_idx);
88 info->argc = argc;
89 info->argv = argv;
93 info->current_request = request->command_names[0];
95 sci_idx,info->info_ptr);
96 info->current_request = (char *)NULL;
111 * ss-internal index for subsystem control info structur
130 register ss_data *info; local
[all...]
/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/ucblib/libucb/port/sys/
H A Dwait4.c76 siginfo_t info; local
88 (void) memset(&info, 0, sizeof (siginfo_t));
110 error = waitid(idtype, pid, &info, noptions);
115 if ((options & WNOHANG) && (info.si_pid == 0))
132 *status = wstat(info.si_code, info.si_status);
133 return (info.si_pid);
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c128 short info; member in struct:cfstat
134 static struct pkginfo info; variable in typeref:struct:pkginfo
348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) {
357 if (info.name == NULL || *(info.name) == NULL ||
358 info.arch == NULL || *(info.arch) == NULL ||
359 info.version == NULL || *(info.version) == NULL ||
360 info
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h386 Elf32_Word sh_link; /* misc info */
387 Elf32_Word sh_info; /* misc info */
400 Elf64_Word sh_link; /* misc info */
401 Elf64_Word sh_info; /* misc info */
537 #define ELF32_ST_BIND(info) ((info) >> 4)
538 #define ELF32_ST_TYPE(info) ((info) & 0xf)
541 #define ELF64_ST_BIND(info) ((info) >>
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c71 __txn_regop_recover(logp, dbtp, lsnp, redo, info)
76 void *info;
82 (void)__txn_regop_print(logp, dbtp, lsnp, redo, info);
93 if (__db_txnlist_find(info, argp->txnid->txnid) == DB_NOTFOUND)
94 ret = __db_txnlist_add(info, argp->txnid->txnid);
110 __txn_xa_regop_recover(logp, dbtp, lsnp, redo, info)
115 void *info;
121 (void)__txn_xa_regop_print(logp, dbtp, lsnp, redo, info);
142 ret = __db_txnlist_find(info, argp->txnid->txnid);
152 ret = __db_txnlist_add(info, arg
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c81 Audio_info info; local
86 prinfo = &info.play;
88 prinfo = &info.record;
94 AUDIO_INITINFO(&info);
99 err = audio_setinfo(fd, &info);
101 err = audio_getinfo(fd, &info);
149 Audio_info info; local
157 prinfo = &info.play;
159 prinfo = &info.record;
182 up = &info
246 Audio_info info; local
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c86 Syminfo *info; local
91 info = (Syminfo *)_cache->c_data->d_buf;
98 for (ndx = 1, info++; ndx < num; ndx++, info++) {
99 if ((info->si_flags & SYMINFO_FLG_NOEXTDIRECT) == 0)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsalib.c76 lsa_lookup_name(char *account, uint16_t type, smb_account_t *info) argument
101 status = lsa_lookup_name_builtin(domain, name, info);
103 status = smb_sam_lookup_name(domain, name, type, info);
108 status = lsa_lookup_name_domain(account, info);
115 lsa_lookup_sid(smb_sid_t *sid, smb_account_t *info) argument
122 status = lsa_lookup_sid_builtin(sid, info);
124 status = smb_sam_lookup_sid(sid, info);
126 status = lsa_lookup_sid_domain(sid, info);
136 * The requested information will be returned via 'info' argument.
142 smb_domain_t *info)
141 lsa_query_primary_domain_info(char *server, char *domain, smb_domain_t *info) argument
170 lsa_query_account_domain_info(char *server, char *domain, smb_domain_t *info) argument
201 lsa_query_dns_domain_info(char *server, char *domain, smb_domain_t *info) argument
230 lsa_enum_trusted_domains(char *server, char *domain, smb_trusted_domains_t *info) argument
270 lsa_enum_trusted_domains_ex(char *server, char *domain, smb_trusted_domains_t *info) argument
312 lsa_lookup_name_builtin(char *domain, char *name, smb_account_t *info) argument
352 lsa_lookup_name_domain(char *account_name, smb_account_t *info) argument
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c53 extern int fpkginfo(struct pkginfo *info, char *pkginst);
116 struct pkginfo info; local
126 info.pkginst = NULL; /* initialize for memory handling */
127 if (pkginfo(&info, "all", NULL, NULL)) {
146 if (!info.pkginst || !info.name || !info.arch ||
147 !info.version)
150 "%s %s\n(%s) %s", info.pkginst,
151 info
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c428 * This function syncs up the 2 sinfo copies in info.
433 * and calls getldap_get_rootDSE to update info. getldap_get_rootDSE
441 * The original server_info_t has one copy of server info. When libsldap
442 * makes door call GETLDAPSERVER to get the server info and getldap_get_rootDSE
443 * is updating the server info, it would hit a unprotected window in
444 * getldap_rootDSE. The door call will not get server info and libsldap
454 sync_current_with_update_copy(server_info_t *info) argument
460 (void) mutex_lock(&info->mutex[1]);
461 (void) mutex_lock(&info->mutex[0]);
463 if (info
657 server_info_t *info, *tail = NULL; local
739 server_info_t *info, *next; local
777 server_info_t *info; local
891 server_info_t *info = NULL; local
1165 server_info_t *info = NULL; local
1459 server_info_t *info; local
2743 server_info_t *info; local
2930 server_info_t *info; local
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dftwalk.c97 if (x->info & FTS_DD)
100 x->info &= ~FTS_DD;
109 dd[--nd]->info |= FTS_DD;
111 if (!(x->info & FTS_D))
116 oi = e->info;
120 switch (e->info)
126 if (x->info & FTS_DD)
129 x->info &= ~FTS_DD;
139 e->info = FTS_NS;
142 e->info
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h147 #define ELF32_R_SYM(info) ((info) >> 8)
148 #define ELF32_R_TYPE(info) ((unsigned char)(info))
166 Elf32_Half m_stride; /* stride info */
176 #define ELF32_M_SYM(info) ((info)>>8)
177 #define ELF32_M_SIZE(info) ((unsigned char)(info))
205 #define ELF32_ST_BIND(info) ((inf
[all...]
/illumos-gate/usr/src/boot/sys/boot/usb/storage/
H A Dumass_common.c66 uaa->info.bInterfaceClass != UICLASS_MASS ||
67 uaa->info.bInterfaceSubClass != UISUBCLASS_SCSI ||
68 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB ||
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbe.java50 BeanInfo info = Introspector.getBeanInfo(Probe.class);
53 new String[] {"description", "info"})
70 BeanDescriptor d = info.getBeanDescriptor();
80 private final ProbeInfo info; field in class:Probe
98 info = probeInfo;
134 return info;
199 buf.append(", info = ");
200 buf.append(info);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c41 eibnx_acquire_swqe(eibnx_thr_info_t *info, int flag) argument
44 eibnx_tx_t *snd_p = &info->ti_snd;
107 eibnx_return_rwqe(eibnx_thr_info_t *info, eibnx_wqe_t *wqe) argument
130 ret = ibt_post_recv(info->ti_chan, &(wqe->qe_wr.recv), 1, NULL);
133 "ret=%d", info->ti_chan, ret);
164 eibnx_enqueue_child(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, argument
175 mutex_enter(&info->ti_child_lock);
181 for (ch = info->ti_child; ch; ch = ch->ch_next) {
196 new_ch->ch_next = info->ti_child;
197 info
203 eibnx_update_child(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, dev_info_t *dip) argument
228 eibnx_find_child_dip_by_inst(eibnx_thr_info_t *info, int inst) argument
245 eibnx_find_child_dip_by_gw(eibnx_thr_info_t *info, uint16_t gw_portid) argument
267 eibnx_find_gw_in_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi) argument
291 eibnx_add_gw_to_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, ibt_wc_t *wc, uint8_t *recv_buf) argument
405 eibnx_replace_gw_in_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *orig_gwi, eibnx_gw_info_t *new_gwi, ibt_wc_t *wc, uint8_t *recv_buf, boolean_t *gwi_changed) argument
611 eibnx_queue_for_creation(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi) argument
[all...]

Completed in 92 milliseconds

1234567891011>>