Searched defs:info (Results 326 - 350 of 550) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1827 mech_support_info_t *info = &(session->mech_support_info); local
1848 info->mech = pMech->mechanism;
1862 info->mech = CKM_RSA_PKCS_KEY_PAIR_GEN;
1865 info->mech = CKM_EC_KEY_PAIR_GEN;
1868 info->mech = CKM_DH_PKCS_KEY_PAIR_GEN;
1877 if (meta_mechManager_get_slots(info, B_FALSE, NULL) != CKR_OK)
1884 if (info->num_supporting_slots < 2 &&
1885 info->supporting_slots[0]->slotnum == get_keystore_slotnum())
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c1757 CK_MECHANISM_INFO info; local
1796 rv = get_mechanism_info(pslot, pMechanism->mechanism, &info,
/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/fm/libdiagcode/common/
H A Ddiagcode.c33 * set it to 2 to include success info too on interesting functions.
34 * set it to 3 to include success info on trivial functions too.
71 static const struct info { struct
95 static const struct info *dictval2info(const bitv *bv);
96 static const struct info *numx2info(int numx);
588 static const struct info *
602 static const struct info *
704 const struct info *infop; /* Info[] table entry */
833 const struct info *infop;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c89 * the string info (for multi-string values).
875 * get URI from the alert-info header
901 * get URI from call-info header
1085 * get error-info URI
1523 * get warning info
1526 sip_get_warninfo(sip_header_value_t value, int info, int *error) argument
1544 switch (info) {
1678 * get authentication info
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c144 * Try to (re)constitute the info at user level from state
200 * append data and control info in look buffer (list in the MT case)
841 _t_create(int fd, struct t_info *info, int api_semantics, int *t_capreq_failed) argument
886 * Request info about transport.
923 if (info != NULL) {
929 info->addr = tiap->ADDR_size;
930 info->options = tiap->OPT_size;
931 info->tsdu = tiap->TSDU_size;
932 info->etsdu = tiap->ETSDU_size;
933 info
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c70 extern int fpkginfo(struct pkginfo *info, char *pkginst);
1186 struct pkginfo info; local
1200 info.pkginst = NULL; /* required initialization */
1228 if (fpkginfo(&info, srcinst)) {
1231 (void) fpkginfo(&info, NULL);
1241 if (pt = fpkginst(temp, info.arch, info.version)) {
1253 (void) fpkginfo(&info, NULL);
1283 (void) fpkginfo(&info, NULL);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c691 auditinfo_addr_t info; local
693 if (getaudit_addr(&info, sizeof (info)))
695 return (au_to_subject_ex(info.ai_auid, geteuid(), getegid(), getuid(),
696 getgid(), getpid(), info.ai_asid, &info.ai_termid));
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c410 vt_ev_request(int cmd, int info) argument
416 ve.ve_info = info;
1156 struct door_info info; local
1162 if (door_info(doorfd, &info) == 0 && info.di_target != -1) {
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c168 struct psinfo info; local
306 * loop through /proc, reading info about each process
325 if (read(procfd, &info, sizeof (info)) != sizeof (info)) {
338 up = findhash(info.pr_pid);
339 up->p_ttyd = info.pr_ttydev;
340 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING);
344 (void) strncpy(up->p_comm, info.pr_fname,
345 sizeof (info
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h153 uint16_t info; member in struct:pnp_header
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1419 psinfo_t info; /* process information from /proc */ local
1435 * Get the info structure for the process and close quickly.
1437 if (read(pfd, (char *)&info, sizeof (info)) < 0) {
1448 if (info.pr_pid != pid &&
1449 info.pr_uid == uid && info.pr_euid == euid)
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c148 psinfo_t info; /* process information structure from /proc */ local
385 * Determine which processes to print info about by searching
425 * Get the info structure for the process
427 if (read(psfd, &info, sizeof (info)) != sizeof (info)) {
443 if (info.pr_lwp.pr_state == 0) /* can't happen? */
445 pid = info.pr_pid;
446 ppid = info.pr_ppid;
466 !(info
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c163 return (module->info());
243 * dlsym rcm_mod_init/fini/info() entry points
249 module->info = (const char *(*)())dlsym(module->dlhandle,
252 module->info == NULL) {
263 module->info = (const char *(*)()) NULL;
410 * Gather usage info be passed back to requester. Discard info if user does
418 rcm_info_t *info; local
427 info = s_calloc(1, sizeof (*info));
636 char *info = NULL; local
1459 rsrc_usage_info(char **rsrcnames, uint_t flag, int seq_num, rcm_info_t **info) argument
1522 rcm_info_t *info = NULL; local
1894 call_getinfo(struct rcm_mod_ops *ops, rcm_handle_t *hdl, char *alias, id_t pid, uint_t flag, char **info, char **error, nvlist_t *client_props, rcm_info_t **infop) argument
[all...]
H A Dttymux_rcm.c1345 tty_getinfo(rcm_handle_t *hd, char *rsrcid, id_t id, uint_t flag, char **info, argument
1364 *info = ru;
1365 sz = strlen(*info) + strlen(user->id) + 2;
1368 free(*info);
1369 *info = NULL;
1372 if (snprintf(ru, sz, ": %s%s", *info, user->id) > sz) {
1376 free(*info);
1378 *info = ru;
1380 if (*info == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c527 * forward & forwardable info
614 * Only put the terminal speed info in if we have room
922 siginfo_t info; local
927 error = waitid(P_ALL, 0, &info, options);
930 if (info.si_pid == 0)
932 if (info.si_code == CLD_TRAPPED)
934 if (info.si_code == CLD_STOPPED)
936 done(info.si_status);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c1086 mdb_syminfo_t info; local
1093 map.map_name, MDB_TGT_MAPSZ, &sym, &info) == -1) {
H A Dmdb_nm.c122 nm_type2str(uchar_t info) argument
124 switch (GELF_ST_TYPE(info)) {
147 nm_bind2str(uchar_t info) argument
149 switch (GELF_ST_BIND(info)) {
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c930 uint_t info = rej->rej_info; local
934 return (conv_ehdr_mach((Half)info, 0,
937 return (conv_ehdr_class((uchar_t)info, 0,
940 return (conv_ehdr_data((uchar_t)info, 0,
943 return (conv_ehdr_type(ELFOSABI_SOLARIS, (Half)info, 0,
949 return (conv_ehdr_flags(mach, (Word)info, 0,
965 return (conv_invalid_val(&reject_desc_buf->inv_buf, info,
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c747 prpsinfo_t info; local
808 (char *)&info) == -1) {
815 if (strcmp(info.pr_fname, "vold") == NULL) {
820 if (strcmp(info.pr_fname, "deallocate")
826 dprintf("killing %s", info.pr_fname);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c1851 struct t_info info; local
1856 if (t_getinfo(fd, &info) < 0) {
1860 mask->len = mask->maxlen = info.addr;
1861 if (info.addr <= 0) {
1862 syslog(LOG_ERR, "set_addrmask: address size: %ld", info.addr);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c105 * Structure containing info for encrypt/decrypt
424 CK_MECHANISM_INFO info, kg_info; local
547 mech_aliases[mek].type, &info);
556 if (info.ulMinKeySize && (info.ulMinKeySize <
559 info.ulMinKeySize;
561 if (info.ulMaxKeySize && (info.ulMaxKeySize >
564 info.ulMaxKeySize;
594 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1711 struct t_info info; local
1716 if (t_getinfo(fd, &info) < 0) {
1720 mask->len = mask->maxlen = info.addr;
1721 if (info.addr <= 0) {
1728 if ((info.addr == -1) &&
1734 syslog(LOG_ERR, "set_addrmask: address size: %ld", info.addr);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1336 struct dk_cinfo info; local
1340 if (ioctl(fso, DKIOCINFO, &info) < 0) {
1348 switch (info.dki_ctype) {
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c716 struct dk_minfo info; local
747 if (ioctl(fd, DKIOCGMEDIAINFO, &info)) {
749 " info from %s.\n", disk));
751 if (info.dki_media_type == DK_FLOPPY) {

Completed in 125 milliseconds

<<11121314151617181920>>