Searched defs:std (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 150 Path_t std[64]; local 291 e = std; 315 if (e >= &std[elementsof(std)]) 331 } while (*s && e < &std[elementsof(std)]); 332 if (e < &std[elementsof(std)]) 335 if (++e < &std[elementsof(std)]) [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | priority_queue.c | 33 using namespace std; variable
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_audit.c | 297 * will be returned in the std name value list. 301 nvlist_t *std, asr_buf_t *out) 360 err = nvlist_add_string(std, pname, 379 nvlist_t *std, asr_buf_t *out) 393 err |= add_topo_ai_grp(edata, grp, std, out); 437 nvlist_t *std = asr_nvl_alloc(); local 440 CHECK_NOT_NULL(std); 450 err |= add_topo_ai(edata, node, std, ai); 465 (void) nvlist_lookup_string(std, "serial", &serial); 469 (void) nvlist_lookup_string(std, "par 300 add_topo_ai_grp(asr_topo_enum_data_t *edata, nvlist_t *grp, nvlist_t *std, asr_buf_t *out) argument 378 add_topo_ai(asr_topo_enum_data_t *edata, tnode_t *node, nvlist_t *std, asr_buf_t *out) argument [all...] |
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 76 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast) 99 char* std; member in struct:Feature_s 273 int std; member in struct:State_s 594 error(-1, "AHA#%d state.std=%d %s [%s] std=%s ast=%s value=%s ok=%d", __LINE__, state.std, fp->name, ok ? succeed : fail, fp->std, fp->ast, fp->value, ok); 621 value = fp->std; 622 state.std [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1417 struct stat std, stp; local 1455 sff, smode, &std); 1474 if (std.st_mode == ST_MODE_NOFILE) 1538 if (std.st_mode == ST_MODE_NOFILE && 1539 (fstat(dirfd, &std) < 0 || fstat(pagfd, &stp) < 0)) 1593 if (filechanged(dirfile, dfd, &std) ||
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 53 * <std><offset1>[<dst>[<offset2>]][,<start>[/<time>],<end>[/<time>] 62 * but, basically, <std> is the abbreviation for the timezone in standard 163 char tt_ttisstd; /* TRUE if trans is std time */ 173 ttinfo_t *std; /* Most recent std type */ member in struct:previnfo 1142 ttinfo_t *ttisp, *std, *alt; local 1238 if ((is_in_dst = ttisp->tt_isdst) == 0) { /* std. time */ 1251 if ((std = prevp->std) != NULL) { 1252 timezone = -std 2108 ttinfo_t *std; local 2355 ttinfo_t *std, *dst; local [all...] |
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.h | 1758 struct tg3_rx_buffer_desc std; member in struct:tg3_ext_rx_buffer_desc
|
Completed in 130 milliseconds