| /titanic_53/usr/src/cmd/mandoc/ |
| H A D | eqn_html.c | 33 struct tag *post, *row, *cell, *t; in eqn_box() local 41 post = NULL; in eqn_box() 62 post = print_otag(p, TAG_MTABLE, 0, NULL); in eqn_box() 92 post = print_otag(p, TAG_MOVER, 0, NULL); in eqn_box() 95 post = print_otag(p, TAG_MSUP, 0, NULL); in eqn_box() 98 post = print_otag(p, TAG_MUNDER, 0, NULL); in eqn_box() 101 post = print_otag(p, TAG_MSUB, 0, NULL); in eqn_box() 104 post = print_otag(p, TAG_MFRAC, 0, NULL); in eqn_box() 107 post = print_otag(p, TAG_MUNDEROVER, 0, NULL); in eqn_box() 110 post = print_otag(p, TAG_MSUBSUP, 0, NULL); in eqn_box() [all …]
|
| /titanic_53/usr/src/uts/sparc/os/ |
| H A D | dacf.conf | 37 driver-minorname="hid:internal_keyboard" consconfig_dacf:kb_config post-attach - pushmod="usbkbm" 39 driver-minorname="zs:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb" 40 driver-minorname="su:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb" 41 driver-minorname="su_pnp:keyboard" consconfig_dacf:kb_config post-attach - pushmod="kb" 48 driver-minorname="hid:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="usbms" 50 driver-minorname="zs:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 51 driver-minorname="su:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 52 driver-minorname="mouse8042:internal_mouse" consconfig_dacf:ms_config post-attach - pushmod="vuid3p… 54 driver-minorname="su_pnp:mouse" consconfig_dacf:ms_config post-attach - pushmod="ms" 59 driver-minorname="ttymux:con" ttymux_dacf:ttymux_config post-attach - [all …]
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/sysevent/ |
| H A D | tst.post_chan.d | 40 sysevent:::post 47 sysevent:::post 55 sysevent:::post 63 sysevent:::post 70 sysevent:::post 77 sysevent:::post
|
| H A D | tst.post.d | 40 sysevent:::post 48 sysevent:::post 56 sysevent:::post 64 sysevent:::post 71 sysevent:::post 78 sysevent:::post
|
| /titanic_53/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 -
|
| /titanic_53/usr/src/test/libc-tests/tests/ |
| H A D | timespec_get.c | 44 struct timespec ts, pre, post; in main() local 52 VERIFY0(clock_gettime(CLOCK_REALTIME, &post)); in main() 53 VERIFY3S(timespec_cmp(&pre, &post), ==, 1); in main() 56 VERIFY3S(timespec_cmp(&ts, &post), ==, 1); in main()
|
| /titanic_53/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
|
| /titanic_53/usr/src/test/test-runner/cmd/ |
| H A D | run | 316 pre=None, pre_user=None, post=None, post_user=None): 320 self.post = post or '' 331 self.timeout, self.pre, pre_user, self.post, post_user, 339 files = [self.pre, self.pathname, self.post] 366 posttest = Cmd(self.post, outputdir=os.path.join(self.outputdir, 367 os.path.basename(self.post)), timeout=self.timeout, 392 pre=None, pre_user=None, post=None, post_user=None, 395 pre, pre_user, post, post_user) 407 self.post, post_user, self.user) 419 if len(self.post) and not os.path.isabs(self.post): [all …]
|
| /titanic_53/usr/src/cmd/bc/ |
| H A D | bc.y | 97 int *pre, *post; variable 108 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q"); 137 = bundle(4, $3, post, numb[lev], "Q"); 139 = bundle(4, "0", post, numb[lev], "Q"); 141 = bundle(4, "0", post, numb[lev], "Q"); 423 post = (int *)""; 831 (void) bundle(4, post, "L", s, "s."); in pp() 832 post = yyval.iptr; in pp() 840 bundle(4, post, "L", s, "s."); in tp() 841 post = yyval.iptr; in tp()
|
| /titanic_53/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 …]
|
| /titanic_53/usr/src/cmd/ibd_upgrade/ |
| H A D | Makefile | 25 MANIFEST = ibd-post-upgrade.xml 26 SVCMETHOD = ibd-post-upgrade
|
| /titanic_53/usr/src/test/zfs-tests/runfiles/ |
| H A D | omnios.run | 24 post = cleanup 63 post = 74 post = 88 post = 97 post = 241 post = 292 post = 365 post = 383 post = 391 post = [all …]
|
| H A D | openindiana.run | 24 post = cleanup 63 post = 74 post = 88 post = 97 post = 241 post = 292 post = 365 post = 383 post = 391 post = [all …]
|
| H A D | delphix.run | 24 post = cleanup 63 post = 74 post = 88 post = 97 post = 242 post = 293 post = 366 post = 384 post = 392 post = [all …]
|
| /titanic_53/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;
|
| /titanic_53/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()
|
| /titanic_53/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)
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 226 goto post; in traverse_visitbp() 278 goto post; in traverse_visitbp() 288 goto post; in traverse_visitbp() 300 goto post; in traverse_visitbp() 327 goto post; in traverse_visitbp() 348 goto post; in traverse_visitbp() 384 post: in traverse_visitbp()
|
| /titanic_53/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()
|
| /titanic_53/usr/src/tools/cscope-fast/ |
| H A D | invlib.c | 493 iteminfo.e.post = numpost; in invnewterm() 588 ecur->post = BSWAP_32(ecur->post); in read_logblock() 768 while (((ENTRY *)(invcntl->logblk + 12) + invcntl->keypnt)->post == 0) { in invforward() 787 return (entryptr->post); in invterm() 848 num = entryptr->post; in invfind() 912 entryptr->post, entryptr->size, entryptr->offset, in invdump() 967 *num = entryptr->post; in boolfile()
|
| H A D | invlib.h | 77 long post; /* number of postings for this entry */ member
|
| /titanic_53/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/ |
| H A D | Makefile | 30 FONTMAPS = post
|
| /titanic_53/usr/src/lib/libc/i386/gen/ |
| H A D | strcat.s | 76 subl $4, %edi / post-incremented 105 subl $4, %eax / post-incremented
|
| /titanic_53/usr/src/lib/libc/amd64/gen/ |
| H A D | strcat.s | 80 subq $8, %rdi / post-incremented 108 subq $8, %rsi / post-incremented
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | driver-network-ibp.mf | 54 file path=lib/svc/manifest/network/ibd-post-upgrade.xml group=sys mode=0444 55 file path=lib/svc/method/ibd-post-upgrade mode=0555
|