Home
last modified time | relevance | path

Searched refs:ext (Results 51 – 75 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c123 int ext = 0; in walk_partitions() local
147 if (ext++ == 0) { in walk_partitions()
/illumos-gate/usr/src/cmd/fm/modules/common/
H A DMakefile30 ext-event-transport \
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A DMakefile25 MODULE = ext-event-transport
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.h68 int get_audio_type(char *ext);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c505 char *ext; in vs_icap_may_preview() local
520 if ((ext = vs_icap_find_ext(ctx->vsc_fname)) != 0) in vs_icap_may_preview()
521 in_list = vs_icap_check_ext(ext, in vs_icap_may_preview()
526 if ((ext = vs_icap_find_ext(ctx->vsc_fname)) != 0) in vs_icap_may_preview()
527 in_list = vs_icap_check_ext(ext, in vs_icap_may_preview()
1882 vs_icap_check_ext(char *ext, iovec_t *vec) in vs_icap_check_ext() argument
1887 if (MATCH(ext, p)) in vs_icap_check_ext()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c228 extendfile(char *file, char *ext) in extendfile() argument
233 res = malloc(strlen(file) + strlen(ext) + 1); in extendfile()
240 (void) strcpy(res + (p - file), ext); in extendfile()
388 file_name(char *file, char *ext) in file_name() argument
391 temp = extendfile(file, ext); in file_name()
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c129 filename, ext, fd, type, omode, euid);
149 filename, ext, fd, type, omode, euid);
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.h71 u_char ext[3]; /* extension */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c123 ic_extent_t *ext = ul->un_ebp->ic_extents; in map_frag() local
131 if (ext[i].ic_lbno <= lblkno) { in map_frag()
132 if ((ext[i].ic_lbno + ext[i].ic_nbno) > lblkno) { in map_frag()
134 bno_off = lblkno - (uint32_t)ext[i].ic_lbno; in map_frag()
135 *pbcount = MIN(bcount, dbtob(ext[i].ic_nbno - bno_off)); in map_frag()
136 *pblkno = ext[i].ic_pbno + bno_off; in map_frag()
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.CVS.HOWTO22 cvs -z3 -d:ext:developername@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc51 event fault.power.ext-fail@ses-enclosure;
84 event ereport.chassis.device.psu.ext-ac-fail@psu;
271 prop fault.power.ext-fail@ses-enclosure ->
272 ereport.chassis.device.psu.ext-ac-fail@psu<>;
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py402 (_, ext) = os.path.splitext(x)
403 if ext in ['.sh', '.ksh']:
405 if ext == '':
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl271 $ext = $3;
279 $isksh = ($ext eq 'ksh');
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c317 int ext = 0; in walk_partitions() local
341 if (ext++ == 0) { in walk_partitions()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1513 sadb_ext_t *ext; in sadb_strip() local
1519 ext = (sadb_ext_t *)(samsg + 1); in sadb_strip()
1522 while ((uint8_t *)ext < msgend) { in sadb_strip()
1546 SADB_64TO8(ext->sadb_ext_len)); in sadb_strip()
1548 target = (uint8_t *)ext; in sadb_strip()
1551 sofar += ext->sadb_ext_len; in sadb_strip()
1554 ext = (sadb_ext_t *)(((uint64_t *)ext) + ext->sadb_ext_len); in sadb_strip()
1557 ASSERT((uint8_t *)ext == msgend); in sadb_strip()
1560 copylen = ((uint8_t *)ext) - (target + in sadb_strip()
1779 ASSERT(ext != NULL); in sadb_addrcheck()
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSENSOR.dict36 fault.psu.failed-ext=7
H A DSTORAGE.dict41 fault.power.ext-fail=13
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c635 core(int sig, int ext) in core() argument
658 if (!ext && p->p_ct_process != NULL) in core()
760 if (!ext && p->p_ct_process != NULL) in core()
/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr9 \ jws notes: <> is a core ext word
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c330 hbq_id = hbqE->unt.ext.HBQ_tag; in emlxs_ip_handle_rcv_seq_list()
331 hbqe_tag = hbqE->unt.ext.HBQE_tag; in emlxs_ip_handle_rcv_seq_list()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c484 s->s_mapclass.map_ext = ext; \
3532 lockfile(fd, filename, ext, type) in lockfile() argument
3535 char *ext;
3544 if (ext == NULL)
3545 ext = "";
3562 filename, ext, action, lfd.l_type);
3601 filename, ext, fd, type, omode, euid);
3605 if (ext == NULL)
3606 ext = "";
3609 sm_dprintf("lockfile(%s%s, type=%o): ", filename, ext, type);
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c156 const char *ext; in CPL_CHECK_FN() local
161 ext = pathname + strlen(pathname) - 4; in CPL_CHECK_FN()
163 return (strcmp(ext, ".xml") == 0 ? 1 : 0); in CPL_CHECK_FN()
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h291 int ext; /* task switch due to external event */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c2206 char ext = '1'; in gunique() local
2229 *cp++ = ext; in gunique()
2231 if (ext == '9') in gunique()
2232 ext = '0'; in gunique()
2234 ext++; in gunique()
2237 if (ext != '0') in gunique()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c197 interpret_extensions(uchar_t *ext, in interpret_extensions() argument
212 exthdr = (exthdr_t *)ALIGN(ext); in interpret_extensions()

12345