/illumos-gate/usr/src/cmd/dlutil/ |
H A D | dltraninfo.c | 236 dld_ioc_gettran_t gt; in dltran_dump_transceivers() local 253 bzero(>, sizeof (gt)); in dltran_dump_transceivers() 254 gt.dgt_linkid = linkid; in dltran_dump_transceivers() 255 gt.dgt_tran_id = DLDIOC_GETTRAN_GETNTRAN; in dltran_dump_transceivers() 257 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, >) != 0) { in dltran_dump_transceivers() 267 count = gt.dgt_tran_id; in dltran_dump_transceivers() 275 bzero(>, sizeof (gt)); in dltran_dump_transceivers() 276 gt.dgt_linkid = linkid; in dltran_dump_transceivers() 277 gt.dgt_tran_id = i; in dltran_dump_transceivers() 279 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, >) != 0) { in dltran_dump_transceivers() [all …]
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 342 Gettext_t *gt = global_gt; in process_nlspath() local 350 cur_nls = gt->c_n_node; in process_nlspath() 359 nnp = gt->n_node; in process_nlspath() 365 gt->c_n_node = nnp; in process_nlspath() 551 nnp->next = gt->n_node; in process_nlspath() 552 gt->n_node = nnp; in process_nlspath() 553 gt->c_n_node = nnp; in process_nlspath() 642 Gettext_t *gt = global_gt; in _real_bindtextdomain_u() local 670 bind = FIRSTBIND(gt); in _real_bindtextdomain_u() 732 FIRSTBIND(gt) = bind; in _real_bindtextdomain_u() [all …]
|
H A D | gettext_util.c | 170 Gettext_t *gt = global_gt; in check_cache() local 177 cur_msg = gt->c_m_node; /* current Msg_node */ in check_cache() 191 mnp = gt->m_node; in check_cache() 206 gt->c_m_node = mnp; in check_cache() 398 Gettext_t *gt = global_gt; in printlist() local 404 ppp = FIRSTBIND(gt); in printlist() 617 printgt(Gettext_t *gt, int level) in printgt() argument 620 gprintf(level, " cur_domain: \"%s\"\n", gt->cur_domain); in printgt() 621 if (gt->dbind) { in printgt() 622 printdbind(gt->dbind, level+1); in printgt() [all …]
|
H A D | gettext.h | 169 #define CURRENT_DOMAIN(gt) (gt)->cur_domain argument 170 #define FIRSTBIND(gt) (gt)->dbind argument
|
/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_zonecfg.sh | 106 expect_fail invalid-full-lower-gt-def "default secflags must be above the lower limit" <<EOF 115 expect_fail invalid-partial-lower-gt-def "default secflags must be above the lower limit" <<EOF 123 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF 132 expect_fail invalid-partial-def-gt-upper "default secflags must be within the upper limit" <<EOF 140 expect_fail invalid-full-def-gt-upper "default secflags must be within the upper limit" <<EOF 149 expect_fail invalid-partial-lower-gt-upper "lower secflags must be within the upper limit" <<EOF
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lparser.c | 342 Labellist *gl = &ls->dyd->gt; in closegoto() 343 Labeldesc *gt = &gl->arr[g]; in closegoto() local 344 lua_assert(luaS_eqstr(gt->name, label->name)); in closegoto() 345 if (gt->nactvar < label->nactvar) { in closegoto() 346 TString *vname = getlocvar(fs, gt->nactvar)->varname; in closegoto() 349 getstr(gt->name), gt->line, getstr(vname)); in closegoto() 352 luaK_patchlist(fs, gt->pc, label->pc); in closegoto() 367 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel() local 371 if (luaS_eqstr(lb->name, gt->name)) { /* correct label? */ in findlabel() 372 if (gt->nactvar > lb->nactvar && in findlabel() [all …]
|
H A D | lapi.c | 609 const TValue *gt; /* global table */ in lua_getglobal() local 611 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_getglobal() 613 luaV_gettable(L, gt, L->top - 1, L->top - 1); in lua_getglobal() 735 const TValue *gt; /* global table */ in lua_setglobal() local 738 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_setglobal() 740 luaV_settable(L, gt, L->top - 1, L->top - 2); in lua_setglobal() 985 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load() local 987 setobj(L, f->upvals[0]->v, gt); in lua_load() 988 luaC_barrier(L, f->upvals[0], gt); in lua_load()
|
H A D | lparser.h | 86 Labellist gt; /* list of pending gotos */ member
|
H A D | ldo.c | 673 p.dyd.gt.arr = NULL; p.dyd.gt.size = 0; in luaD_protectedparser() 679 luaM_freearray(L, p.dyd.gt.arr, p.dyd.gt.size); in luaD_protectedparser()
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 77 if(r .gt. 0){ 121 if (state .gt. 0) r = stoff(state) 122 if (state .gt. 0 .and. r .ne. 0) 131 while (lsp .gt. 1){ 135 if (yyfnd .gt. 0) 136 if (vstop(yyfnd) .gt. 0){
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 878 glob_t gt; in add_glob() local 882 i = glob(expr, GLOB_NOSORT, 0, >); in add_glob() 892 for (i = 0; i < gt.gl_pathc; i++) { in add_glob() 894 s = basename(gt.gl_pathv[i]); in add_glob() 896 fprintf(stderr, gettext(WARN_ignore), gt.gl_pathv[i]); in add_glob() 901 errs |= add_file_arg(bp, gt.gl_pathv[i]); in add_glob() 904 globfree(>); in add_glob()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | attr-inline.c | 2 static inline __attribute__((__always_inline__)) int gt(int lhs, int rhs) in gt() function
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | sh.xcl | 184 msgid "-gt"
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wdiff.pl | 287 s/>/>/g;
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | alert.proto | 32 if [ "`ulimit`" -gt -ULIMIT- ]
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | libelf.32.msg | 37 @ MSG_STR_GT "gt"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 73 while [ $timeout -gt 0 ]; do
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.probe | 344 then if test `wc -c < f` -gt `wc -c < e` 465 int main () { return gt(2,1) + gt(2.0,1.0); }' > ptr.$src 467 template<class T> int gt(T a, T b) { return a > b; }' > ptrdef.$src 468 echo 'template<class T> int gt(T a, T b);' > ptrdef.h
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_cfgdef.h | 841 #define NSCD_CFG_DB_DEFAULT_PARAM(db, gf, pf, gt, defaddr, deflen) \ argument 844 offsetof(gt, pf), defaddr, deflen \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 51 .LI "\fIexp1\fP \fB\-gt\fP \fIexp2\fP"
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | funstack.awk | 904 gsub(/>/, "\\>", s)
|
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/ |
H A D | ctiutils.shlib | 176 test $# -gt 0 && print "$my_host $my_timestamp $@" 723 while test $# -gt 1 844 test $# -gt 3 && return
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 205 gt guatemala es
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 84 eq equal findattr firstchild ge getattr getfield gt hash label\
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 388 [[ $ncpu -gt 8 ]] && num_jobs=$(echo "$ncpu * 3 / 4" | bc)
|