Searched defs:type (Results 51 - 75 of 2141) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mail/
H A Dprinthdr.c35 printhdr(int type, int hdrtype, struct hdrs *hptr, FILE *fp) argument
44 if (sel_disp(type, hdrtype, header[hdrtype].tag) < 0) {
H A Dsel_disp.c42 sel_disp(int type, int hdrtype, char *s) argument
49 if (sending || Pflg || (type != TTY)) {
74 Dout(pn, 2, "type = %d, hdrtype = %d/'%s', rc = %d\n",
75 type, hdrtype, header[hdrtype].tag, rc);
/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp52 PRINT("[Compat]HECI receive %d bytes (msg type 0x%02x)\n", len, buffer[0]);
62 int type; local
65 type = SOCK_DGRAM;
69 type = SOCK_STREAM;
82 error, PF_INET, type);
92 error, PF_INET, type);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_mr_util.c54 dapl_mr_get_address(DAT_REGION_DESCRIPTION desc, DAT_MEM_TYPE type) argument
56 switch (type) {
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtrestore.c40 reg int type; local
43 type = dt->data->type&DT_FLATTEN;
45 { if(!type)
52 type = 0;
54 dt->data->type &= ~DT_FLATTEN;
56 if(dt->data->type&(DT_SET|DT_BAG))
58 if(type) /* restoring a flattened dictionary */
77 { if(dt->data->type&(DT_OSET|DT_OBAG))
79 else /*if(dt->data->type
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmagicid.h41 char type[12]; /* specific data type */ member in struct:Magicid_s
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsk.c29 Sfoff_t sfsk(Sfio_t* f, Sfoff_t addr, int type, Sfdisc_t* disc) argument
31 Sfoff_t sfsk(f,addr,type,disc)
34 int type;
61 if((type &= (SEEK_SET|SEEK_CUR|SEEK_END)) > SEEK_END)
68 if(type == SEEK_SET)
70 else if(type == SEEK_CUR)
77 { SFDCSK(f,addr,type,dc,p);
80 { p = syslseekf(f->file,(sfoff_t)addr,type);
H A Dsfungetc.c29 static int _uexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) argument
31 static int _uexcept(f,type,val,disc)
33 int type;
45 if(type != SF_CLOSING)
H A Dsfwalk.c30 int sfwalk(Sfwalk_f walkf, Void_t* data, int type) argument
32 int sfwalk(walkf, data, type)
35 int type; /* walk streams with all given flags */
54 if(type != 0 && (f->_flags&type) != type )
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmzone.c34 * return timezone pointer given name and type
36 * if type==0 then all time zone types match
37 * otherwise type must be one of tm_info.zone[].type
49 tmzone(register const char* name, char** end, const char* type, int* dst) argument
72 if (zp->type)
73 prev = zp->type;
74 if (!type || type == prev || !prev)
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c77 void exit(int type) argument
79 void exit(type)
80 int type;
92 _exit(type);
93 return type;
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_putmessage.c40 int _putmessage ( char * buf, short type, va_list arg ) argument
42 int _putmessage (buf, type, arg)
44 short type;
54 if (type < 0 || type > LAST_MESSAGE)
61 (void) htos(buf + MESG_TYPE, type);
65 fmt = _lp_msg_fmts[type];
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_rwlock.c100 * pshared attr into type argument and calls rwlock_init().
107 int type; local
110 type = PTHREAD_PROCESS_PRIVATE;
112 type = ap->pshared;
116 return (rwlock_init((rwlock_t *)rwlock, type, NULL));
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Ddrv.h34 unsigned int type; member in struct:dsk
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dcert.c330 CK_CERTIFICATE_TYPE type; local
332 switch (attr->type) {
337 type = *(CK_CERTIFICATE_TYPE *)attr->pValue;
338 if (type == CKC_X_509 || type >= CKC_VENDOR_DEFINED)
396 id_attr->type = CKA_ID;
400 issuer_attr->type = CKA_ISSUER;
404 serial_attr->type = CKA_SERIAL_NUMBER;
419 switch (attr->type) {
H A Dlog.c346 stlogit2(int type, char *fmt, ...) argument
353 if (enabled && type) {
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dget-jobs.c50 int type = 0; local
81 status = papiPrinterListJobs(svc, queue, req_attrs, type, limit, &j);
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dlibses.c40 uint64_t id, type; local
48 &type) == 0 &&
49 (name = ses_element_type_name(type)) != NULL) {
51 * Add a standard human-readable name for the element type.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dencode_kdc.c34 using message type type and encryption key client_key and encryption type
47 krb5_encode_kdc_rep(krb5_context context, krb5_msgtype type, argument
60 switch (type) {
76 * in the message type to the encoder, so it can set the ASN.1
77 * type correct.
80 * type, to be compatible with old versions of Kerberos that always
88 tmp_encpart.msg_type = type;
115 switch (type) {
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCAttrMsg.java110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) argument
115 constructPayload(type.toString(), scopes, tags);
135 // Write out the service type or URL.
H A DLocator.java69 * the service type names.
85 * @param type The type of the service (e.g. printer, etc.).
96 public ServiceLocationEnumeration findServices(ServiceType type, argument
132 * service type in the locale of the Locator.
134 * @param type The service type.
135 * @param scopes The SLP scopes of the service type.
154 public ServiceLocationEnumeration findAttributes(ServiceType type, argument
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c49 uint_t type; local
53 type = ct_event_get_type(ev);
59 switch (type) {
90 switch (type) {
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbtranslate.c134 int type, width; local
137 type = TYPE(*byte & 0377);
138 width = cswidth[type];
139 if (type == 1 || type == 2)
/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c50 static struct netconfig *_s_match_netconf(int family, int type, int proto,
117 * Lookup family/type/protocol in /etc/netconfig.
122 _s_netconfig_path(int family, int type, int protocol, argument
129 net = _s_match_netconf(family, type, protocol, &nethandle);
176 _s_match_netconf(int family, int type, int proto, void **nethandle) argument
217 semantics == type &&
222 type == SOCK_RAW &&
231 semantics == type) {
H A Dsocket.c56 _socket(int family, int type, int protocol) argument
58 return (_socket_create(family, type, protocol, SOV_DEFAULT));
65 _socket_bsd(int family, int type, int protocol) argument
67 return (_socket_create(family, type, protocol, SOV_SOCKBSD));
71 _socket_svr4(int family, int type, int protocol) argument
73 return (_socket_create(family, type, protocol, SOV_SOCKSTREAM));
77 __xnet_socket(int family, int type, int protocol) argument
79 return (_socket_create(family, type, protocol, SOV_XPG4_2));
85 * that could be returned due to invalid <family, type, protocol>
93 _socket_create(int family, int type, in argument
[all...]

Completed in 2960 milliseconds

1234567891011>>