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

1234

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c61 char *content = (char *)di_devlink_content(devlink); local
62 char *start = strstr(content, "/devices");
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h258 processorid_t *cpuids, uint_t count, lgrp_content_t content);
272 lgrp_mem_size_flag_t type, lgrp_content_t content);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h106 extern int shim_dbm_store(DBM *db, datum key, datum content,
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c148 Pgcore(struct ps_prochandle *P, const char *fname, core_content_t content) argument
157 if ((err = Pfgcore(P, fd, content)) != 0) {
1039 Pfgcore(struct ps_prochandle *P, int fd, core_content_t content) argument
1052 if (content == CC_CONTENT_INVALID) {
1068 pgc.pgc_content = content;
1361 write_note(fd, NT_CONTENT, &content, sizeof (content), &doff) != 0)
1498 * if the content parameter indicates that it should be present
1549 core_content_t mask, content = 0; local
1575 content |
1609 proc_content2str(core_content_t content, char *buf, size_t size) argument
[all...]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c835 uint_t count, lgrp_content_t content)
850 (content != LGRP_CONTENT_DIRECT &&
851 content != LGRP_CONTENT_HIERARCHY)) {
873 switch (content) {
912 lgrp_content_t content)
950 switch (content) {
834 lgrp_cpus(lgrp_cookie_t cookie, lgrp_id_t lgrp, processorid_t *cpuids, uint_t count, lgrp_content_t content) argument
911 lgrp_mem_size(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_mem_size_flag_t type, lgrp_content_t content) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man364 my $content = '';
371 $content = ".TP\n\x83$2\n\x83$5\n";
383 $content = ".HP\n\x83$1\n";
392 $content = ".TP\n\x83$2\n\x83$3\n";
400 $content = ".IP\n\x83$2\n";
408 $content = ".PP\n" if $include{$sect};
409 $content .= "$1\n";
416 $content .= "\x83$1\n"
422 for ($content)
440 $content
[all...]
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1281 core_content_t content = 0; local
1293 content |= CC_CONTENT_STACK;
1300 content |= CC_CONTENT_STACK;
1326 content |= CC_CONTENT_STACK;
1425 (Pcontent(Pr) & content) != content) {
1427 "insufficient content\n", command, arg);
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c61 rlim64_t rlimit, int sig, core_content_t content);
344 core_content_t content)
346 return (elf32core(vp, pp, credp, rlimit, sig, content));
343 aoutcore(vnode_t *vp, proc_t *pp, struct cred *credp, rlim64_t rlimit, int sig, core_content_t content) argument
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAPort.cc122 char *content = (char *)di_devlink_content(devlink); local
123 char *start = strstr(content, "/devices");
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c104 " %s [ -g pattern ] [ -i pattern ] [ -G content ] [ -I content ]\n"),
111 " %s [ -p pattern ] [ -P content ] [ pid ... ]\n"), command);
124 parse_content(char *arg, core_content_t *content) argument
126 if (proc_str2content(arg, content) == 0)
128 (void) fprintf(stderr, gettext("%s: invalid content string '%s'\n"),
295 (void) printf(gettext(" global core file content: %s\n"),
301 (void) printf(gettext(" init core file content: %s\n"),
320 core_content_t content; local
336 core_get_process_content(&content, pi
[all...]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1577 process_scns(core_content_t content, proc_t *p, cred_t *credp, vnode_t *vp, argument
1659 if ((content & CC_CONTENT_CTF) == 0 ||
1717 if ((content & CC_CONTENT_SYMTAB) == 0 ||
1862 core_content_t content)
1901 if (content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB)) {
1902 (void) process_scns(content, p, credp, NULL, NULL, NULL, 0,
2059 if (!(content & CC_CONTENT_STACK))
2063 if (!(content & CC_CONTENT_HEAP))
2068 if (!(content & CC_CONTENT_DISM))
2071 if (!(content
1861 elfcore(vnode_t *vp, proc_t *p, cred_t *credp, rlim64_t rlimit, int sig, core_content_t content) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java210 viewPanel.setItem(item.title, item.content);
523 public void setItem(String title, pmHelpContent content) { argument
524 helpView.setText(content.getText());
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafterl.s138 jz .Lcarry / jump if the content of %eax is 0
H A Dnexttowardl.s138 jz .Lcarry / jump if the content of %eax is 0
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c157 core_content_t content = CC_CONTENT_DATA | CC_CONTENT_ANON | local
175 content &= ~CC_CONTENT_STACK;
241 if ((Pcontent(Pr) & content) != content) {
243 "insufficient content\n", command, arg);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_ui.c685 * Get content as a string. Caller frees the string
692 char *content; local
712 content = malloc(_sip_msg->sip_msg_content_len + 1);
713 if (content == NULL) {
719 p = content;
728 content[_sip_msg->sip_msg_content_len] = '\0';
730 return (content);
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c393 xmlChar *content; local
420 if ((content = xmlNodeGetContent(node)) == NULL)
423 if (strlen((char *)content) == 0) {
437 if (i_substitute_tokens((char *)content, buf, len,
441 if (strlcpy(buf, (char *)content, len) >= len)
446 xmlFree(content);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c2184 _sa_set_share_description(void *share, char *content) argument
2189 xmlNodeSetContent(node, (xmlChar *)content);
2498 * sa_set_share_description(share, content)
2500 * Set the description of share to content.
2504 sa_set_share_description(sa_share_t share, char *content) argument
2517 if (node == NULL && content != NULL) {
2519 node = _sa_set_share_description(share, content);
2520 } else if (node != NULL && content != NULL) {
2522 xmlNodeSetContent(node, (xmlChar *)content);
2523 } else if (node != NULL && content
4336 sa_set_resource_description(sa_resource_t resource, char *content) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c1568 len = xmlStrlen(xbuf->content) + 1;
1570 if ((*doc = xmlStrndup(xbuf->content, len)) == NULL) {
1706 len = xmlStrlen(xbuf->content) + 1;
1708 if ((*doc = xmlStrndup(xbuf->content, len)) == NULL) {
1839 len = xmlStrlen(xbuf->content) + 1;
1841 if ((*doc = xmlStrndup(xbuf->content, len)) == NULL) {
2009 len = xmlStrlen(xbuf->content) + 1;
2011 if ((*doc = xmlStrndup(xbuf->content, len)) == NULL) {
2232 len = xmlStrlen(xbuf->content) + 1;
2234 if ((*doc = xmlStrndup(xbuf->content, le
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1684 int content; local
1705 if (!get_request_info(&content, &net, &cid, &nonce, &docroot)) {
1786 switch (content) {
1817 if (content != WBCGI_CONTENT_BOOTFILE &&
1818 content != WBCGI_CONTENT_ROOTFS &&
1840 (content != WBCGI_CONTENT_ROOTFS || !https_rootserver)) {
1855 if (content == WBCGI_CONTENT_ROOTFS) {
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c789 xmlNodePtr root, cmd, action, data, envelope, content; local
818 content = xml_find_subnode(envelope, XML_CONTENT);
819 if ((ldom_name = (char *)xmlGetProp(content, XML_ATTR_ID)) == NULL)
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh159 # flush any text content
315 typeset content
350 content="$(< "${input_file}")"
356 if (( ${#content} > max_filesize_for_scan )) ; then
360 content="${content:0:max_filesize_for_scan}"
362 content_length=${#content}
369 c2="${content:file_pos:2}"
416 if [[ "$c" == "'" && "${content:file_pos-1:1}" != '\' ]] ; then
420 if [[ "$c" == '"' && "${content
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c301 (void) fprintf(stderr, "content size error: %d\n",
321 datum content, key; local
325 content = dbm_fetch(db, key);
335 bcopy(content.dptr, (char *)&(new_entry->when),
337 new_entry->when_size = content.dsize;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h473 struct pf_vf_bulletin_content content; member in union:pf_vf_bulletin
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c336 core_content_t content; local
342 content = cg->core_content;
349 content = corectl_content_value(p->p_content);
444 content);

Completed in 143 milliseconds

1234