Searched defs:SET (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgenaddrs.c46 #define SET(TARG, THING, TYPE) \ macro
55 SET (ap->port, ss2sin(a)->sin_port, ADDRTYPE_IPPORT);
56 SET (ap->addr, ss2sin(a)->sin_addr, ADDRTYPE_INET);
60 SET (ap->port, ss2sin6(a)->sin6_port, ADDRTYPE_IPPORT);
68 SET (ap->addr, ss2sin6(a)->sin6_addr, ADDRTYPE_INET6);
/illumos-gate/usr/src/cmd/tr/
H A Dextern.h42 CCLASS, CCLASS_UPPER, CCLASS_LOWER, SET } state; enumerator in enum:__anon1889::__anon1891
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h129 #define SET(p,t,b) macro
140 #define SET(p,t,b) (t=p,b=back) macro
145 #define SET(p,t,b) (t=p) macro
230 SET(s, t, b);
351 SET(s, t, b);
359 SET(s, t, b);
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c48 #define SET 4 macro
316 if (convert_to_aclent_t(buf, &aclcnt, &aclp, SET) == -1)
349 if (parse_entry_list(&aclp, &aclcnt, setp, SET) == -1)
481 case SET:
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsbioctl.h106 SET = 1 enumerator in enum:__anon9862
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h62 #define SET 0x11 /* 17: Constructed Set / Set Of */ macro
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c60 #define SET '1' macro
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c194 #define SET(TYPE) struct { TYPE *data; int n, max; }
227 static SET(struct connection *) connections;
232 static SET(u_short) udp_port_data, tcp_port_data;
192 #define SET macro
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c256 #define SET 1 macro
2054 ret = iPsGetSetPersistType(&persistType, handle, svc, SET);
2099 if (getSet == SET) {
2142 if (ret == STMF_PS_ERROR_NOT_FOUND || getSet == SET) {
2158 /* is this a SET or GET w/error? */
2274 return (iPsGetSetStmfProp(propType, propVal, SET));
2299 if (propVal == NULL || (getSet != GET && getSet != SET)) {
2344 if (getSet == SET) {
2411 if (ret == STMF_PS_ERROR_NOT_FOUND || getSet == SET) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c402 #define SET 0x0004 macro
411 static asndefT RTSpasswd = { "RTS Authentification data", SET, -1, 2, {
414 static asndefT RTSudata = { "RTS User data", SET, -1, 1, {
431 static asndefT and = {"And", SET, -1, 1, {
433 static asndefT or = {"Or", SET, -1, 1, {
435 static asndefT not = {"Not", SET, -1, 1, {
494 static asndefT vals = {"Vals", SET, -1, 1, {
709 static asndefT MPDU = { "MPDU", SET, -1, 1,
730 SET, /* Set */
921 case SET
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c191 #define SET(rps, n, cnt) { \ macro
465 SET(&r->firstpos, r->root->id, 0)
561 SET(fpos, p->id, 0)
594 SET(fpos, e->id, 0)
719 SET(fpos, *q, r->posbase[j].fcount + 1)

Completed in 124 milliseconds