HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 1 - 25 of 890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/uts/common/brand/lx/sys/
lx_ldt.h 49 #define LDT_INFO_EMPTY(info) \
50 ((info)->base_addr == 0 && (info)->limit == 0 && \
51 (info)->contents == 0 && (info)->read_exec_only == 1 && \
52 (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && \
53 (info)->seg_not_present == 1 && (info)->useable == 0)
61 #define LDT_INFO_TO_DESC(info, desc) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtnf/
info.c 80 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
    [all...]
type.c 51 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 = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
Makefile 48 MAININFO = $(CONFS:%.conf=%.info)
49 OTHERINFOS = $(INCDIR1)/system-board.info
50 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info
51 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info
52 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info
53 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info
54 OTHERINFOS += $(INCDIR2)/fru_HDD4_data.info
55 OTHERINFOS += $(INCDIR2)/fru_HDD5_data.info
56 OTHERINFOS += $(INCDIR2)/fru_HDD6_data.info
57 OTHERINFOS += $(INCDIR2)/fru_HDD7_data.info
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcontract/common/
process.c 108 struct ctlib_event_info *info = evthdl; local
109 if (info->event.ctev_cttype != CTT_PROCESS)
111 if (info->nvl == NULL)
113 return (nvlist_lookup_uint32(info->nvl, CTPE_PID, (uint_t *)pid));
119 struct ctlib_event_info *info = evthdl; local
120 if (info->event.ctev_cttype != CTT_PROCESS)
122 if (info->event.ctev_type != CT_PR_EV_FORK)
124 if (info->nvl == NULL)
126 return (nvlist_lookup_uint32(info->nvl, CTPE_PPID, (uint_t *)ppid));
132 struct ctlib_event_info *info = evthdl local
145 struct ctlib_event_info *info = evthdl; local
158 struct ctlib_event_info *info = evthdl; local
171 struct ctlib_event_info *info = evthdl; local
184 struct ctlib_event_info *info = evthdl; local
198 struct ctlib_event_info *info = evthdl; local
212 struct ctlib_event_info *info = evthdl; local
230 struct ctlib_status_info *info = stathdl; local
241 struct ctlib_status_info *info = stathdl; local
252 struct ctlib_status_info *info = stathdl; local
265 struct ctlib_status_info *info = stathdl; local
277 struct ctlib_status_info *info = stathdl; local
288 struct ctlib_status_info *info = stathdl; local
299 struct ctlib_status_info *info = stathdl; local
311 struct ctlib_status_info *info = stathdl; local
    [all...]
libcontract.c 240 struct ctlib_status_info *info; local
243 info = malloc(sizeof (struct ctlib_status_info));
244 if (info == NULL)
247 info->status.ctst_detail = detail;
250 info->status.ctst_nbytes = status_nbytes;
251 info->status.ctst_buffer = status_buffer;
253 error = ioctl(fd, CT_SSTATUS, &info->status);
257 if (info->status.ctst_nbytes <= status_nbytes)
262 status_nbytes = info->status.ctst_nbytes;
267 if ((errno = nvlist_unpack(info->status.ctst_buffer
296 struct ctlib_status_info *info = stathdl; local
309 struct ctlib_status_info *info = stathdl; local
316 struct ctlib_status_info *info = stathdl; local
323 struct ctlib_status_info *info = stathdl; local
330 struct ctlib_status_info *info = stathdl; local
337 struct ctlib_status_info *info = stathdl; local
344 struct ctlib_status_info *info = stathdl; local
351 struct ctlib_status_info *info = stathdl; local
358 struct ctlib_status_info *info = stathdl; local
365 struct ctlib_status_info *info = stathdl; local
372 struct ctlib_status_info *info = stathdl; local
379 struct ctlib_status_info *info = stathdl; local
386 struct ctlib_status_info *info = stathdl; local
418 struct ctlib_event_info *info; local
508 struct ctlib_event_info *info = evthdl; local
519 struct ctlib_event_info *info = evthdl; local
526 struct ctlib_event_info *info = evthdl; local
533 struct ctlib_event_info *info = evthdl; local
540 struct ctlib_event_info *info = evthdl; local
547 struct ctlib_event_info *info = evthdl; local
557 struct ctlib_event_info *info = evthdl; local
    [all...]
device.c 112 struct ctlib_status_info *info = stathdl; local
114 if (info->status.ctst_type != CTT_DEVICE)
117 if (info->nvl == NULL)
120 return (nvlist_lookup_uint32(info->nvl, CTDS_ASET, aset));
126 struct ctlib_status_info *info = stathdl; local
128 if (info->status.ctst_type != CTT_DEVICE)
131 if (info->nvl == NULL)
134 return (nvlist_lookup_uint32(info->nvl, CTDS_NONEG, negp));
140 struct ctlib_status_info *info = stathdl; local
142 if (info->status.ctst_type != CTT_DEVICE
155 struct ctlib_status_info *info = stathdl; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmCalls.java 54 Debug.info(out);
58 Debug.info("CLNT: debugShowPrinter");
61 Debug.info("CLNT: printer " +
66 Debug.info("CLNT: server " +
70 Debug.info("CLNT: printer type " +
74 Debug.info("CLNT: Comment " +
78 Debug.info("CLNT: Device " +
82 Debug.info("CLNT: Make " +
85 Debug.info("CLNT: Make is null");
88 Debug.info("CLNT: Model "
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
neti_impl.c 65 net_protocol_register(netid_t id, const net_protocol_t *info)
70 ASSERT(info != NULL);
79 new->netd_info = *info;
84 n = net_find(info->netp_name, nts);
103 net_protocol_unregister(net_handle_t info)
107 ASSERT(info != NULL);
109 nts = info->netd_stack;
113 LIST_REMOVE(info, netd_list);
114 info->netd_stack = NULL;
117 (void) net_protocol_release(info);
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
request_tbl.c 26 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->rqt_tables[size-1] = (ssrt *)NULL
58 register ss_data *info; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/modules/intr/
intr.c 178 intr_info_t info; local
213 bzero((void *)&info, sizeof (intr_info_t));
217 info.shared = 1;
224 info.pathname, sizeof (info.pathname));
235 (void) mdb_snprintf(info.driver_name,
236 sizeof (info.driver_name), "%s", name);
238 info.instance = dev.devi_instance;
239 info.inum = ih.ih_inum;
240 info.intr_type = DDI_INTR_TYPE_FIXED
273 intr_info_t info; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
Makefile 56 MAININFO= $(CONFS:%.conf=%.info)
57 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info
58 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
59 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
60 OTHERINFOS += fru_SC_data.info SB-tables.info
61 OTHERINFOS += fru_usb-a-1_data.info fru_usb-a-2_data.inf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
Makefile 46 MAININFO = $(CONFS:%.conf=%.info)
47 OTHERINFOS = $(INCDIR1)/system-board.info
48 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info
49 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info
50 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info
51 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info
52 OTHERINFOS += $(INCDIR2)/fru_PS0_data.info
53 OTHERINFOS += $(INCDIR2)/fru_PS1_data.info
54 OTHERINFOS += $(INCDIR2)/fru_SC_data.info
55 OTHERINFOS += $(INCDIR2)/fru_usb-a-1_data.info
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
dssetup_svc.c 108 dssetup_GetPrimaryDomainInfo_t *info; local
113 info = NDR_MALLOC(mxa, sizeof (dssetup_GetPrimaryDomainInfo_t));
114 if (info == NULL) {
119 info->switch_value = param->level;
120 info1 = &info->ru.info1;
134 param->info = info;
151 dssetup_member_server(ds_primary_domain_info_t *info, ndr_xa_t *mxa)
170 info->flags = DS_ROLE_PRIMARY_DOMAIN_GUID_PRESENT;
171 info->nt_domain = NDR_STRDUP(mxa, (char *)ds_info.nt_domain)
    [all...]
dssetup_clnt.c 41 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->dns_domain)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
Makefile 44 MAININFO= $(CONFS:%.conf=%.info)
45 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info
46 OTHERINFOS += fru_PSU0_data.info fru_PSU1_data.info fru_PSU2_data.info fru_PSU3_data.info
47 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
48 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.inf
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/
Makefile.solaris 19 $(OPTION_DOCS)INFO_FILES = grub.info \
20 grub.info-1 \
21 grub.info-2 \
22 grub.info-3 \
23 grub.info-4 \
24 multiboot.info
29 INSTALL_INFO_DIR = $(ROOT_PLAT_GRUB)/info
41 grub.info grub.info-1 grub.info-2 grub.info-3 grub.info-4
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
Makefile 51 MAININFO= $(CONFS:%.conf=%.info)
52 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info fru_PS2_data.info fru_PS3_data.info
53 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
54 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
55 OTHERINFOS += fru_HDD3_data.info fru_HDD4_data.inf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
Makefile 50 MAININFO= $(CONFS:%.conf=%.info)
51 OTHERINFOS = fru_PS0_data.info fru_PS1_data.info
52 OTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
53 OTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
54 OTHERINFOS += fru_HDD4_data.info fru_HDD5_data.info
55 OTHERINFOS += fru_HDD6_data.info fru_HDD7_data.inf
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
Makefile 45 MAININFO = $(CONFS:%.conf=%.info)
46 OTHERINFOS = $(INCDIR1)/system-board.info
47 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info
48 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info
49 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info
50 OTHERINFOS += $(INCDIR2)/fru_HDD3_data.info
51 OTHERINFOS += $(INCDIR2)/fru_HDD4_data.info
52 OTHERINFOS += $(INCDIR2)/fru_HDD5_data.info
53 OTHERINFOS += $(INCDIR2)/fru_HDD6_data.info
54 OTHERINFOS += $(INCDIR2)/fru_HDD7_data.info
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/
pv_sd.c 78 struct dk_cinfo info; local
82 cmd, (intptr_t)&info, FKIOCTL, credp, rvalp)) != 0)
85 /* Update controller info */
86 info.dki_cnum = ddi_get_instance(ddi_get_parent(dip));
87 (void) strlcpy(info.dki_cname,
88 ddi_get_name(ddi_get_parent(dip)), sizeof (info.dki_cname));
90 /* Update unit info. */
91 if (info.dki_ctype == DKC_VBD) {
100 info.dki_ctype = DKC_UNKNOWN;
102 info.dki_unit = instance
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
Makefile 44 MAININFO = $(CONFS:%.conf=%.info)
45 OTHERINFOS = $(INCDIR1)/system-board.info
46 OTHERINFOS += $(INCDIR2)/fru_HDD0_data.info
47 OTHERINFOS += $(INCDIR2)/fru_HDD1_data.info
48 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info
49 OTHERINFOS += $(INCDIR2)/fru_HDD2_data.info
50 OTHERINFOS += $(INCDIR2)/fru_PS0_data.info
51 OTHERINFOS += $(INCDIR2)/fru_PS1_data.info
52 OTHERINFOS += $(INCDIR2)/fru_SC_data.info
53 OTHERINFOS += $(INCDIR2)/fru_usb-a-1_data.info
    [all...]
  /onnv/onnv-gate/usr/src/lib/libadm/common/
pkginfo.c 68 * The structure provided via "info" will contain malloc'd information;
75 * via "info" will have its elements deallocated and all files
87 pkginfo(struct pkginfo *info, char *pkginst, ...)
94 if (info == NULL) {
99 info->pkginst = NULL;
100 (void) fpkginfo(info, NULL);
120 info->pkginst = NULL;
121 if (fpkginfo(info, pkginst))
129 if (ckinst(pkginst, info->arch, info->version, ckarch
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/mcs/common/
utils.c 52 apply_action(section_info_table *info, char *cur_file, Cmd_Info *cmd_info)
58 (void) gelf_getshdr(info->scn, &shdr);
63 if (GET_ACTION(info->flags) == ACT_DELETE)
65 dozap(info);
66 SET_ACTION(info->flags, ACT_ZAP);
67 SET_MODIFIED(info->flags);
70 if (GET_ACTION(info->flags) == ACT_DELETE)
77 doprint(cur_file, info);
84 if (GET_ACTION(info->flags) == ACT_DELETE)
86 if (GET_LOC(info->flags) == IN)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
mapfile-minconn 25 info = FUNCTION extern; # " "

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>