Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt111 8,name "Board Swap" 8,group_name "board" 8,entity_name "glob" 8,struct_name "nvm_cfg1" 8,offset 0 8…
112 9,name "MF Mode" 9,group_name "board" 9,entity_name "glob" 9,struct_name "nvm_cfg1" 9,offset 4 9,si…
114 11,name "Fan Failure Enforcement" 11,group_name "board io" 11,entity_name "glob" 11,struct_name "nv…
115 12,name "Engineering Change" 12,group_name "pcie" 12,entity_name "glob" 12,struct_name "nvm_cfg1" 1…
116 13,name "Manufacturing ID" 13,group_name "pcie" 13,entity_name "glob" 13,struct_name "nvm_cfg1" 13,…
117 14,name "Serial Number" 14,group_name "pcie" 14,entity_name "glob" 14,struct_name "nvm_cfg1" 14,off…
118 15,name "PCI Gen" 15,group_name "pcie" 15,entity_name "glob" 15,struct_name "nvm_cfg1" 15,offset 28…
119 16,name "Beacon WOL_Enabled" 16,group_name "pcie" 16,entity_name "glob" 16,struct_name "nvm_cfg1" 1…
120 17,name "ASPM Support" 17,group_name "pcie" 17,entity_name "glob" 17,struct_name "nvm_cfg1" 17,offs…
124 24,name "AVS Margin Low" 24,group_name "board" 24,entity_name "glob" 24,struct_name "nvm_cfg1" 24,o…
[all …]
H A Dbdn.h880 struct bdn_dir glob; member
927 struct bdn_glob glob; member
932 #define BDN_OFFSET_GLOB(x) (OFFSETOF(struct bdn, glob.x) & 0xffff)
933 #define BDN_OFFSET_BASE(x) (OFFSETOF(struct bdn, glob.base.x) & 0xffff)
934 #define BDN_OFFSET_NCSI(x) (OFFSETOF(struct bdn, glob.ncsi.x) & 0xffff)
H A Dspad_layout.h200 #define NVM_GLOB(x) NVM_CFG1(glob).x
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c95 static kadm5_ret_t glob_to_regexp(char *glob, char *realm, char **regexp) in glob_to_regexp() argument
101 if (glob[strlen(glob)-1] == '\\') in glob_to_regexp()
107 append_realm = (realm != NULL) && (strchr(glob, '@') == NULL); in glob_to_regexp()
108 p = (char *) malloc(strlen(glob)*2+ 3 + (append_realm ? 2 : 0)); in glob_to_regexp()
114 while (*glob) { in glob_to_regexp()
115 switch (*glob) { in glob_to_regexp()
127 *p++ = *glob; in glob_to_regexp()
131 *p++ = *++glob; in glob_to_regexp()
134 *p++ = *glob; in glob_to_regexp()
137 glob++; in glob_to_regexp()
/illumos-gate/usr/src/head/
H A Dglob.h158 #pragma redefine_extname glob _glob_ext64
161 #pragma redefine_extname glob _glob_ext
166 #define glob _glob_ext64 macro
169 #define glob _glob_ext macro
174 extern int glob(const char *_RESTRICT_KYWD, int, int(*)(const char *, int),
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_argv.h46 struct glob { struct
52 var struct glob frob; argument
H A Dex_io.c259 glob(struct glob *gp) in glob() function
357 struct glob G;
365 glob(&G); in getone()
H A Dex_cmds2.c346 glob(&frob); in makargs()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c39 static NODE *dosub(NODE *np, int glob);
216 dosub(NODE *np, int glob) in dosub() argument
227 awkerr(nargerr, glob==0 ? s_gsub : s_sub); in dosub()
237 switch (REGWDOSUBA(rp, sub, text, &buf, 256, &glob)) { in dosub()
240 n = glob; in dosub()
H A Dawk1.c1622 int glob, iglob = *globp, oglob = 0; in int_regwdosuba() local
1650 glob = 0; /* match count */ in int_regwdosuba()
1663 if (iglob == 0 || ++glob == iglob) { in int_regwdosuba()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_stubs.c38 Dwarf_Global glob, in dwarf_nextglob() argument
H A Ddwarf_global.c528 dwarf_globname(Dwarf_Global glob, char **ret_name, Dwarf_Error * error) in dwarf_globname() argument
530 if (glob == NULL) { in dwarf_globname()
535 *ret_name = (char *) (glob->gl_name); in dwarf_globname()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c73 #define globptr() ((struct glob*)membase)
75 static struct glob *membase;
195 glob(pattern, flags, 0, gp); in path_expand()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test254 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
262 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
271 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
H A Dquick.test40 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
H A Dmemleak.test57 set FILELIST [lsort -dictionary [glob $testdir/*.test]]
H A Dall.test67 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h141 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c116 int glob, err; in dt_pid_per_sym() local
162 glob = strisglob(pp->dpp_name); in dt_pid_per_sym()
163 if (!glob && nmatches == 0) { in dt_pid_per_sym()
194 } else if (glob && !isdash) { in dt_pid_per_sym()
/illumos-gate/exception_lists/
H A Dkeywords28 syntax: glob
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE118 10-11-23 glob.h,glob.c: add GLOB_GROUP => REG_SHELL_GROUP
119 10-11-20 glob.c: handle mode switches across /
126 10-10-10 misc/glob.c: drop ancient D_FILENO(d)!=0 test and trust readdir()
304 08-07-21 include/glob.h,misc/glob.c: GLOB_STARSTAR only forces lstat on chdir
324 08-04-30 misc/glob.c,reegex/regcomp.c: ~(R) => ~(O) to avoid pcre clash
479 06-08-30 misc/glob.c: fix ~(E)re bug that stripped ~(E) before regcomp
483 06-08-22 misc/glob.c: handle ~(...) pattern options
489 06-07-28 include/glob.h: add gl_extra for user globlist_t expansion
560 05-03-30 misc/glob.c: eliminate superfluous GLOB_NOMATCH stat() calls
804 misc/fts.c|getcwd.c|glob.c,preroot/getpreroot.c: add D_FILENO #ifdef's
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c63 glob(tchar **v) in glob() function
664 gvp = glob(gv); in globone()
H A Dsh.func.c532 v = glob(v); in doforeach()
1031 v = glob(v); in echo()
1630 gv = v = glob(v); in doeval()
H A Dsh.h465 extern tchar **glob(tchar **);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h321 extern char **glob(char *v);

123