Searched refs:content (Results 76 - 96 of 96) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h181 core_content_t content);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c302 xpath_obj->nodesetval->nodeTab[0]->children->content,
304 xpath_obj->nodesetval->nodeTab[0]->children->content))
361 xpath_obj->nodesetval->nodeTab[0]->children->content,
363 xpath_obj->nodesetval->nodeTab[0]->children->content))
879 r_nodes->nodeTab[i]->children->children->content,
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h369 Content *content; /* NULL for not present */ member in struct:ami_content_info
374 Content *content; /* NULL for not present */ member in struct:ami_content_info_fm
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c169 rlim64_t rlimit, cred_t *credp, core_content_t content)
312 (caddr_t)&content, rlimit, credp);
168 write_elfnotes(proc_t *p, int sig, vnode_t *vp, offset_t offset, rlim64_t rlimit, cred_t *credp, core_content_t content) argument
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl74 <meta http-equiv="cache-control" content="no-cache" />
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c310 if (ps->content) {
311 free(ps->content);
312 ps->content = NULL;
331 * url - URL pointing to content to download - can be
1404 /* read headers, looking for content-type or a blank line */
1407 /* if we get a content type, make sure it's the right type */
1423 /* find beginning of the content type */
2342 if ((n = http_read_body(ps->hps, ps->content, i)) <= 0) {
2385 if ((n = write(fd, ps->content, n)) == 0) {
2617 if ((ps->content
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c833 core_content_t content; local
838 if (read(P->asfd, &content, sizeof (content)) != sizeof (content))
841 core->core_content = content;
843 dprintf("core content = %llx\n", content);
2358 * In the days before adjustable core file content, this was the
2359 * default core file content. For new core files, this value will
2475 * as different types, they are both of the same content an
[all...]
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl94 # verify audit_control content
98 # verify audit_user content
268 <META http-equiv="Content-Style-Type" content="text/css">
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c1103 char *content = (char *)di_devlink_content(devlink); local
1104 char *start = strstr(content, "/devices/");
1106 /* line content must have minor node */
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c193 char *content = (char *)di_devlink_content(devlink); local
194 char *start = strstr(content, "/devices/");
196 /* line content must have minor node */
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2629 char *content; local
2679 content = "all";
2681 content = "kernel + curproc";
2683 content = "kernel";
2684 uprintf("dumping to %s, offset %lld, content: %s\n", dumppath,
2685 dumphdr->dump_start, content);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1871 core_content_t content; local
1877 content = extract_as_lword(&state, &fdesc);
1879 conv_cnote_cc_content(content, 0, &conv_buf));
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h470 const char *content, int flags);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1409 mdb_dump_print_content(dumphdr_t *dh, pid_t content) argument
1421 mdb_printf("dump content: all kernel and user pages\n");
1424 mdb_printf("dump content: kernel pages and pages from "
1425 "PID %d", content);
1429 mdb_printf("dump content: kernel pages only\n");
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c231 char *content = (char *)di_devlink_content(devlink); local
232 char *start = strstr(content, "/devices/");
234 /* line content must have minor node */
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1362 core_content_t content = CC_CONTENT_DEFAULT; local
1376 (proc_str2content(content_str, &content) != 0 ||
1377 content == CC_CONTENT_INVALID)) {
1378 mdb_warn("invalid content string '%s'\n", content_str);
1392 if (Pgcore(t->t_pshandle, fname, content) != 0) {
2128 { "gcore", "[-o prefix] [-c content]",
2252 core_content_t content; local
2268 ((content = Pcontent(t->t_pshandle)) == CC_CONTENT_INVALID ||
2269 !(content & CC_CONTENT_TEXT)) &&
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl319 includes both key and data. The content of the SQLITE_MASTER table is
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh73 should examine it's content before using it.
84 should examine it's content before using it. And if there are
122 file. The user should examine it's content before using it.
207 it's content should be verified, custom maps should be handled,
3838 # "nisLDAPnameFields" specifies the content of entries in a NIS map
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1357 char *content = (char *)di_devlink_content(link); local
1358 char *start = strstr(content, "/devices");
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1708 uu_die(gettext("loctext element has no content for \"%s\"\n"),
1715 stripped = safe_strdup((const char *)cursor->content);
2059 seps_to_prop_values(&prop, cursor->content);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3139 * we dont care about the content of the symlink, so
3437 * content is the empty string.
4545 * content_p: Returns malloced string (link content)
7967 const char *content; local
7970 (content = di_devlink_content(dl)) == NULL ||
7974 if ((x->link_contents[x->count] = s_strdup(content)) == NULL) {

Completed in 173 milliseconds

1234