Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 25 of 43) sorted by relevance

12

/titanic_50/usr/src/lib/libast/common/string/
H A Dstrperm.c47 register int typ; in strperm() local
64 op = num = who = typ = 0; in strperm()
107 typ |= S_IRUSR|S_IRGRP|S_IROTH; in strperm()
110 typ |= S_IWUSR|S_IWGRP|S_IWOTH; in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
120 typ |= S_ISUID|S_ISGID; in strperm()
123 typ |= S_ISVTX; in strperm()
132 typ |= S_ISGID; in strperm()
143 typ &= who; in strperm()
158 typ &= mask; in strperm()
[all …]
/titanic_50/usr/src/cmd/devprop/
H A Ddevprop.c64 #define PER_OPT(ch, typ) \ in main() argument
70 type = (typ); \ in main()
120 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \ in main() argument
121 case (typ): \ in main()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1383 …const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, c… in RegisterService() argument
1394 …printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom); in RegisterService()
1420 …return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnIntege… in RegisterService()
1424 static char *gettype(char *buffer, char *typ) in gettype() argument
1426 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype()
1427 if (!strchr(typ, '.')) { snprintf(buffer, TypeBufferSize, "%s._tcp", typ); typ = buffer; } in gettype()
1428 return(typ); in gettype()
1434 char buffer[TypeBufferSize], *typ, *dom; in main() local
1581 case 'B': typ = (argc < opi+1) ? "" : argv[opi+0]; in main()
1583 typ = gettype(buffer, typ); in main()
[all …]
/titanic_50/usr/src/lib/libast/common/features/
H A Dsys49 typ dev_t,nlink_t fail{
55 typ gid_t,mode_t,uid_t fail{
61 typ wchar_t stdio.h wchar.h fail{
67 typ pid_t,ssize_t fail{
73 typ wint_t stdio.h wchar.h fail{
79 typ socklen_t sys/socket.h fail{
85 typ size_t fail{
91 typ clock_t,ino_t,off_t,ptrdiff_t fail{
97 typ time_t fail{
103 typ div_t fail{
[all …]
H A Dcommon4 typ long.double,size_t,ssize_t
332 typ int8_t stdint.h inttypes.h no{
337 typ uint8_t stdint.h inttypes.h no{
342 typ int16_t stdint.h inttypes.h no{
347 typ uint16_t stdint.h inttypes.h no{
352 typ int32_t stdint.h inttypes.h no{
357 typ uint32_t stdint.h inttypes.h no{
362 typ int64_t stdint.h inttypes.h no{
369 typ uint64_t stdint.h inttypes.h no{
376 typ intmax_t stdint.h inttypes.h no{
[all …]
H A Dtime3 typ clock_t = uint32_t
4 typ time_t = uint32_t
H A Dvmalloc5 # {lib,hdr,sys,typ} tests may also be done in the AST features/lib;
17 typ ssize_t
/titanic_50/usr/src/cmd/od/
H A Dod.c122 #define DECL_GET(typ) \ argument
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) \ argument
145 typ v = get_ ## typ(buf, index); \
150 sizeof (typ), do_ ## nm \
/titanic_50/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 …t->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strncpy(typ, fmtfs(&st), sizeof(typ) - 1), …
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c486 const char *typ = NULL, *not_typ = NULL; in syncq() local
510 't', MDB_OPT_STR, &typ, in syncq()
519 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL) in syncq()
533 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq()
534 mdb_warn("unrecognized syncq type '%s'\n", typ); in syncq()
1232 const char *typ = NULL, *not_typ = NULL; in mblk_prt() local
1256 't', MDB_OPT_STR, &typ, in mblk_prt()
1270 if ((flag != NULL) || (not_flag != NULL) || (typ != NULL) || in mblk_prt()
1288 if (typ != NULL && streams_parse_type(mbt, typ, &tmask) == -1) { in mblk_prt()
1289 mdb_warn("unrecognized dblk type '%s'\n", typ); in mblk_prt()
H A Dmdi.c48 #define FT(var, typ) (*((typ *)(&(var)))) argument
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_buf.h164 #define TNFW_B_ALLOC(wcb, size, buf, typ) \ argument
178 buf = (typ)((char *)xx_blk + xx_off); \
/titanic_50/usr/src/uts/common/sys/audio/
H A Daudio_common.h144 #define AUDIO_MKMN(inst, typ) \ argument
145 (((inst) << AUDIO_MN_INST_SHIFT) | ((typ) << AUDIO_MN_TYPE_SHIFT))
/titanic_50/usr/src/lib/libshell/common/features/
H A Drlimits3 typ rlim_t sys/types.h sys/resource.h
H A Dsetjmp2 typ sigjmp_buf setjmp.h
H A Dsigfeatures2 typ sigset_t ast.h signal.h
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0) argument
266 #define VALID_FSTYPSTR32(typ) (bcmp((typ), "FAT32", 5) == 0) argument
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dmutex.c40 kmutex_init(kmutex_t *mp, char *name, kmutex_type_t typ, void *arg) in kmutex_init() argument
H A Dcond.c47 cv_init(kcondvar_t *cv, char *name, kcv_type_t typ, void *arg) in cv_init() argument
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregcomp.c1147 ce->typ = bt == et ? bt : COLL_range; in col()
1150 ce->typ = COLL_char; in col()
1503 ce->typ = COLL_call; in bra()
1587 ce->typ = COLL_call; in bra()
1623 ce->typ = COLL_range_lc; in bra()
1625 ce->typ = COLL_range_uc; in bra()
1627 ce->typ = COLL_range; in bra()
1675 (ce-1)->typ = COLL_char; in bra()
1677 ce->typ = COLL_char; in bra()
1690 ce->typ = COLL_end; in bra()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1415 #define IDN_TIMER_STOP(tq, typ, ck) \ argument
1416 ((void) idn_timer_stop((tq), (typ), (ck)))
1419 #define IDN_TIMER_GET(tq, typ, tp, ck) \ argument
1422 (tp) = idn_timer_get((tq), (typ), (ck)); \
1436 #define IDN_MSGTIMER_START(domid, typ, subtyp, tim, ckp) \ argument
1441 inum2str((typ), _str); \
1443 (domid), _str, (typ)); \
1445 _tp->t_type = (ushort_t)(typ); \
1458 #define IDN_MSGTIMER_STOP(domid, typ, ck) \ argument
1461 inum2str((typ), _str); \
[all …]
/titanic_50/usr/src/uts/common/io/
H A Ddevfm.c168 fm_open(dev_t *devp, int flag, int typ, struct cred *cred) in fm_open() argument
170 if (typ != OTYP_CHR) in fm_open()
/titanic_50/usr/src/uts/sun/io/
H A Dsbusmem.c257 sbmem_open(dev_t *devp, int flag, int typ, cred_t *cred) in sbmem_open() argument
261 if (typ != OTYP_CHR) in sbmem_open()
/titanic_50/usr/src/uts/common/sys/mpt/
H A Dmpi.h154 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument
156 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
/titanic_50/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c262 #define DO_CMD_NUMBER(typ, nam, min, max, ptyp, func) \ argument
264 typ ## _t arrval[MAX_ARGS]; \
270 arrval[i - 1] = (typ ## _t) val; \

12