Searched defs:info (Results 76 - 100 of 550) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgettxt.c72 struct db_list *info; member in struct:db_cache
132 dbl = dbc->info;
157 dbc->info = NULL;
197 /* connect dbl to the dbc->info list */
198 dbl->next = dbc->info;
199 dbc->info = dbl;
/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...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c111 CK_MECHANISM_INFO info; local
160 rv = C_GetMechanismInfo(slotID, mech_type, &info);
164 if (info.flags & CKF_DIGEST)
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c185 struct user_info info; local
282 if (read(fd, &info, sizeof (info)) != sizeof (info)) {
290 if (info.dev != tty.st_dev || info.ino != tty.st_ino ||
291 info.rdev != tty.st_rdev || info.sid != getsid(getpid()) ||
292 info.uid != getuid() || info
337 struct user_info info; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_rcm.c33 #define MAX_FORMAT 80 /* for info table */
197 char *info; local
209 info = dgettext(TEXT_DOMAIN, "Information");
235 if ((w = strlen(info)) > w_info) {
283 w = strlen(info);
287 (void) strcat(*table, info);
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c264 char *info; local
275 info = dgettext(TEXT_DOMAIN, "Information");
297 if ((w = strlen(info)) > w_info)
336 w = strlen(info);
339 (void) strcat(*table, info);
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c33 #define MAX_FORMAT 80 /* for info table */
217 char *info; local
231 info = dgettext(TEXT_DOMAIN, "Information");
258 if ((w = strlen(info)) > w_info) {
308 w = strlen(info);
312 (void) strcat(*table, info);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dregress.c71 "trace line info is either \begid==rgid\b or \begid!=rgid\b. The "
83 "trace line info is either \beuid==ruid\b or \beuid!=ruid\b. The "
103 "[+sh_source()?The trace line info is the path of the script "
133 * regress info trace output
136 void sh_regress(unsigned int index, const char* intercept, const char* info, unsigned int line, const char* file) argument
145 sfprintf(sfstderr, REGRESS_HEADER "%s:%s:%s\n", name, intercept, fmtesc(info));
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c147 struct ctlib_event_info *info = hdl; local
149 type = info->event.ctev_cttype;
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c78 * the confstr LIBPATH provides the local info
98 static Dllinfo_t info; local
100 if (!info.sibling)
102 info.sibling = info.sib;
144 if (d && dn < sizeof(info.sibbuf))
146 memcpy(info.sibbuf, d, dn);
147 info.sibling[0] = info.sibbuf;
149 if (v && vn < sizeof(info
217 Dllinfo_t* info; local
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c80 struct taginfo *info, *link; local
86 info = tnf->tag_table[i];
87 while (info) {
89 link = info->link;
91 if (info->slotinfo)
92 free(info->slotinfo);
94 free(info);
96 info = link;
111 * Get info for supplied tag
117 struct taginfo *bucket, *info; local
139 struct taginfo *info; local
171 struct taginfo *info, *bucket; local
220 init_abstract_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
235 init_derived_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
255 init_scalar_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
273 init_struct_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
292 init_array_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
334 init_slots(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c299 clnt_raw_control(CLIENT *cl, int request, char *info) argument
H A Dxdr_mem.c225 xdrmem_control(XDR *xdrs, int request, void *info) argument
231 xptr = (xdr_bytesrec *) info;
/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/lib/libbsm/common/
H A Daudit_crontab.c281 struct auditpinfo_addr info; local
284 info.ap_pid = getpid();
285 if (auditon(A_GETPINFO_ADDR, (caddr_t)&info, sizeof (info)) != 0)
288 rc = (info.ap_auid == AU_NOAUDITID);
H A Daudit_ftpd.c140 struct auditinfo_addr info; local
170 if (getaudit_addr(&info, sizeof (info)) < 0) {
178 ruid, rgid, pid, pid, &info.ai_termid));
253 struct auditinfo_addr info; local
262 if (getaudit_addr(&info, sizeof (info)) < 0) {
267 if (au_preselect(AUE_ftpd_logout, &info.ai_mask, AU_PRS_SUCCESS,
283 (void) au_write(rd, au_to_subject_ex(info.ai_auid, euid,
284 egid, uid, gid, pid, pid, &info
[all...]
H A Daudit_rexd.c123 struct auditinfo_addr info; local
125 if (getaudit_addr(&info, sizeof (info)) < 0) {
130 info.ai_auid = uid;
131 info.ai_asid = getpid();
138 info.ai_mask.am_success = mask.am_success;
139 info.ai_mask.am_failure = mask.am_failure;
141 rc = setaudit_addr(&info, sizeof (info));
166 struct auditinfo_addr info; local
284 struct auditinfo_addr info; local
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_impl.h70 idmap_info *info; member in struct:idmap_get_res
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sse.c469 * Fill in *info with the operands, default untrapped result, and
479 __fex_get_sse_op(ucontext_t *uap, sseinst_t *inst, fex_info_t *info) argument
492 info->op1.type = fex_int;
493 info->op1.val.i = inst->op2->i[0];
494 info->op2.type = fex_nodata;
496 info->op1.type = fex_llong;
497 info->op1.val.l = inst->op2->l[0];
498 info->op2.type = fex_nodata;
502 info->op1.type = fex_double;
503 info
837 __fex_get_simd_op(ucontext_t *uap, sseinst_t *inst, enum fex_exception *e, fex_info_t *info) argument
1107 __fex_st_sse_result(ucontext_t *uap, sseinst_t *inst, enum fex_exception e, fex_info_t *info) argument
1340 __fex_st_simd_result(ucontext_t *uap, sseinst_t *inst, enum fex_exception *e, fex_info_t *info) argument
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c237 * Given a symbol table index, return the info for the function described
245 ushort_t info, kind, n; local
268 info = *dp++;
269 kind = LCTF_INFO_KIND(fp, info);
270 n = LCTF_INFO_VLEN(fp, info);
305 * offset: one for the function info, and one for the return type.
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c33 #define MAX_FORMAT 80 /* for info table */
265 char *info; local
279 info = dgettext(TEXT_DOMAIN, "Information");
305 if ((w = strlen(info)) > w_info) {
354 w = strlen(info);
358 (void) strlcat(*table, info, sizeof (*table));
/illumos-gate/usr/src/cmd/print/printer-info/
H A Dprinter-info.c48 get_printer_description(char *path, printer_description_t *info) argument
70 memset(info, 0, sizeof (*info));
85 info->manufacturer = strdup(u);
88 info->model = strdup(u);
91 info->description = strdup(u);
94 info->class = strdup(u);
104 info->command_set[i++] = strdup(v);
167 printer_description_t info; local
169 rc = get_printer_description(path, &info);
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java118 static public void info(String s) { method in class:Debug
159 static public void info(Object o, String s) { method in class:Debug
270 info(theInstance, s);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_self.c193 fmd_hdl_info_t info = { local
209 if (fmd_hdl_register(hdl, FMD_API_VERSION, &info) != 0)
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c371 Dl_info info; local
376 if (dlinfo((void *)NULL, RTLD_DI_CONFIGADDR, &info) == -1) {
381 config = (Addr)info.dli_fbase;

Completed in 2246 milliseconds

1234567891011>>