Searched refs:info (Results 201 - 225 of 859) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1029 smbstat_req_info_t *info; local
1036 info = &smbstat_srv_info.si_reqs1[i];
1037 idx = info[i].ri_opcode & 0xFF;
1041 info, curr_req, prev_req, firstcall);
1045 info = &smbstat_srv_info.si_reqs2[i];
1049 info, curr_req, prev_req, firstcall);
1055 smbstat_req_info_t *info,
1065 info->ri_rqs = nrqs / smbstat_srv_info.si_etime;
1067 info->ri_rbs = smbstat_sub_64(
1072 info
1054 smbstat_srv_process_one_req( smbstat_req_info_t *info, smb_kstat_req_t *curr_req, smb_kstat_req_t *prev_req, boolean_t firstcall) argument
1272 smbstat_req_info_t *info; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c506 * Initialize a path info buffer for use with ld_place_section().
511 * info - Address of buffer to be initialized.
516 * match list (ec_files), then the block pointed at by info is
517 * initialized, and info is returned.
525 ld_place_path_info_init(Ofl_desc *ofl, Ifl_desc *ifl, Place_path_info *info) argument
535 info->ppi_path = ifl->ifl_name;
536 info->ppi_path_len = strlen(info->ppi_path);
537 info->ppi_isar = (ifl->ifl_flags & FLG_IF_EXTRACT) != 0;
543 info
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c106 struct parinfo *info; local
141 info = &parinfo[depth - 1];
142 idip = info->dip;
179 info = &parinfo[depth - 1];
180 if (info && info->pdip)
181 ndi_rele_devi(info->pdip);
193 * address information (i.e. target,lun info). If this is the
514 get_parent(dev_info_t *dip, struct parinfo *info) argument
520 info
[all...]
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c183 port = ntohs(connp->conn_rule_cache.info.nat_sport);
184 vmem_free(connp->conn_rule_cache.info.src_ent->nse_port_arena,
252 /* Update and check TCP related conn info */
406 connp->conn_rule_cache.info.nat_sport);
407 ent = connp->conn_rule_cache.info.src_ent;
494 * (ilb_conn_t) contains info on both directions. And there are two hash
503 ilb_nat_info_t *info, uint32_t *ip_sum, uint32_t *tp_sum, ilb_sticky_t *s)
517 (void *)(uintptr_t)ntohs(info->nat_sport),
532 connp->conn_rule_cache.info = *info;
501 ilb_conn_add(ilb_stack_t *ilbs, ilb_rule_t *rule, ilb_server_t *server, in6_addr_t *src, in_port_t sport, in6_addr_t *dst, in_port_t dport, ilb_nat_info_t *info, uint32_t *ip_sum, uint32_t *tp_sum, ilb_sticky_t *s) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c63 * info in V3 net_fs_info.
432 ndmp_butype_info info[3]; local
471 info[0].butype_name = "tar";
472 info[0].default_env.default_env_len = ARRAY_LEN(envs, ndmp_pval);
473 info[0].default_env.default_env_val = envs;
474 info[0].attrs = attrs;
477 info[1].butype_name = "dump";
478 info[1].default_env.default_env_len = ARRAY_LEN(envs, ndmp_pval);
479 info[1].default_env.default_env_val = envs;
480 info[
937 ndmp_butype_info info[3]; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c74 /* get info from underlying file */
88 ** info -- contains the sasl connection information pointer and
101 sasl_open(fp, info, flags, rpool)
103 const void *info;
108 struct sasl_info *si = (struct sasl_info *) info;
376 struct sasl_info info; local
387 info.fp = *fin;
388 info.conn = conn;
389 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
395 info
946 struct tls_info info; local
[all...]
H A Dbf.c86 ** internal, file-type-specific info setup.
90 ** info -- information about file being opened
100 sm_bfopen(fp, info, flags, rpool)
102 const void *info;
114 filename = ((struct bf_info *) info)->bi_filename;
115 fmode = ((struct bf_info *) info)->bi_fmode;
116 bsize = ((struct bf_info *) info)->bi_bsize;
117 sflags = ((struct bf_info *) info)->bi_flags;
232 struct bf_info info; local
247 info
[all...]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c457 dtrace_proginfo_t info; local
469 if (dtrace_program_exec(g_dtp, prog, &info) == -1)
505 prsyminfo_t info; local
509 &sym, &info) != 0) {
513 if (info.prs_object == NULL)
514 info.prs_object = "<unknown>";
516 if (info.prs_lmid != LM_ID_BASE) {
517 len = snprintf(buf, size, "LM%lu`", info.prs_lmid);
522 len = snprintf(buf, size, "%s`%s", info.prs_object, info
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c514 struct dk_cinfo info; local
519 cmd, (intptr_t)&info, FKIOCTL, credp, rvalp)) != 0)
522 /* Update controller info */
523 info.dki_cnum = ddi_get_instance(ddi_get_parent(dip));
524 (void) strlcpy(info.dki_cname,
525 ddi_get_name(ddi_get_parent(dip)), sizeof (info.dki_cname));
527 /* Update unit info. */
528 if (info.dki_ctype == DKC_VBD)
529 info.dki_ctype = DKC_DIRECT;
530 info
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c230 /* Only the first session info is dereferenced. */
287 arg.info.level = 0;
288 arg.info.switch_value = 0;
289 arg.info.ru.info0 = &info0;
294 arg.info.level = 1;
295 arg.info.switch_value = 1;
296 arg.info.ru.info1 = &info1;
314 smb_tracef("srvsvc switch_value=%d", arg.info.switch_value);
318 if (arg.info.ru.info0 && arg.info
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdiox.x426 % * this gives us all info to define masks and shifts ...
578 %/* generic device info */
589 %/* generic device info (old style) */
671 mdcinfo_t cinfo; /* controller info */
672 mdvtoc_t vtoc; /* volume table of contents info */
696 mdcinfo_t cinfo; /* controller info */
697 o_mdvtoc_t vtoc; /* vtoc info (old style) */
1345 % * specific error info
1795 % * error info
1828 md_error_info_t info; /* specifi
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c203 packet.info = NAME_QUERY_REQUEST | NM_FLAGS_UNICAST;
233 uint16_t info; local
260 info = reply->packet->info;
261 if (PACKET_TYPE(info) == WACK_RESPONSE) {
330 uint16_t info; local
341 info = reply->packet->info;
345 switch (PACKET_TYPE(info)) {
347 if (POSITIVE_RESPONSE(info)) {
678 uint16_t name_trn_id, info; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c155 if ((ep->info.errclass == MDEC_RPC) &&
170 switch (ep->info.errclass) {
183 &ep->info.md_error_info_t_u.dev_error;
193 &ep->info.md_error_info_t_u.use_error;
207 &ep->info.md_error_info_t_u.md_error;
217 &ep->info.md_error_info_t_u.comp_error;
238 &ep->info.md_error_info_t_u.hsp_error;
248 &ep->info.md_error_info_t_u.hs_error;
268 &ep->info.md_error_info_t_u.mddb_error;
279 &ep->info
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
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...]
H A Dclnt_door.c87 struct door_info info; local
101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) {
335 clnt_door_control(CLIENT *cl, int request, char *info) argument
350 /* for other requests which use info */
351 if (info == NULL)
357 *(int *)info = cu->cu_fd;
367 *(uint32_t *)info = ntohl(*(uint32_t *)cu->cu_header);
373 *(uint32_t *)cu->cu_header = htonl(*(uint32_t *)info - 1);
385 *(uint32_t *)info
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c44 extern pwr_info_t *info;
123 info->pd_ttychars_sum = 0;
124 info->pd_loadaverage = 0;
125 info->pd_diskreads_sum = 0;
126 info->pd_nfsreqs_sum = 0;
166 return (check_activity(disk_act_start, info->pd_diskreads_sum, hr_now,
173 return (check_activity(tty_act_start, info->pd_ttychars_sum, hr_now,
186 return (check_activity(nfs_act_start, info->pd_nfsreqs_sum, hr_now,
289 &info->pd_diskreads_sum, delta, time);
293 return (check_activity(disk_act_start, info
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c46 eibnx_cleanup_port_nodes(eibnx_thr_info_t *info) argument
68 if (node->nc_info != info) {
87 mutex_enter(&info->ti_child_lock);
88 children = info->ti_child;
89 info->ti_child = NULL;
90 mutex_exit(&info->ti_child_lock);
106 mutex_enter(&info->ti_gw_lock);
107 gw_list = info->ti_gw;
108 info->ti_gw = NULL;
109 mutex_exit(&info
131 eibnx_create_node_props(dev_info_t *dip, eibnx_thr_info_t *info, eibnx_gw_info_t *gwi) argument
615 eibnx_make_nodename(eibnx_thr_info_t *info, uint16_t gw_portid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c119 uhci_hcdi_polled_input_fini(usb_console_info_impl_t *info) argument
125 uhci_polledp = (uhci_polled_t *)info->uci_private;
132 info->uci_private = NULL;
146 uhci_hcdi_polled_input_enter(usb_console_info_impl_t *info) argument
150 uhci_polledp = (uhci_polled_t *)info->uci_private;
174 uhci_hcdi_polled_input_exit(usb_console_info_impl_t *info) argument
178 uhci_polledp = (uhci_polled_t *)info->uci_private;
201 uhci_hcdi_polled_read(usb_console_info_impl_t *info, uint_t *num_characters) argument
209 uhci_polledp = (uhci_polled_t *)info->uci_private;
220 if (uhci_hcdi_polled_input_enter(info) !
326 uhci_hcdi_polled_output_fini(usb_console_info_impl_t *info) argument
349 uhci_hcdi_polled_output_enter(usb_console_info_impl_t *info) argument
376 uhci_hcdi_polled_output_exit(usb_console_info_impl_t *info) argument
386 uhci_hcdi_polled_write(usb_console_info_impl_t *info, uchar_t *buf, uint_t num_characters, uint_t *num_characters_written) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c54 static struct pkginfo info; variable in typeref:struct:pkginfo
154 if (inst && (pkginfo(&info, inst, NULL, NULL) == 0)) {
156 if (info.status == PI_INSTALLED)
162 if (!info.name) {
163 info.name = name;
168 incompat(abbrev, info.name, a_preinstallCheck);
176 deponme(abbrev, info.name, a_preinstallCheck);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c99 __kdb2_hash_open(file, flags, mode, info, dflags)
102 const HASHINFO *info; /* Special directives for create */
166 if (!(hashp = init_hash(hashp, file, info)))
170 if (info && info->hash)
171 hashp->hash = info->hash;
177 (info && info->bsize ? info->bsize : DEF_BUCKET_SIZE)) !=
210 if (info
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c287 static struct t_info info; local
290 if (t_getinfo(fd, &info) != 0) {
304 if (info.tsdu <= 0 || nbytes <= info.tsdu)
308 /* (info.tsdu > 0) and buf exceeds it */
310 while (nbytes >= info.tsdu) {
311 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu)
313 i += info.tsdu;
314 nbytes -= info
[all...]
/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/uts/common/inet/nca/
H A Dncaddi.c138 static struct module_info info = { variable in typeref:struct:module_info
143 (pfi_t)nca_rput, NULL, nca_open, nca_close, NULL, &info
147 (pfi_t)nca_wput, NULL, nca_open, nca_close, NULL, &info
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c96 drm_agp_info_t info; local
102 info.agp_version_major = agpinfo->agpi_version.agpv_major;
103 info.agp_version_minor = agpinfo->agpi_version.agpv_minor;
104 info.mode = agpinfo->agpi_mode;
105 info.aperture_base = agpinfo->agpi_aperbase;
106 info.aperture_size = agpinfo->agpi_apersize* 1024 * 1024;
107 info.memory_allowed = agpinfo->agpi_pgtotal << PAGE_SHIFT;
108 info.memory_used = agpinfo->agpi_pgused << PAGE_SHIFT;
109 info.id_vendor = agpinfo->agpi_devid & 0xffff;
110 info
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpriv.h98 * priv_chunk_t privs[info.priv_nsets][info.priv_setsize]
104 * information. ((char*)&info)+info->priv_info_size should be rounded up
114 uint32_t priv_infosize; /* Per proc. additional info */
115 uint32_t priv_globalinfosize; /* Per system info */
146 * Header of the privilege info data structure; multiple structures can
155 priv_info_t info; member in struct:priv_info_uint
164 priv_info_t info; member in struct:priv_info_set
174 priv_info_t info; member in struct:priv_info_names
[all...]

Completed in 1301 milliseconds

1234567891011>>