Searched defs:type (Results 501 - 525 of 2141) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c69 getexecprof(const char *name, const char *type, const char *id, int search_flag) argument
86 if ((name == NULL) && (type == NULL) && (id == NULL)) {
105 type,
117 getexecuser(const char *username, const char *type, const char *id, argument
140 head = userprof((const char *)(utmp->name), type, id,
143 head = userprof((const char *)(utmp->name), type, id,
152 type, id, search_flag)) != NULL) {
167 head = userprof(username, type, id, search_flag);
175 match_execattr(execattr_t *exec, const char *profname, const char *type, argument
183 (type
223 const char *type; member in struct:call
260 userprof(const char *username, const char *type, const char *id, int search_flag) argument
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.h88 int type; member in struct:option_defs
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c90 * returns pointer to beginning of expansion and sets type of expansion
92 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
96 int mode=*type;
98 *type = 0;
142 *type='$';
148 *type = mode;
149 xp = find_begin(cp,last,')',type);
183 *type = *bp++;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) argument
119 switch(type)
H A Dfault.c50 static int malloc_done(Vmalloc_t* vm, int type, Void_t* val, Vmdisc_t* dp) argument
H A Dmain.c285 int type; local
295 if(((type = sh_type(cp = av[0])) & SH_TYPE_SH) && (!(name = nv_getval(L_ARGNOD)) || !((type = sh_type(cp = name)) & SH_TYPE_SH)))
297 av[0] = (type & SH_TYPE_LOGIN) ? cp : path_basename(cp);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c512 * Return the dialog type
518 int type; local
529 type = _dialog->sip_dlg_type;
531 return (type);
H A Dsip_logging.c366 sip_write_to_log(void *obj, int type, char *file, int line) argument
368 if (type & SIP_TRANSACTION_LOG) {
371 if (type & SIP_ASSERT_ERROR) {
381 if (type & SIP_ASSERT_ERROR) {
397 sip_add_log(sip_log_t *sip_log, sip_msg_t sip_msg, int seq, int type) argument
407 if (((type == SIP_DIALOG_LOG) && !dialog_log.sip_logging_enabled) ||
408 ((type == SIP_TRANSACTION_LOG) && !trans_log.sip_logging_enabled)) {
H A Dsip_xaction_state_mc.c134 _sip_msg_t *sip_msg, sip_timer_t timer, int type)
144 sip_timer_obj->sip_xaction_timer_type = type;
133 sip_setup_timer(sip_conn_object_t conn_obj, sip_xaction_t *sip_trans, _sip_msg_t *sip_msg, sip_timer_t timer, int type) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java545 // Check if the service type is restricted. If so, nobody outside
751 // Check if the service type is restricted. If so, nobody outside
862 * Process the service type request and return the result in a reply.
864 * @param req Service type request message.
865 * @return SrvTypeRply A service type reply.
1058 // on a specific URL or for an entire service type.
1135 ServiceType type =
1208 // Check whether the type is restricted, through an exception if so.
1210 private void checkForRestrictedType(ServiceType type) argument
1213 if (Defaults.restrictedTypes.contains(type)) {
[all...]
H A DTransact.java903 static Vector transactActiveAdvertRequest(ServiceType type, argument
955 if ((type.equals(Defaults.DA_SERVICE_TYPE) &&
957 (type.equals(Defaults.SA_SERVICE_TYPE) &&
972 if (type.equals(Defaults.DA_SERVICE_TYPE)) {
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c186 _homefirst(int ny, int nx, int type, int doit) argument
191 if (type == H_UP) {
H A Dprint.c67 pr_init(enum printtypes type) argument
69 printing = type;
220 (void) printf("Terminal type %s\n", term);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c220 events_new_slice_event(char *dev, char *type) argument
222 events_new_event(basename(dev), DM_SLICE, type); local
H A Dinuse_fs.c51 char *type; member in struct:heuristic
109 libdiskmgt_add_str(attrs, DM_USED_NAME, hp->type, errp);
257 if ((hp->type = strdup(dp->d_name)) == NULL) {
H A Dmedia.c58 media_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, argument
66 switch (type) {
93 if (dp->type == DM_DRIVE) {
H A Dpartition.c69 partition_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, argument
77 switch (type) {
137 if (desc->type == DM_SLICE) {
443 * A partition has been found. Determine what type of
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowprop.c136 dladm_get_flowprop(dladm_handle_t handle, const char *flow, uint32_t type, argument
145 if (type == DLADM_PROP_VAL_PERSISTENT) {
152 status = i_dladm_get_prop_temp(handle, flow, type, prop_name,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c217 static const char *const tnames[] = { "D type", "string" };
218 uint_t type = DIF_INSTR_TYPE(in); local
223 name, type, DIF_INSTR_RS(in));
227 name, type, DIF_INSTR_R2(in), DIF_INSTR_RS(in));
231 if (type < sizeof (tnames) / sizeof (tnames[0])) {
233 type, tnames[type]);
260 (void) strcpy(kind, "D type");
435 char type[DT_TYPE_NAMELEN]; local
438 dt_dis_typestr(&dp->dtdo_rtype, type, sizeo
[all...]
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c55 int type; member in struct:catalog_item
169 catalog_name(int type) argument
173 while (catalog[i].type != EXD_NONE) {
174 if (catalog[i].type == type)
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h52 int type; /* type of the set */ member in struct:label_set_identifier
210 /* bad requested label type, bad previous label type */
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c67 * Root filesystem type string.
336 char *type; local
339 "device_type", &type) > 0 && strcmp(type, "network") == 0);
343 * Initialise bootmisc with the rootfs-type.
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c76 char bad_token[] = m_textstr(3136, "Bad token type", "E");
108 int type; local
119 type = EOF;
152 type = NAMES;
168 type = BOOLEAN;
175 type = CANCEL;
186 type = NUMBER;
195 type = STRING;
210 switch (type)
248 type
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetn_ws.c70 int type; member in struct:t_key_entry
113 int type; local
173 if ((type = wget_wch(fld_window, &fld_key)) == ERR)
176 for (k = key_table; k->type != ERR; ++k) {
177 if (k->type == type && k->code == fld_key) {
198 return ((type == ERR) ? ERR : OK);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c126 char *type; local
134 verify(nvlist_lookup_string(vdev, ZPOOL_CONFIG_TYPE, &type) == 0);
135 if (strcmp(type, VDEV_TYPE_REPLACING) == 0)

Completed in 94 milliseconds

<<21222324252627282930>>