Searched defs:info (Results 1 - 25 of 550) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/ss/
H A Drequests.c27 register ss_data *info = ss_info(sci_idx); local
29 "%s version %s\n"), info->subsystem_name,
30 info->subsystem_version);
H A Drequest_tbl.c26 register ss_data *info; local
29 info = ss_info(sci_idx);
30 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++)
34 info->rqt_tables = (ssrt **)realloc(info->rqt_tables,
36 if (info->rqt_tables == (ssrt **)NULL) {
45 info->rqt_tables[i+1] = info->rqt_tables[i];
47 info->rqt_tables[position] = rqtbl_ptr;
48 info
58 register ss_data *info; local
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh68 info() function
86 info "$1 in ${min}m${sec}s"
229 info "$reldir: finding flg-related source files"
249 info "$reldir: clobbering $xref cross-reference"
256 info "$reldir: building $xref cross-reference"
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcSetRNIDMgmtInfo.cc48 * @param info The RNID information to set on the HBA
51 HBA_MGMTINFO info) {
58 hba->setRNID(info);
50 Sun_fcSetRNIDMgmtInfo(HBA_HANDLE handle, HBA_MGMTINFO info) argument
H A DSun_fcGetRNIDMgmtInfo.cc50 * @param info Pointer to user-allocated buffer for results
53 PHBA_MGMTINFO info) {
60 port->getRNIDMgmtInfo(info);
52 Sun_fcGetRNIDMgmtInfo(HBA_HANDLE handle, PHBA_MGMTINFO info) argument
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_dr.h64 DAT_PROVIDER_INFO info; member in struct:__anon4401
82 IN const DAT_PROVIDER_INFO *info,
87 IN const DAT_PROVIDER_INFO *info);
92 IN const DAT_PROVIDER_INFO *info,
97 IN const DAT_PROVIDER_INFO *info);
H A Ddat_sr.h62 DAT_PROVIDER_INFO info; member in struct:__anon4404
86 IN const DAT_PROVIDER_INFO *info,
101 IN const DAT_PROVIDER_INFO *info);
105 IN const DAT_PROVIDER_INFO *info);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections_machelf.c59 conv_sec_linkinfo(Word info, Xword flags, Conv_inv_buf_t *inv_buf) argument
62 if (info == SHN_BEFORE)
64 else if (info == SHN_AFTER)
69 (void) conv_invalid_val(inv_buf, info, CONV_FMT_DECIMAL);
H A Dtokens.c44 char info[SYS_NMLN], * list, * ptr, * optr; local
57 if ((size = sysinfo(SI_ISALIST, info, SYS_NMLN)) == -1)
64 if ((list = strdup(info)) == 0)
/illumos-gate/usr/src/cmd/cdrw/
H A Ddumpinfo.c41 info(void) function
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_buf.c78 * driver info, like dip, instance, buf_attr, etc. Parms is passed in and
80 * cookies can we handle, and alignment requirements. info is returned with
81 * all the info about the mapped buffer. handle is returned. It should be
86 hci1394_buf_info_t *info, hci1394_buf_handle_t *handle)
95 ASSERT(info != NULL);
105 /* save away pointer to general info */
128 NULL, &info->bi_kaddr, &info->bi_real_length, &buf->bu_handle);
140 info->bi_kaddr, info
85 hci1394_buf_alloc(hci1394_drvinfo_t *drvinfo, hci1394_buf_parms_t *parms, hci1394_buf_info_t *info, hci1394_buf_handle_t *handle) argument
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_child.c38 siginfo_t info; local
63 ret = waitid(P_PID, child, &info, WEXITED);
66 assert(info.si_pid == child);
67 assert(info.si_status == 0);
H A Dinz_mlock.c36 siginfo_t info; local
60 ret = waitid(P_PID, child, &info, WEXITED);
63 assert(info.si_pid == child);
64 assert(info.si_status == 0);
H A Dinz_region.c36 siginfo_t info; local
57 ret = waitid(P_PID, child, &info, WEXITED);
60 assert(info.si_pid == child);
61 assert(info.si_status == 0);
H A Dinz_split.c36 siginfo_t info; local
65 ret = waitid(P_PID, child, &info, WEXITED);
68 assert(info.si_pid == child);
69 assert(info.si_status == 0);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c58 HASHINFO info; local
60 info.nelem = nel;
61 info.bsize = 256;
62 info.ffactor = 8;
63 info.cachesize = 0;
64 info.hash = NULL;
65 info.lorder = 0;
66 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddssetup_clnt.c41 struct dssetup_DsRolePrimaryDomInfo1 *info; local
59 if ((rc != 0) || (arg.status != 0) || arg.info == NULL) {
64 info = &arg.info->ru.info1;
66 if (info->nt_domain == NULL ||
67 info->dns_domain == NULL ||
68 info->forest == NULL) {
73 bcopy(info, ds_info, sizeof (ds_primary_domain_info_t));
74 ds_info->nt_domain = (uint8_t *)strdup((char *)info->nt_domain);
75 ds_info->dns_domain = (uint8_t *)strdup((char *)info
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c123 CK_MECHANISM_INFO info; local
145 rv = C_GetMechanismInfo(*slotid, algos.enc_algo, &info);
161 if (keylength > info.ulMaxKeySize) {
169 if (!(info.flags & (CKF_ENCRYPT|CKF_RNG)))
174 &info);
182 if (!(info.flags & (CKF_DIGEST|CKF_SIGN|CKF_RNG)))
187 &info);
/illumos-gate/usr/src/lib/libtnf/
H A Dtype.c51 struct taginfo *info; local
57 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum));
58 return (info->kind);
75 * Fetch size member of info for datum type record
81 struct taginfo *info; local
87 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum));
89 if (INFO_ARRAY(info))
93 return (info->size);
103 struct taginfo *info; local
109 info
[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...]
H A Dt_open.c64 _tx_open(const char *path, int flags, struct t_info *info, int api_semantics) argument
144 tiptr = _t_create(fd, info, api_semantics, &ticap_ioctl_failed);
/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/csh/
H A Dwait3.c65 siginfo_t info; local
70 memset((void *)&info, 0, sizeof (siginfo_t));
78 error = waitid(P_ALL, 0, &info, options);
83 if ((options & WNOHANG) && (info.si_pid == 0))
99 *status = wstat(info.si_code, info.si_status);
100 return (info.si_pid);
139 siginfo_t info; local
141 if (waitid(P_ALL, 0, &info,
144 return (info
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddlpi_events.c60 nwamd_dlpi_notify(dlpi_handle_t dhp, dlpi_notifyinfo_t *info, void *arg) argument
65 if (info->dni_note & DL_NOTE_LINK_UP)

Completed in 88 milliseconds

1234567891011>>