| /illumos-gate/usr/src/cmd/mandoc/ |
| H A D | eqn_html.c | 37 struct tag *post, *row, *cell, *t; in eqn_box() local 47 post = NULL; in eqn_box() 69 post = print_otag(p, TAG_MTABLE, ""); in eqn_box() 98 post = print_otag(p, TAG_MOVER, ""); in eqn_box() 101 post = print_otag(p, TAG_MSUP, ""); in eqn_box() 104 post = print_otag(p, TAG_MUNDER, ""); in eqn_box() 107 post = print_otag(p, TAG_MSUB, ""); in eqn_box() 110 post = print_otag(p, TAG_MFRAC, ""); in eqn_box() 113 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box() 116 post = print_otag(p, TAG_MSUBSUP, ""); in eqn_box() [all …]
|
| /illumos-gate/usr/src/uts/sparc/os/ |
| H A D | dacf.conf | 38 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm" 46 driver-minorname="hid:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="usbms" 48 driver-minorname="zs:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 49 driver-minorname="su:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 50 driver-minorname="mouse8042:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="vuid3p… 52 driver-minorname="su_pnp:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 58 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach - 64 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/ |
| H A D | tst.post_chan.d | 38 sysevent:::post 45 sysevent:::post 53 sysevent:::post 61 sysevent:::post 68 sysevent:::post 75 sysevent:::post
|
| H A D | tst.post.d | 38 sysevent:::post 46 sysevent:::post 54 sysevent:::post 62 sysevent:::post 69 sysevent:::post 76 sysevent:::post
|
| /illumos-gate/usr/src/uts/intel/os/ |
| H A D | dacf.conf | 37 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm" 45 driver-minorname="hid:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="usbms" 52 minor-nodetype="ddi_keyboard" consconfig_dacf:kb_config post-attach - 59 driver-minorname="mouse8042:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="vuid3p… 65 minor-nodetype="ddi_network" net_dacf:net_config post-attach -
|
| /illumos-gate/usr/src/test/libc-tests/tests/ |
| H A D | timespec_get.c | 65 struct timespec ts, pre, post; in timespec_test_one() local 79 if (clock_gettime(clock, &post) != 0) { in timespec_test_one() 93 if (timespec_cmp(&ts, &post) != 1) { in timespec_test_one() 96 "0x%lx/0x%lx", desc, ts.tv_sec, ts.tv_nsec, post.tv_sec, in timespec_test_one() 97 post.tv_nsec); in timespec_test_one()
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_004_pos.ksh | 75 check_pool $pool_name post > /dev/null 77 /$TESTPOOL/pool-checksums.$pool_name.post 79 /$TESTPOOL/pool-checksums.$pool_name.post
|
| /illumos-gate/usr/src/cmd/bc/ |
| H A D | bc.y | 69 int *pre, *post; variable 104 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q"); 150 bundle(4, $3, post, numb[lev], "Q"); 154 bundle(4, "0", post, numb[lev], "Q"); 158 bundle(4, "0", post, numb[lev], "Q"); 583 post = (int *)""; 996 (void) bundle(4, post, "L", s, "s."); in pp() 997 post = yyval.iptr; in pp() 1005 bundle(4, post, "L", s, "s."); in tp() 1006 post = yyval.iptr; in tp()
|
| /illumos-gate/usr/src/test/os-tests/tests/gpio/ |
| H A D | dpio_test.c | 190 dpio_timing_t pre, post; in dpio_test_cbops_write() local 203 (void) memset(&post, 0, sizeof (post)); in dpio_test_cbops_write() 223 if (ioctl(fd, DPIO_IOC_TIMING, &post) != 0) { in dpio_test_cbops_write() 229 if (post.dpt_last_write > pre.dpt_last_write) { in dpio_test_cbops_write() 233 "post: 0x%lx", pre.dpt_last_write, post.dpt_last_write); in dpio_test_cbops_write()
|
| /illumos-gate/usr/src/test/crypto-tests/runfiles/ |
| H A D | default.run | 29 post = 52 post = cleanup 69 post = cleanup 82 post = cleanup
|
| /illumos-gate/usr/src/uts/i86pc/io/ |
| H A D | immu_intrmap.c | 163 bitset_find_free(bitset_t *b, uint_t post) in bitset_find_free() argument 168 if (post == cap) in bitset_find_free() 169 post = 0; in bitset_find_free() 171 ASSERT(post < cap); in bitset_find_free() 173 for (i = post; i < cap; i++) { in bitset_find_free() 178 for (i = 0; i < post; i++) { in bitset_find_free() 191 bitset_find_multi_free(bitset_t *b, uint_t post, uint_t count) in bitset_find_multi_free() argument 196 if (post == INTRMAP_IDX_FULL) { in bitset_find_multi_free() 203 ASSERT(post < cap); in bitset_find_multi_free() 205 for (i = post; (i + count) <= cap; i++) { in bitset_find_multi_free() [all …]
|
| /illumos-gate/usr/src/test/test-runner/cmd/ |
| H A D | run | 360 pre=None, pre_user=None, post=None, post_user=None, 365 self.post = post or '' 385 self.pre, pre_user, self.post, post_user, self.tags) 392 files = [self.pre, self.pathname, self.post] 420 odir = os.path.join(self.outputdir, os.path.basename(self.post)) 421 posttest = Cmd(self.post, identifier=self.identifier, outputdir=odir, 466 self.timeout, self.user, self.pre, pre_user, self.post, post_user, 482 if len(self.post) and not os.path.isabs(self.post): 483 self.post = os.path.join(self.pathname, self.post) 485 auxfiles = [self.pre, self.post] [all …]
|
| /illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
| H A D | storage.esc | 93 event ereport.chassis.post.device.fail@controller; 94 event ereport.chassis.post.device.fail@fan; 95 event ereport.chassis.post.device.fail@fanmodule; 96 event ereport.chassis.post.device.fail@psu; 97 event ereport.chassis.post.sp.fail@controller; 131 ereport.chassis.post.sp.fail@controller; 138 ereport.chassis.post.device.fail@controller; 145 ereport.chassis.post.device.fail@fanmodule; 198 ereport.chassis.post.device.fail@fan; 265 ereport.chassis.post.device.fail@psu;
|
| /illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
| H A D | ipp-support.c | 280 if (svc->post != NULL) in ipp_add_printer_uri() 281 free(svc->post); in ipp_add_printer_uri() 282 svc->post = strdup(tmp->path); in ipp_add_printer_uri() 382 if ((svc->post == NULL) && (svc->uri->path)) in ipp_send_initial_request_block() 383 svc->post = strdup(svc->uri->path); in ipp_send_initial_request_block() 386 status = httpPost(svc->connection, svc->post); in ipp_send_initial_request_block() 467 char *uri = svc->post; in setAuthString()
|
| /illumos-gate/usr/src/cmd/ibd_upgrade/ |
| H A D | Makefile | 25 MANIFEST = ibd-post-upgrade.xml 26 SVCMETHOD = ibd-post-upgrade
|
| /illumos-gate/usr/src/test/zfs-tests/runfiles/ |
| H A D | common.run | 24 post = cleanup 82 post = 95 post = 119 post = 131 post = 351 post = 404 post = 455 post = 561 post = 583 post = [all …]
|
| H A D | perf-regression.run | 23 post = cleanup 31 post =
|
| /illumos-gate/usr/src/cmd/i2cadm/ |
| H A D | i2cadm.c | 40 bool post = false; in i2cadm_print_table() local 66 post = true; in i2cadm_print_table() 73 if (post) { in i2cadm_print_table()
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | help2man | 478 my @post = ('AUTHOR', 'REPORTING BUGS', 'COPYRIGHT', 'SEE ALSO'); 479 my $filter = join '|', @pre, @post; 482 for (@pre, (grep ! /^($filter)$/o, @include), @post)
|
| /illumos-gate/usr/src/test/os-tests/runfiles/ |
| H A D | default.run | 26 post = 121 post = idmap_fini 161 post = gpio_fini 174 post = ksensor_fini 233 post = tcpsig_fini
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 229 goto post; in traverse_visitbp() 282 goto post; in traverse_visitbp() 292 goto post; in traverse_visitbp() 306 goto post; in traverse_visitbp() 340 goto post; in traverse_visitbp() 365 goto post; in traverse_visitbp() 411 post: in traverse_visitbp()
|
| /illumos-gate/usr/src/test/bhyve-tests/runfiles/ |
| H A D | default.run | 19 post = 80 post = cleanup
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | cmdarg.c | 108 char** post = 0; in cmdopen_20120411() local 118 post = p + 1; in cmdopen_20120411() 222 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3; in cmdopen_20120411()
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | invlib.c | 491 iteminfo.e.post = numpost; in invnewterm() 586 ecur->post = BSWAP_32(ecur->post); in read_logblock() 766 while (((ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt)->post == 0) { in invforward() 785 return (entryptr->post); in invterm() 846 num = entryptr->post; in invfind() 910 entryptr->post, entryptr->size, entryptr->offset, in invdump() 965 *num = entryptr->post; in boolfile()
|
| /illumos-gate/usr/src/lib/libc/amd64/gen/ |
| H A D | strcat.S | 80 subq $8, %rdi / post-incremented 108 subq $8, %rsi / post-incremented
|