Searched defs:level (Results 276 - 300 of 518) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c1276 * Todo: share passwords for share-level security.
1320 * Get the transport level session key.
1353 * level values:
1360 smb_ctx_readrcsection(struct smb_ctx *ctx, const char *sname, int level) argument
1366 if (level > 0) {
1378 if (level <= 1) {
1395 * Unknown minimum authentication level.
1398 "invalid minimum authentication level \"%s\" specified in the section %s"),
1462 if (level == 1) {
1533 * default parameters (level
[all...]
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c550 * 'level'.
553 i_dlpi_promisc(dlpi_handle_t dh, t_uscalar_t op, uint_t level) argument
566 promiscreqp->dl_level = level;
572 dlpi_promiscon(dlpi_handle_t dh, uint_t level) argument
574 return (i_dlpi_promisc(dh, DL_PROMISCON_REQ, level));
578 dlpi_promiscoff(dlpi_handle_t dh, uint_t level) argument
580 return (i_dlpi_promisc(dh, DL_PROMISCOFF_REQ, level));
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c1263 static int memRbtreeSetSafetyLevel(Rbtree *pBt, int level){ argument
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c62 int brace; /* {..} level */
63 int call; /* call level */
258 proto_error(char* iob, int level, char* msg, char* arg) argument
295 if (level == 1)
305 if (level >= 3)
306 exit(level - 2);
307 if (level >= 2)
540 * top level calls loop until EOB
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c485 int level; local
493 level = 0;
583 level++;
591 level = 0; /* reset */
593 level--;
594 if (!level && tydef == middle) {
597 if (!level && tydef == none) /* Fix for #1034126 */
605 if (!level && !inquote && !incomm && gotone == FALSE) {
/illumos-gate/usr/src/head/
H A Dxti.h36 * level transport providers and the user level library. This file includes
37 * it to expose its namespaces to XTI user level interface.
42 * Include XTI interface level options management declarations
152 * Translate source level interface to binary entry point names.
299 t_uscalar_t level; /* protocol level */ member in struct:t_opthdr
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c105 "verbose", /* VERBOSE <level> */
1080 * VERBOSE <level>
1086 char *level; local
1096 /* get verbose level */
1097 level = strtok_r(last, WHITESPACE, &last);
1098 if (level == NULL)
1100 verbose_level = strtol(level, &endptr, 0);
1101 if (endptr != (level + strlen(level)))
1116 * Process the VERBOSE command to set the verbose level
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c303 wd_picl_update_state(int level, uint8_t stat) argument
326 switch (level) {
346 switch (level) {
1207 * watchdog from os level and continue to pat
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c124 core2cpus(uint32_t core, cmd_cpu_type_t type, uint8_t level, argument
138 switch (level) {
166 switch (level) {
184 switch (level) {
210 cmd_cpu2core(uint32_t cpuid, cmd_cpu_type_t type, uint8_t level) { argument
218 switch (level) {
234 switch (level) {
244 switch (level) {
1416 * (level > CMD_CPU_LEVEL_THREAD), then we must add multiple faults to
1564 cpu_lookup_by_cpuid(uint32_t cpuid, uint8_t level) argument
1644 cpu_create(fmd_hdl_t *hdl, nvlist_t *asru, uint32_t cpuid, uint8_t level, cmd_cpu_type_t type) argument
1764 cmd_cpu_lookup(fmd_hdl_t *hdl, nvlist_t *asru, const char *class, uint8_t level) argument
1826 cmd_cpu_lookup_from_detector(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class, uint8_t level) argument
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c895 setopt_int(int fd, int level, int name, int value) argument
903 optdata.opt.level = level;
947 opt->level = IPPROTO_IPV6;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h114 * | level | type | index |
141 * with 1, so the leaf is level 1, its parent is level 2, and so on.
142 * We maintain this level on all btree pages, but the only place that
149 u_int8_t level; /* 24: Btree tree level. */ member in struct:_db_page
170 #define LEVEL(p) (((PAGE *)p)->level)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c92 * processing. At each level, we keep track of the information needed to
218 STACK(cdir_level_t) lms_cdir_stack; /* Conditional input level */
1303 cdir_level_t *level; local
1428 level = &STACK_TOP(lms.lms_cdir_stack);
1467 /* Push a new level on the conditional input stack */
1470 level = &lms.lms_cdir_stack.stk_s[lms.lms_cdir_stack.stk_n++];
1471 level->cdl_if_lineno = arg_mf.mf_lineno;
1472 level->cdl_else_lineno = 0;
1475 * If previous level is not passing, this level i
2408 cdir_level_t *level = local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1003 * set level of debugging.
1387 /* level may have changed */
2247 * protection level, or NULL if the input level is not found.
2250 getlevel(int level) argument
2254 for (p = levels; (p != NULL) && (p->p_level != level); p++)
2266 * Set control channel protection level.
2291 (void) printf("Using %s protection level for commands.\n",
2300 (void) printf("%s: unknown protection level\n", argv[1]);
2306 (void) printf("Cannot set protection level t
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c128 static int setopt(int fd, int level, int name, int value);
129 static int get_opt(int fd, int level, int name);
423 opt->level = IPPROTO_TCP;
451 get_opt(int fd, int level, int name) argument
459 reqbuf.opt.level = level;
480 setopt(int fd, int level, int name, int value) argument
488 reqbuf.opt.level = level;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y694 | level loglevel { unsetsyslog(); }
1442 level: IPFY_LEVEL { setsyslog(); } label
1594 { "level", IPFY_LEVEL },
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1319 int level, c; local
1330 level = 0;
1352 ++level;
1356 --level;
1357 if (level == 0) { /* we are finished copying */
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c108 static void logmsg(int level, const char *msg, ...);
515 logmsg(int level, const char *msg, ...) argument
519 if ((level >= MSG_ERROR) ||
520 ((debugflag > 0) && (level >= MSG_INFO))) {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c1027 * this routine is passed a context-dependent tag number and "level" and returns
1028 * the size and length of the corresponding level subfield.
1035 fetch_asn1_field(unsigned char *astream, unsigned int level, argument
1039 int classes; /* # classes seen so far this level */
1041 int lastlevel = 1000; /* last level seen */
1056 until we hit the "level" we want, and then process that level for our
1068 if (levels == level) {
1094 /* if we're not on our level yet, process this value. otherwise skip over it */
1099 if (levels == level) {
[all...]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c80 /* Root of the collection hierarchy: system level statistics */
386 new_collection(lt_stat_level_t level, unsigned int id, char *name, argument
395 ret->lt_sc_level = level;
595 lt_stat_list_create(lt_list_type_t list_type, lt_stat_level_t level, argument
604 if (level == LT_LEVEL_GLOBAL) {
612 if (level == LT_LEVEL_THREAD) {
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c114 /* Self-tuning concurrency level */
406 "syseventd started, debug level = %d\n", debug_level);
1646 syseventd_print(int level, char *message, ...) argument
1651 if (level > debug_level) {
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c279 gettext("max level debugging! not forking\n"));
464 gettext("invalid debug level: %d, not changed!\n"),
468 cprint("invalid debug level: %d, not changed!\n",
537 "Usage:\n\ttnd [-d debug-level][-f debug-file]"
617 load_tp_entry(struct tnd_tnrhtp_c **tppp, VISIT visit, int level) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1037 * level is greater than SINGLE, the block is an indirect
1044 indirtrunc(struct inode *ip, daddr_t bn, daddr_t lastbn, int level, int flags) argument
1062 for (i = SINGLE; i < level; i++)
1123 if (level > SINGLE) {
1125 indirtrunc(ip, nb, (daddr_t)-1, level - 1, flags);
1136 if (level > SINGLE && lastbn >= 0) {
1141 indirtrunc(ip, nb, last, level - 1, flags);
1165 int level; local
1403 for (level = TRIPLE; level >
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c813 keysock_opt_get(queue_t *q, int level, int name, uchar_t *ptr) argument
818 switch (level) {
853 keysock_opt_set(queue_t *q, uint_t mgmt_flags, int level, argument
861 switch (level) {
1105 * High-level reality checking of extensions.
1214 * KGE_CHK High-level reality check failed on specific extension.
1251 * level.
H A Drts.c529 rts_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr) argument
537 rts_opt_get(conn_t *connp, int level, int name, uchar_t *ptr) argument
545 switch (level) {
561 retval = conn_opt_get(&coas, level, name, ptr);
568 rts_do_opt_set(conn_t *connp, int level, int name, uint_t inlen, argument
596 switch (level) {
648 error = conn_opt_set(&coas, level, name, inlen, invalp,
666 rts_opt_set(conn_t *connp, uint_t optset_context, int level, int name, argument
713 return (rts_do_opt_set(connp, level, name, inlen, invalp, outlenp,
723 rts_tpi_opt_get(queue_t *q, t_scalar_t level, t_scalar_ argument
740 rts_tpi_opt_set(queue_t *q, uint_t optset_context, int level, int name, uint_t inlen, uchar_t *invalp, uint_t *outlenp, uchar_t *outvalp, void *thisdg_attrs, cred_t *cr) argument
1349 rts_getsockopt(sock_lower_handle_t proto_handle, int level, int option_name, void *optvalp, socklen_t *optlen, cred_t *cr) argument
1390 rts_setsockopt(sock_lower_handle_t proto_handle, int level, int option_name, const void *optvalp, socklen_t optlen, cred_t *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c77 * load across the group of top level PGs in the system hierarchy.
79 * group of top level PGs in each leaf lgroup...but for root homed threads,
80 * is willing to balance against all the top level PGs in the system.
82 * Groups of top level PGs are maintained to implement the above, one for each
83 * leaf lgroup (containing the top level PGs in that lgroup), and one (for the
84 * root lgroup) that contains all the top level PGs in the system.
374 * in the root lgroup's group of top level PGs.
504 int levels, level; local
657 for (level = levels - 1; level >
[all...]

Completed in 757 milliseconds

<<11121314151617181920>>