Searched refs:reinit (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c187 /* save old readf, writef, and seekf to see if stream need reinit */
240 reg int reinit = 0; local
243 if(!reinit) \
246 reinit = 1; \
253 if(reinit)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dbash.c317 goto reinit;
410 reinit:
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c45 #define REINIT(v) ((v) & 0x1) /* if odd reinit is active */
212 static volatile uint32_t reinit = 0; variable
851 /* reinit is now an atomic counter */
853 (void) atomic_inc_uint(&reinit);
856 (void) atomic_inc_uint(&reinit);
1151 /* reinit is now an atomic counter */
1152 (void) atomic_inc_uint(&reinit);
1155 (void) atomic_inc_uint(&reinit);
1221 reinit = 0;
1582 /* load the value of reinit() befor
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c768 dlmgmt_door_reinit_phys_t reinit; local
772 reinit.ld_cmd = DLMGMT_CMD_REINIT_PHYS;
773 (void) strlcpy(reinit.ld_profile, handle->dh_profile,
776 reinit.ld_phys_prefix[0] = '\0';
778 (void) strlcpy(reinit.ld_phys_prefix, phys_prefix,
781 return (dladm_door_call(handle, &reinit, sizeof (reinit),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm217 sub reinit { subroutine
308 # Record shares using keys of $obj->{Shares}. See reinit.

Completed in 54 milliseconds