Searched refs:type (Results 76 - 100 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Drmdest.c59 type; local
63 type = S_UNLOAD_PRINTER;
65 type = S_UNLOAD_CLASS;
68 send_message(type, dest, "", "");
69 rc = output(type + 1);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dchkprinter.c47 char * type,
55 chkprinter (type, cpi, lpi, len, wid, cs)
56 char *type,
67 if (tidbit(type, (char *)0) == -1)
87 if (cs && *cs && set_charset(cs, 0, type) != E_SUCCESS)
46 chkprinter( char * type, char * cpi, char * lpi, char * len, char * wid, char * cs ) argument
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c72 ** type -- type of the lock. Bits can be:
82 smdb_lockfile(fd, type)
84 int type;
93 if (bitset(LOCK_UN, type))
95 else if (bitset(LOCK_EX, type))
100 if (bitset(LOCK_NB, type))
114 ** as type "tmp" (that is, served from swap space), the
123 if (!bitset(LOCK_NB, type) ||
130 syslog(LOG_ERR, "cannot lockf(%s%s, fd=%d, type
526 SMDB_DBTYPE type; member in struct:__anon1379
[all...]
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtdisc.c52 Dtdisc_t* dtdisc(Dt_t* dt, Dtdisc_t* disc, int type) argument
54 Dtdisc_t* dtdisc(dt,disc,type)
57 int type;
86 if(dt->data->type&(DT_STACK|DT_QUEUE|DT_LIST))
88 else if(dt->data->type&DT_BAG)
89 { if(type&DT_SAMEHASH)
93 else if(dt->data->type&(DT_SET|DT_BAG))
94 { if((type&DT_SAMEHASH) && (type&DT_SAMECMP))
98 else /*if(dt->data->type
[all...]
H A Ddtview.c31 static Void_t* dtvsearch(Dt_t* dt, reg Void_t* obj, reg int type) argument
33 static Void_t* dtvsearch(dt,obj,type)
36 reg int type;
45 if(type&(DT_INSERT|DT_DELETE|DT_CLEAR|DT_RENEW))
46 return (*(dt->meth->searchf))(dt,obj,type);
48 if((type&(DT_MATCH|DT_SEARCH)) || /* order sets first/last done below */
49 ((type&(DT_FIRST|DT_LAST)) && !(dt->meth->type&(DT_OBAG|DT_OSET)) ) )
51 if((o = (*(d->meth->searchf))(d,obj,type)) )
57 if(dt->meth->type
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregdecomp.c72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) argument
91 switch (e->type)
94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
97 if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
104 if (type < SRE)
108 if (type < SRE)
112 meta(sp, '<', type, 1, delimiter);
115 meta(sp, '<', type, 1, delimiter);
125 if (type >= SRE)
144 switch (e->type)
398 int type; local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisptab.c284 dispatchName(int type) argument
286 if (type <= 0 || type > LAST_MESSAGE)
287 type = 0;
288 return (dispatch_names[type]);
304 dispatch(int type, char *m, MESG *md) argument
306 register DISPATCH *pd = &dispatch_table[type];
309 dispatchName(type), m, md);
311 if (type <= 0 || type >
340 r_H(MESG *md, int type) argument
346 r_HS(MESG *md, int type) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c90 static int auth_onoff(const char *type, boolean_t on);
136 * Traverse the Authenticator array until we find the authentication type
138 * Authenticator type array.
140 * Returns: 0 - type not found (error)
144 findauthenticator(int type, int way) argument
148 while (ap->type && (ap->type != type || ap->way != way))
150 return (ap->type ? ap : NULL);
154 * For each authentication type i
208 getauthmask(const char *type, uint_t *maskp) argument
227 auth_enable(char *type) argument
233 auth_disable(char *type) argument
250 auth_onoff(const char *type, boolean_t on) argument
[all...]
/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/cmd/boot/installgrub/
H A Dinstallgrub.h41 uint8_t type; member in struct:_device_data
75 #define is_bootpar(type) (type == IG_DEV_X86BOOTPAR)
76 #define is_efi(type) (type == IG_DEV_EFI)
91 #define STAGE2_BLKOFF(type) \
92 (is_efi(type) ? 1024 : 50) /* offset from start of part */
/illumos-gate/usr/src/cmd/mail/
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);
H A Ddumpaff.c33 void dumpaff (type, htype, didafflines, suppress, f)
34 register int type;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didafflines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didafflines, *suppress);
76 printhdr(type, H_AFWDFROM, hptr, f);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterDeviceEvent.h38 * event of this type will be sent to registered
49 wwn(myWwn), type(myType), affectedID(myID) { }
51 EVENT_TYPE getType() { return (type); }
57 EVENT_TYPE type; member in class:AdapterDeviceEvent
H A DAdapterPortEvent.h39 * event of this type will be sent to registered
52 wwn(myWwn), type(myType), affectedID(myID) { }
54 EVENT_TYPE getType() { return (type); }
60 EVENT_TYPE type; member in class:AdapterPortEvent
H A DLinkEvent.h36 * event of this type will be sent to registered
46 wwn(myWwn), buf(myBuf), size(mySize), type(myType) { }
50 EVENT_TYPE getType() { return (type); }
56 EVENT_TYPE type; member in class:LinkEvent
H A DTargetEvent.h39 * event of this type will be sent to registered
52 hbaWWN(myHBAPortWWN), targetWWN(myTargetPortWWN), type(myType) { }
55 EVENT_TYPE getType() { return (type); }
60 EVENT_TYPE type; member in class:TargetEvent
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.h45 uint8_t type; member in struct:_ib_device
64 #define is_zfs(type) (type == TARGET_IS_ZFS)
/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) argument
55 if (type == ZFS_TYPE_POOL)
62 zprop_get_numprops(zfs_type_t type) argument
64 if (type == ZFS_TYPE_POOL)
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, argument
87 pd->pd_proptype = type;
131 zprop_register_hidden(int prop, const char *name, zprop_type_t type, argument
134 zprop_register_impl(prop, name, type, 0, NULL, attr,
136 type == PROP_TYPE_NUMBER, B_FALSE, NULL);
167 boolean_t ordered, zfs_type_t type)
166 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, zfs_type_t type) argument
254 zprop_name_to_prop(const char *propname, zfs_type_t type) argument
269 zprop_string_to_index(int prop, const char *string, uint64_t *index, zfs_type_t type) argument
295 zprop_index_to_string(int prop, uint64_t index, const char **string, zfs_type_t type) argument
324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) argument
340 zprop_values(int prop, zfs_type_t type) argument
356 zprop_valid_for_type(int prop, zfs_type_t type) argument
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c123 findit(definition *def, char *type) argument
125 return (streq(def->def_name, type));
129 fixit(char *type, char *orig) argument
133 def = (definition *)FINDVAL(defined, type, findit);
150 fixtype(char *type) argument
152 return (fixit(type, type));
156 stringfix(char *type) argument
158 if (streq(type, "string"))
160 return (type);
164 ptype(char *prefix, char *type, int follow) argument
185 typedefed(definition *def, char *type) argument
193 isvectordef(char *type, relation rel) argument
431 add_type(int len, char *type) argument
454 find_type(char *type) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y141 %type <l_node> d_expression
142 %type <l_node> d_program
143 %type <l_node> d_type
145 %type <l_node> translation_unit
146 %type <l_node> external_declaration
147 %type <l_node> inline_definition
148 %type <l_node> translator_definition
149 %type <l_node> translator_member_list
150 %type <l_node> translator_member
151 %type <l_nod
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dassertions.c55 assertion_type_to_text(assertion_type type) { argument
58 switch (type) {
83 default_assertion_failed(const char *file, int line, assertion_type type, argument
87 file, line, assertion_type_to_text(type), cond,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetexecname.c37 extern void *___getauxptr(int type);
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldif.h61 * Macro to calculate maximum size that an LDIF-encoded type (length
62 * tlen) and value (length vlen) will take up: room for type + ":: " +
78 int str_parse_line( char *line, char **type, char **value, int *vlen);
84 char *ldif_type_and_value( char *type, char *val, int vlen );
85 char *ldif_type_and_value_nowrap( char *type, char *val, int vlen );
86 char *ldif_type_and_value_with_options( char *type, char *val, int vlen,
/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h72 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
76 #define TYPE_SIGNED(type) (((type) -1) < 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclfruaccess_platmod.c85 char type[PICL_PROPSIZE_MAX]; local
89 (void *)type, PICL_PROPSIZE_MAX);
95 if ((strcmp(type, PICL_SLOT_CPCI) != 0) &&
96 (strcmp(type, PICL_SLOT_PCI) != 0)) {

Completed in 836 milliseconds

1234567891011>>