Home
last modified time | relevance | path

Searched refs:info (Results 176 – 200 of 1605) sorted by relevance

12345678910>>...65

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllopen.c41 Dllinfo_t* info;
55 info = dllinfo();
57 olibpath = getenv(info->env);
69 …path = sfprints("%-.*s%s%c%s=%-.*s%s%s", len, dir, base, 0, info->env, len, dir, olibpath ? ":" : …
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c112 struct t_info info; local
121 if (t_getinfo(fd, &info) == -1) {
131 if (size = externsz((unsigned)info.addr))
137 if (size = externsz((unsigned)info.options))
143 if (size = externsz((unsigned)info.connect))
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dinz_region.c36 siginfo_t info; in main() local
57 ret = waitid(P_PID, child, &info, WEXITED); in main()
60 assert(info.si_pid == child); in main()
61 assert(info.si_status == 0); in main()
H A Dinz_mlock.c36 siginfo_t info; in main() local
60 ret = waitid(P_PID, child, &info, WEXITED); in main()
63 assert(info.si_pid == child); in main()
64 assert(info.si_status == 0); in main()
H A Dinz_child.c38 siginfo_t info; in main() local
63 ret = waitid(P_PID, child, &info, WEXITED); in main()
66 assert(info.si_pid == child); in main()
67 assert(info.si_status == 0); in main()
H A Dinz_split.c36 siginfo_t info; in main() local
65 ret = waitid(P_PID, child, &info, WEXITED); in main()
68 assert(info.si_pid == child); in main()
69 assert(info.si_status == 0); in main()
H A Dinz_vpp.c36 siginfo_t info; in main() local
65 ret = waitid(P_PID, child, &info, WEXITED); in main()
68 assert(info.si_pid == child); in main()
69 assert(info.si_status == 0); in main()
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c455 dtrace_proginfo_t info; in dprog_compile() local
467 if (dtrace_program_exec(g_dtp, prog, &info) == -1) in dprog_compile()
503 prsyminfo_t info; in getsym() local
507 &sym, &info) != 0) { in getsym()
511 if (info.prs_object == NULL) in getsym()
512 info.prs_object = "<unknown>"; in getsym()
514 if (info.prs_lmid != LM_ID_BASE) { in getsym()
515 len = snprintf(buf, size, "LM%lu`", info.prs_lmid); in getsym()
520 len = snprintf(buf, size, "%s`%s", info.prs_object, info.prs_name); in getsym()
528 (strstr("mutex", info.prs_name) == 0 || in getsym()
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c2024 info = safe_malloc(sizeof (*info)); in ptrn_info_create()
2039 info->pi_name = EMPTY_TO_NULL(info->pi_name); in ptrn_info_create()
2041 info->pi_type = EMPTY_TO_NULL(info->pi_type); in ptrn_info_create()
2073 uu_avl_node_init(info, &info->pi_link, ptrn_info_pool); in ptrn_info_create()
2074 return (info); in ptrn_info_create()
2080 if (info == NULL) in ptrn_info_destroy()
2082 uu_avl_node_fini(info, &info->pi_link, ptrn_info_pool); in ptrn_info_destroy()
2083 free(info); in ptrn_info_destroy()
2132 info = NULL; in gather_pattern()
2188 info->pi_enc_pgp, NULL, info->pi_ptrnpg, NULL, NULL, in gather_pattern()
[all …]
H A Dsvccfg_engine.c528 file = info->mi_path; in import_manifest_file()
551 info->mi_path); in import_manifest_file()
568 "of %s failed.\n"), info->mi_path); in import_manifest_file()
575 if (info->mi_prop) { in import_manifest_file()
579 info->mi_hash, APPLY_NONE, &errstr)) { in import_manifest_file()
582 "%s\n"), info->mi_path, errstr); in import_manifest_file()
586 info->mi_path); in import_manifest_file()
878 if (lscf_bundle_apply(b, info->mi_path) != 0) { in apply_profile()
885 if (info->mi_prop) { in apply_profile()
890 if (mhash_store_entry(g_hndl, info->mi_prop, info->mi_path, in apply_profile()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_iter.c486 zcp_list_info_t *info = lua_touserdata(state, lua_upvalueindex(1)); in zcp_list_func() local
488 zcp_parse_args(state, info->name, info->pargs, info->kwargs); in zcp_list_func()
490 return (info->func(state)); in zcp_list_func()
509 zcp_list_info_t *info = zcp_list_funcs[i]; in zcp_load_list_lib() local
511 if (info->gc != NULL) { in zcp_load_list_lib()
517 (void) luaL_newmetatable(state, info->name); in zcp_load_list_lib()
519 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
524 lua_pushlightuserdata(state, info); in zcp_load_list_lib()
526 lua_setfield(state, -2, info->name); in zcp_load_list_lib()
527 info++; in zcp_load_list_lib()
H A Dzcp_synctask.c487 zcp_synctask_info_t *info = lua_touserdata(state, lua_upvalueindex(1)); in zcp_synctask_wrapper() local
494 uint64_t funcspace = (info->blocks_modified << DST_AVG_BLKSHIFT) * 3; in zcp_synctask_wrapper()
496 zcp_parse_args(state, info->name, info->pargs, info->kwargs); in zcp_synctask_wrapper()
499 if (info->space_check != ZFS_SPACE_CHECK_NONE) { in zcp_synctask_wrapper()
501 info->space_check); in zcp_synctask_wrapper()
511 err = info->func(state, sync, err_details); in zcp_synctask_wrapper()
548 zcp_synctask_info_t *info = zcp_synctask_funcs[i]; in zcp_load_synctask_lib() local
549 lua_pushlightuserdata(state, info); in zcp_load_synctask_lib()
552 lua_setfield(state, -2, info->name); in zcp_load_synctask_lib()
553 info++; in zcp_load_synctask_lib()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c87 struct door_info info; in clnt_door_create() local
101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) { in clnt_door_create()
335 clnt_door_control(CLIENT *cl, int request, char *info) in clnt_door_control() argument
351 if (info == NULL) in clnt_door_control()
357 *(int *)info = cu->cu_fd; in clnt_door_control()
367 *(uint32_t *)info = ntohl(*(uint32_t *)cu->cu_header); in clnt_door_control()
373 *(uint32_t *)cu->cu_header = htonl(*(uint32_t *)info - 1); in clnt_door_control()
385 *(uint32_t *)info = ntohl(*(uint32_t *)(cu->cu_header + in clnt_door_control()
393 htonl(*(uint32_t *)info); in clnt_door_control()
404 *(uint32_t *)info = ntohl(*(uint32_t *)(cu->cu_header + in clnt_door_control()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c244 struct samr_SetUserInfo16 info; in netr_set_user_control() local
246 info.UserAccountControl = UserAccountControl; in netr_set_user_control()
247 return (samr_set_user_info(user_handle, 16, &info)); in netr_set_user_control()
264 struct samr_SetUserInfo24 info; in netr_set_user_password() local
269 (void) memset(&info, 0, sizeof (info)); in netr_set_user_password()
270 samr_make_encrypted_password(&info.encr_pw, new_pw_clear, ssn_key); in netr_set_user_password()
275 return (samr_set_user_info(user_handle, 24, &info)); in netr_set_user_password()
/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h174 #define DOMAIN_IS_INITDOMAIN(info) (__lintzero) argument
175 #define DOMAIN_IS_PRIVILEGED(info) (__lintzero) argument
179 #define DOMAIN_IS_INITDOMAIN(info) \ argument
180 (((info)->flags & SIF_INITDOMAIN) == SIF_INITDOMAIN)
182 #define DOMAIN_IS_PRIVILEGED(info) \ argument
183 (((info)->flags & SIF_PRIVILEGED) == SIF_PRIVILEGED)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfopen.c107 sm_io_open(type, timeout, info, flags, rpool) in sm_io_open() argument
110 const void *info;
148 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
221 sm_io_reopen(type, timeout, info, flags, rpool, fp) in sm_io_reopen() argument
224 const void *info;
288 ret = (*fp2->f_open)(fp2, info, flags, rpool);
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c666 p->uid = info->pr_uid; in add_proc()
667 p->gid = info->pr_gid; in add_proc()
668 p->pid = info->pr_pid; in add_proc()
669 p->ppid = info->pr_ppid; in add_proc()
670 p->pgrp = info->pr_pgid; in add_proc()
671 p->sid = info->pr_sid; in add_proc()
672 p->zoneid = info->pr_zoneid; in add_proc()
673 p->ctid = info->pr_contract; in add_proc()
674 p->start = info->pr_start; in add_proc()
675 proc_unctrl_psinfo(info); in add_proc()
[all …]
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c159 struct optinfo *info = opt_info(*ptr); in opts_parse() local
162 if (info == NULL) in opts_parse()
167 (info->oi_flags & OPTF_CLI) == 0) in opts_parse()
173 (info->oi_flags & OPTF_CONF) == 0) in opts_parse()
179 if (info->oi_t == OPTTYPE_BOOLEAN) { in opts_parse()
180 (void) opts_set(opts, info->oi_o, ""); in opts_parse()
189 info->oi_o[0]); in opts_parse()
190 opts_set(opts, info->oi_o, ptr); in opts_parse()
219 struct optinfo *info = opt_info(*o); in opts_set() local
224 if (info->oi_parser) { in opts_set()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dcrossexec.sh95 info=$HOME/.$command
96 if test ! -r $info
97 then echo "$command: $info: not found" >&2
116 done < $info
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc862 if (info == NULL) { in getRNIDMgmtInfo()
878 memcpy(&info->wwn, &(rnid.global_id), sizeof (info->wwn)); in getRNIDMgmtInfo()
879 memcpy(&info->unittype, &(rnid.unit_type), sizeof (info->unittype)); in getRNIDMgmtInfo()
880 memcpy(&info->PortId, &(rnid.port_id), sizeof (info->PortId)); in getRNIDMgmtInfo()
882 sizeof (info->NumberOfAttachedNodes)); in getRNIDMgmtInfo()
883 memcpy(&info->IPVersion, &(rnid.ip_version), sizeof (info->IPVersion)); in getRNIDMgmtInfo()
884 memcpy(&info->UDPPort, &(rnid.udp_port), sizeof (info->UDPPort)); in getRNIDMgmtInfo()
885 memcpy(&info->IPAddress, &(rnid.ip_addr), sizeof (info->IPAddress)); in getRNIDMgmtInfo()
887 sizeof (info->TopologyDiscoveryFlags)); in getRNIDMgmtInfo()
1186 void FCHBAPort::setRNID(HBA_MGMTINFO info) { in setRNID() argument
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c1284 info += sprintf(info, "cpu %d: ", i); in info_set()
1285 info += sprintf(info, "%3d MHz ", in info_set()
1288 info += sprintf(info, "%0.1fM ", in info_set()
1297 info += sprintf(info, "single buffered ffb "); in info_set()
1304 info += sprintf(info, "no ffb installed "); in info_set()
1308 info += sprintf(info, "illegal ffb size "); in info_set()
1315 info += sprintf(info, "target: %2d ", in info_set()
1318 info += sprintf(info, "no disk "); in info_set()
1323 info += sprintf(info, "disabled at boot "); in info_set()
1326 info += sprintf(info, "non-detachable "); in info_set()
[all …]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c179 smb_netuserinfo_encode(smb_netuserinfo_t *info, uint8_t *buf, in smb_netuserinfo_encode() argument
187 if (!smb_netuserinfo_xdr(&xdrs, info)) in smb_netuserinfo_encode()
200 smb_netuserinfo_decode(smb_netuserinfo_t *info, uint8_t *buf, in smb_netuserinfo_decode() argument
208 bzero(info, sizeof (smb_netuserinfo_t)); in smb_netuserinfo_decode()
209 if (!smb_netuserinfo_xdr(&xdrs, info)) in smb_netuserinfo_decode()
283 if (!smb_netconnectinfo_xdr(&xdrs, info)) in smb_netconnectinfo_encode()
304 bzero(info, sizeof (smb_netconnectinfo_t)); in smb_netconnectinfo_decode()
305 if (!smb_netconnectinfo_xdr(&xdrs, info)) in smb_netconnectinfo_decode()
353 if (!smb_netfileinfo_xdr(&xdrs, info)) in smb_netfileinfo_encode()
374 bzero(info, sizeof (smb_netfileinfo_t)); in smb_netfileinfo_decode()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c98 sm_bfopen(fp, info, flags, rpool) in sm_bfopen() argument
100 const void *info;
112 filename = ((struct bf_info *) info)->bi_filename;
113 fmode = ((struct bf_info *) info)->bi_fmode;
114 bsize = ((struct bf_info *) info)->bi_bsize;
115 sflags = ((struct bf_info *) info)->bi_flags;
230 struct bf_info info; local
245 info.bi_filename = filename;
246 info.bi_fmode = fmode;
247 info.bi_bsize = bsize;
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_linkerset.c360 ldset_info_t info = { 0 }; in linkersets_walk_cb() local
364 ret = ldset_get_info(addr, &info); in linkersets_walk_cb()
368 if (info.ldsi_elsize > 0) { in linkersets_walk_cb()
370 info.ldsi_elsize); in linkersets_walk_cb()
375 mdb_printf("%-20s %8s %9u\n", info.ldsi_name, buf, info.ldsi_nelem); in linkersets_walk_cb()
392 ldset_info_t info = { 0 }; in cmd_linkerset() local
404 ret = ldset_get_info((uintptr_t)start_sym.st_value, &info); in cmd_linkerset()
411 info.ldsi_addr)); in cmd_linkerset()
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c286 static struct t_info info; local
289 if (t_getinfo(fd, &info) != 0) {
303 if (info.tsdu <= 0 || nbytes <= info.tsdu)
309 while (nbytes >= info.tsdu) {
310 if ((ret = t_snd(fd, &buf[i], info.tsdu, 0)) != info.tsdu)
312 i += info.tsdu;
313 nbytes -= info.tsdu;

12345678910>>...65