/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manconf.h | 32 char *style; member in struct:manoutput
|
H A D | html.h | 135 char *style; /* style-sheet URI */ member in struct:html
|
/illumos-gate/usr/src/test/os-tests/tests/file-locking/ |
H A D | acquire-lock.c | 109 acq_run(int fd, lock_style_t style, boolean_t is_exclusive) argument 111 switch (style) { 131 lock_style_t style; local 142 style = flock_styleenum(argv[1]); 152 boolean_t rdonly = style == LSTYLE_FLOCK || !is_exclusive; 158 acq_run(fd, style, is_exclusive);
|
H A D | util.c | 110 flock_stylestr(lock_style_t style) argument 112 switch (style) { 127 flock_stylename(lock_style_t style) argument 129 switch (style) {
|
H A D | runtests.c | 274 flock_run(lock_style_t style, boolean_t is_exclusive, lockinfo_t *lf, argument 277 char *stylestr = flock_stylestr(style);
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | reverse.c | 70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument 72 if (style != REVERSE && off == 0) 76 r_reg(fp, fn, style, off, sbp); 78 switch (style) { 99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument 127 if (style == RBYTES && --off == 0) 145 if (style == RLINES) 148 if (off == 0 && style != REVERSE) {
|
H A D | tail.c | 59 enum STYLE style; local 77 if (style) \ 86 style = (forward); \ 92 style = (backward); \ 98 style = NOTSET; 134 * style values. 139 if (style == FBYTES) 140 style = RBYTES; 141 else if (style == FLINES) 142 style [all...] |
H A D | forward.c | 96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument 100 switch (style) { 386 follow(file_info_t *files, enum STYLE style, off_t off) argument 406 forward(file->fp, file->file_name, style, off,
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 128 __m_slk_init(SCREEN *sp, int style) argument 133 __m_trace("__m_slk_init(%d)", style );
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 133 __m_slk_init(SCREEN *sp, int style) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 51 /* Data gathered during per-style attach routine. */ 66 int style; member in struct:protos 308 (void) printf(gettext("sending muxid %d and style %d to " 309 "driver\n"), muxid, prot->style); 311 pti.pti_style = prot->style;
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t0.c | 39 int style[MAXHEAD][MAXCOL]; variable
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 87 int force; /* force this style */ 93 int style; /* default opthelp() style */ member in struct:Optstate_s
|
H A D | optget.c | 91 int style; /* STYLE_* */ member in struct:Help_s 218 Z("List the usage translation key strings with C style escapes."), 232 Z("List the usage string with C style escapes."), 249 the \aoption\a output in the \aitem\a style. Otherwise print \ 942 * return the bold set/unset sequence for style 946 font(int f, int style, int set) argument 948 switch (style) 1094 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument 1112 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL) 1113 style 1395 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1472 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1567 trace_textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument 1580 textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument 2122 int style; local [all...] |
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | vroot.cc | 145 set_path_style(int style) argument 147 vroot_data.cpp_style_path= style;
|
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 363 get_str_desc(elfcap_style_t style, const elfcap_desc_t *cdp, argument 366 switch (ELFCAP_STYLE_MASK(style)) { 389 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, argument 407 err = get_str_desc(style, &cdp[cnt - 1], &nstr); 434 elfcap_hw1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, argument 445 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, 450 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, 460 elfcap_hw2_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, argument 471 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386, 474 return (expand(style, va 485 elfcap_sf1_to_str(elfcap_style_t style, elfcap_mask_t val, char *str, size_t len, elfcap_fmt_t fmt, ushort_t mach) argument 502 elfcap_tag_to_str(elfcap_style_t style, uint64_t tag, elfcap_mask_t val, char *str, size_t len, elfcap_fmt_t fmt, ushort_t mach) argument 524 value(elfcap_style_t style, const char *str, const elfcap_desc_t *cdp, uint_t cnum) argument 554 elfcap_sf1_from_str(elfcap_style_t style, const char *str, ushort_t mach) argument 560 elfcap_hw1_from_str(elfcap_style_t style, const char *str, ushort_t mach) argument 572 elfcap_hw2_from_str(elfcap_style_t style, const char *str, ushort_t mach) argument 585 elfcap_tag_from_str(elfcap_style_t style, uint64_t tag, const char *str, ushort_t mach) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | neti_impl.c | 328 net_inject(net_handle_t info, inject_t style, net_inject_t *packet) argument 336 return (info->netd_info.netp_inject(info, style, packet));
|
H A D | winlockio.c | 324 enum winlock_style style; /* style of lock - OLDSTYLE, NEWSTYLE */ member in struct:seglock 876 seglock_createlock(enum winlock_style style) argument 900 if (style == OLDSTYLE_LOCK) { 909 lp->style = style; 942 if (lp->style == OLDSTYLE_LOCK) { 1104 seglock_graballoc(intptr_t arg, enum winlock_style style, int mode) /* IOCTL */ argument 1111 if (style == OLDSTYLE_LOCK) { 1122 "seglock_graballoc: key=%u, style [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | setup.c | 537 calcsb_t style; local 553 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) { 555 calcsb_names[style]) == 0) 559 if (!calcsb(style, devstr, fsreadfd, &proto)) { 566 calcsb_names[style], 581 bflag, calcsb_names[style]); 606 if (style >= MAX_SB_STYLES) { 608 for (style 1289 calcsb(calcsb_t style, caddr_t dev, int devfd, struct fs *fs) argument [all...] |
/illumos-gate/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 197 * style-2 open. Change the error code back to 923 * Returns DLPI style stored in the handle. 1020 * B_FALSE (style-1 open attempt first, then style-2 open attempt). 1025 * Otherwise, for style-1 attempt, the function will try to open the style-1 1026 * /dev/net node, and perhaps fallback to open the style-1 /dev node if the 1028 * fallback and the subsequent style-2 attempt will not happen if: 1029 * 1. style-1 opening of the /dev/net node succeeds; 1030 * 2. style 1194 i_dlpi_checkstyle(dlpi_impl_t *dip, t_uscalar_t style) argument [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 905 ip_inject(net_handle_t neti, inject_t style, net_inject_t *packet) argument 911 return (ip_inject_impl(style, packet, B_FALSE, ns->netstack_ip)); 919 ipv6_inject(net_handle_t neti, inject_t style, net_inject_t *packet) argument 924 return (ip_inject_impl(style, packet, B_TRUE, ns->netstack_ip)); 935 ip_inject_impl(inject_t style, net_inject_t *packet, boolean_t isv6, argument 947 switch (style) { 1656 net_no_inject(net_handle_t neti, inject_t style, net_inject_t *packet) argument
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 196 * GLDv3 numbers DLPI style 1 node as the instance number + 1. 197 * Minor number 0 is reserved for the DLPI style 2 unattached 205 * Check for unopened style 1 node. 348 * The stream is either open to a style 1 provider or 350 * (This is still ok even in the style 1 case). 599 dld_str_create(queue_t *rq, uint_t type, major_t major, t_uscalar_t style) argument 621 dsp->ds_style = style; 997 * Process DL_ATTACH_REQ (style 2) or open(2) (style 1). 1070 * Process DL_DETACH_REQ (style [all...] |
/illumos-gate/usr/src/cmd/lvm/metassist/xml/ |
H A D | xml_convert.c | 639 xsltStylesheetPtr style = NULL; local 705 style = xsltParseStylesheetDoc(xsl_doc); 709 if (style == NULL) { 716 xmlDocPtr result = xsltApplyStylesheet(style, doc, NULL); 726 &length, result, style) == -1) { 731 xsltFreeStylesheet(style); 1355 * a printf-style format string 1385 * a printf-style format string
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2210 int style = RINST_CONTRACT; local 2275 style = RINST_WAIT; 2277 style = RINST_TRANSIENT; 2313 *flags = (*flags & ~RINST_STYLE_MASK) | style;
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 1453 daemon_queue_t *request, callstyle_t style) 1459 if (style == REQ_OLD) { 1461 /* set it to the new style */ 3802 * If the metadevice is an old style device, it has a vtoc, 1452 daemon_request(mdq_anchor_t *anchor, void (*func)(), daemon_queue_t *request, callstyle_t style) argument
|