Searched refs:typ (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrperm.c47 register int typ; local
64 op = num = who = typ = 0;
107 typ |= S_IRUSR|S_IRGRP|S_IROTH;
110 typ |= S_IWUSR|S_IWGRP|S_IWOTH;
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH;
120 typ |= S_ISUID|S_ISGID;
123 typ |= S_ISVTX;
132 typ |= S_ISGID;
143 typ &= who;
158 typ
[all...]
/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c64 #define PER_OPT(ch, typ) \
70 type = (typ); \
126 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \
127 case (typ): \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1358 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags)
1369 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom);
1395 return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL));
1399 static char *gettype(char *buffer, char *typ) argument
1401 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp";
1402 if (!strchr(typ, '
1357 RegisterService(DNSServiceRef *sdref, const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags) argument
1409 char buffer[TypeBufferSize], *typ, *dom; local
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dmutex.c40 kmutex_init(kmutex_t *mp, char *name, kmutex_type_t typ, void *arg) argument
H A Dcond.c47 cv_init(kcondvar_t *cv, char *name, kcv_type_t typ, void *arg) argument
/illumos-gate/usr/src/cmd/od/
H A Dod.c122 #define DECL_GET(typ) \
123 static typ \
124 get_ ## typ(buffer_t *b, int index) \
126 typ val = *(typ *)(void *)(b->data + index); \
141 #define DECL_OUT(nm, typ, fmt) \
145 typ v = get_ ## typ(buf, index); \
150 sizeof (typ), do_ ## nm \
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c58 char typ[128];
114 if (GetVolumeInformation(drive, 0, 0, &vser, &len, &flags, hp->typ, sizeof(hp->typ) - 1))
115 hp->mnt.type = hp->typ;
679 static char typ[32];
681 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strncpy(typ, fmtfs(&st), sizeof(typ) - 1), OPTIONS(mp->mnt));
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.h164 #define TNFW_B_ALLOC(wcb, size, buf, typ) \
178 buf = (typ)((char *)xx_blk + xx_off); \
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_common.h144 #define AUDIO_MKMN(inst, typ) \
145 (((inst) << AUDIO_MN_INST_SHIFT) | ((typ) << AUDIO_MN_TYPE_SHIFT))
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c486 const char *typ = NULL, *not_typ = NULL; local
510 't', MDB_OPT_STR, &typ,
519 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL)
533 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) {
534 mdb_warn("unrecognized syncq type '%s'\n", typ);
1232 const char *typ = NULL, *not_typ = NULL; local
1256 't', MDB_OPT_STR, &typ,
1270 if ((flag != NULL) || (not_flag != NULL) || (typ != NULL) ||
1288 if (typ !
[all...]
H A Dmdi.c48 #define FT(var, typ) (*((typ *)(&(var))))
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0)
266 #define VALID_FSTYPSTR32(typ) (bcmp((typ), "FAT32", 5) == 0)
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh40 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c257 sbmem_open(dev_t *devp, int flag, int typ, cred_t *cred) argument
261 if (typ != OTYP_CHR)
/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c168 fm_open(dev_t *devp, int flag, int typ, struct cred *cred) argument
170 if (typ != OTYP_CHR)
H A Dmem.c219 mmopen(dev_t *devp, int flag, int typ, struct cred *cred) argument
235 if (typ != OTYP_CHR)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1147 ce->typ = bt == et ? bt : COLL_range;
1150 ce->typ = COLL_char;
1503 ce->typ = COLL_call;
1587 ce->typ = COLL_call;
1623 ce->typ = COLL_range_lc;
1625 ce->typ = COLL_range_uc;
1627 ce->typ = COLL_range;
1675 (ce-1)->typ = COLL_char;
1677 ce->typ = COLL_char;
1690 ce->typ
2027 int typ; local
[all...]
H A Dreglib.h284 short typ; member in struct:Celt_s
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1415 #define IDN_TIMER_STOP(tq, typ, ck) \
1416 ((void) idn_timer_stop((tq), (typ), (ck)))
1419 #define IDN_TIMER_GET(tq, typ, tp, ck) \
1422 (tp) = idn_timer_get((tq), (typ), (ck)); \
1436 #define IDN_MSGTIMER_START(domid, typ, subtyp, tim, ckp) \
1441 inum2str((typ), _str); \
1443 (domid), _str, (typ)); \
1445 _tp->t_type = (ushort_t)(typ); \
1458 #define IDN_MSGTIMER_STOP(domid, typ, ck) \
1461 inum2str((typ), _st
[all...]
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c262 #define DO_CMD_NUMBER(typ, nam, min, max, ptyp, func) \
264 typ ## _t arrval[MAX_ARGS]; \
270 arrval[i - 1] = (typ ## _t) val; \
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c47 #define FT(var, typ) (*((typ *)(&(var))))
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi.h154 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \
156 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c112 static int test_control(int typ, int cd, nsc_off_t fba_pos, nsc_size_t fba_len);
440 test_control(int typ, int cd, nsc_off_t fba_pos, nsc_size_t fba_len) argument
451 switch (typ) {
488 cmn_err(CE_WARN, "!cache device command %d invalid\n", typ);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c275 uint32_t typ; local
289 if (strioctl(fd, PPPIO_GTYPE, &typ, 0, sizeof (typ)) >= 0 &&
290 typ == PPPTYP_MUX) {
450 uint32_t typ; local
468 strioctl(pppfd, PPPIO_GTYPE, &typ, 0, sizeof (typ)) >= 0 &&
469 typ == PPPTYP_MUX) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c623 bitmap(map, typ)
625 int typ;
632 spcl.c_type = typ;

Completed in 118 milliseconds

12