Searched defs:regular (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathfind.c35 #define regular(p,s) (stat((p),(s))>=0&&(S_ISREG((s)->st_mode)||streq(p,"/dev/null"))) macro
100 if (regular(name, &st))
108 if (regular(buf, &st))
122 if (regular(buf, &st))
127 if (regular(buf, &st))
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c280 int npages, compressed, regular; local
288 npages = compressed = regular = 0;
303 regular += desc.cpd_pages;
325 "%s: total=%d, npages=%d, compressed=%d, regular=%d\n",
326 str, sfile.kpages, npages, compressed, regular);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c88 int regular; local
109 regular = 1;
111 regular = (sb.st_mode & S_IFREG);
114 if (!regular) {
116 "log_open_stream: want versions but %s isn't a regular file",
127 if (regular) {
132 "log_open_stream: want truncation but %s isn't a regular file",
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h188 #define regular regular64 macro
212 #define regular regular32 macro
H A Delfdump.c4507 * This variable is used by regular() to communicate the address of
4887 regular(const char *file, int fd, Elf *elf, uint_t flags, function
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c261 int regular; local
485 /* try to do the mmaping - for regular files only ... */
492 regular = (S_ISREG(st.st_mode));
495 /* If regular file, map it. Else, allocate a buffer */
502 if (regular && ((mapaddr = mmap(0, st.st_size, PROT_READ,
515 } else { /* Not a regular file, or map failed */
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1450 int tr, nr, regular[3], c; local
1601 if (!(regular[i] = !S_ISCHR(sb.st_mode)))
1650 if (!regular[i]) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h217 #define DMAE_CMD_ERR_POLICY (0x3<<20) /* BitField opcode E2 and onwards what to do when theres a completion and a PCI error regular-0 error indication-1 no completion-2 */
478 struct igu_regular regular; member in union:igu_consprod_reg
3180 u16_t rx_cos_mask /* the bits that will be set on pfc/ safc paket whith will be genratet when this ring is full. for regular flow control set this to 1 */;
3505 * regular eth FP CQE parameters struct $$KEEP_ENDIANNESS$$
4026 * Tx regular BD structure $$KEEP_ENDIANNESS$$

Completed in 144 milliseconds