Searched defs:init (Results 26 - 50 of 145) sorted by relevance

123456

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c59 static struct net_data *init(void);
74 struct net_data *net_data = init();
81 struct net_data *net_data = init();
88 struct net_data *net_data = init();
95 struct net_data *net_data = init();
103 struct net_data *net_data = init();
223 init() { function
H A Dlcl_nw.c110 static int init(struct irs_nw *this);
169 if (init(this) == -1)
185 if (init(this) == -1)
227 if (init(this) == -1)
362 init(struct irs_nw *this) { function
H A Dhesiod.c68 static int init(struct hesiod_p *ctx);
239 if (init(ctx) == -1) {
495 init(struct hesiod_p *ctx) { function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c131 void init(void);
517 * Bring up some code from init()
518 * This is still done in init later. This
596 init(); /* moved after prev 2 chunks to fix directory option */
689 init(void) function
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c217 char *init, *name, *jr, *p, *bcop; local
220 init = name = s;
224 while (name > init && *name != ' ')
228 while (name > init && *name != ' ')
235 while (init < name)
236 *b++ = *init++;
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c28 static void init(void);
61 init();
123 init();
251 init(void) function
/illumos-gate/usr/src/cmd/lms/
H A Dglue.cpp212 int glue::init(void) function in class:glue
H A Dmain.cpp301 bool init = false; local
332 plugin.init();
336 if (init) {
340 init = false;
358 init = true;
/illumos-gate/usr/src/cmd/troff/
H A Dni.c90 int init = 1; variable
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c66 int all = 0, get = 0, init = 0; local
80 init = 1;
89 if (init) {
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c101 int sf_malloc, oflags, init, okmmap, local; local
127 if((init = f->mode&SF_INIT) )
134 if(init)
160 if(!init) /* stream already initialized */
206 if((init || local) && !(f->flags&SF_STRING))
245 if(init)
261 if(init)
324 if(init && osize > 0)
342 if(obuf && size == (size_t)osize && init)
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c186 iscsi_boot_free_ini(ib_ini_prop_t *init) argument
188 if (init == NULL) {
192 if (init->ini_name != NULL) {
193 kmem_free(init->ini_name, init->ini_name_len);
194 init->ini_name = NULL;
195 init->ini_name_len = 0;
197 if (init->ini_chap_name != NULL) {
198 kmem_free(init->ini_chap_name,
199 init
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S132 init: cli # Disable interrupts label
153 init.0: mov %bx,(%di) # Store IP
158 loop init.0 # Next IRQ
164 init.1: lodsb # Get entry
167 jcxz init.4 # If done
174 init.2: shr %bx # Handle this int?
175 jnc init.3 # No
180 init.3: lea 0x8(%di),%di # Next entry
181 loop init.2 # Till set done
182 jmp init
[all...]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c78 * Return a rxBuf to the pool. The init argument, when B_TRUE, indicates
89 boolean_t init)
96 if ((dp->devEnabled || init) && rxPool->nBufs < rxPool->nBufsLimit) {
88 vmxnet3_put_rxpool_buf(vmxnet3_softc_t *dp, vmxnet3_rxbuf_t *rxBuf, boolean_t init) argument
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c53 libscsi_engine_init_f init; local
106 init = (libscsi_engine_init_f)dlsym(dl_hdl, init_name);
107 if (init == NULL) {
115 if ((ep = init(hp)) == NULL) {
118 * libscsi errno set by init.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dpreauth_plugin.h139 /* Per-plugin initialization/cleanup. The init function is called
256 /* Per-plugin initialization/cleanup. The init function is called
262 preauth_client_plugin_init_proc init; member in struct:krb5plugin_preauth_client_ftable_v1
437 /* Per-plugin initialization/cleanup. The init function is called by the
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c179 struct argnod *init = (t->lst.lstlef)->ar.arexpr; local
180 forinit= init->argval;
/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c49 int (*init)(Sum_t*); member in struct:Method_s
215 "crc-0xedb88320-init-done"
226 "prng-0x01000193-init=0x811c9dc5"
300 return (*p->method->init)(p);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h141 int (*init)(WINDOW *, int); /* Init. function for window. */ member in struct:__anon4211::__anon4212
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h126 int (*init)(WINDOW *, int); /* Init. function for window. */ member in struct:__anon4224::__anon4225
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc108 db_index::init(db_key_desc * k) function in class:db_index
110 WRITELOCKV(this, "w db_index::init");
113 WRITEUNLOCKV(this, "wu db_index::init");
/illumos-gate/usr/src/cmd/units/
H A Dunits.c82 void init(void);
116 init();
309 init(void) function
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Denm.c58 boolean_t *init = data; local
67 enm_event = nwamd_event_init(*init ?
78 * Walk all ENMs, creating init events for each.
83 boolean_t init = B_TRUE; local
85 (void) nwam_walk_enms(enm_create_init_fini_event, &init, 0, NULL);
94 boolean_t init = B_FALSE; local
96 (void) nwam_walk_enms(enm_create_init_fini_event, &init, 0, NULL);
H A Dloc.c58 boolean_t *init = data; local
67 event = nwamd_event_init(*init ?
78 * Walk all locs, creating init events for each.
83 boolean_t init = B_TRUE; local
89 (void) nwam_walk_locs(loc_create_init_fini_event, &init, 0, NULL);
98 boolean_t init = B_FALSE; local
100 (void) nwam_walk_locs(loc_create_init_fini_event, &init, 0, NULL);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c224 static int init = 0; local
230 if (!init) {
232 init++;

Completed in 161 milliseconds

123456